mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
PT_SET_MM since 2012
modified: stub/src/include/linux.h
This commit is contained in:
parent
570b2d0e88
commit
16bfa7b846
|
@ -141,6 +141,10 @@ struct timespec {
|
|||
#define MAP_ANONYMOUS 0x20
|
||||
#define MAP_DENYWRITE 0x0800 /* ETXTBSY */
|
||||
|
||||
// <linux/prctl.h>
|
||||
#define PR_SET_MM 35
|
||||
# define PR_SET_MM_START_BRK 6
|
||||
# define PR_SET_MM_BRK 7
|
||||
|
||||
/*************************************************************************
|
||||
// i386 syscalls
|
||||
|
|
Loading…
Reference in New Issue
Block a user