feat(modules): now it loads segments with correct rights, not RWX everywhere
This commit is contained in:
@@ -32,4 +32,8 @@ typedef struct {
|
||||
uint64_t p_align;
|
||||
} Elf64_Phdr;
|
||||
|
||||
#define PT_LOAD 1
|
||||
#define PT_LOAD 1
|
||||
|
||||
#define PF_X 1
|
||||
#define PF_W 2
|
||||
#define PF_R 4
|
||||
Reference in New Issue
Block a user