Skip to content

Commit 65ad073

Browse files
Update process_utils.h
1 parent 0eb8560 commit 65ad073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/process_utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define VMSPACE_ENTRY_END 0x28
2020
#define VMSPACE_ENTRY_OFFSET 0x58
2121
#define VMSPACE_ENTRY_PROT 0x64
22-
#define VMSPACE_ENTRY_MAX_PROT 0x66
22+
#define VMSPACE_ENTRY_MAX_PROT 0x65
2323
#define VMSPACE_ENTRY_NAME 0x142
2424

2525
#define SHARED_LIB_IMAGEBASE_OFFSET 0x30
@@ -67,4 +67,4 @@ int sys_proc_protect(int pid, uint64_t address, int prot);
6767
int sys_proc_protect_by_name(int pid, const char* name, int prot);
6868
uintptr_t proc_get_ucred(uintptr_t proc);
6969

70-
#endif
70+
#endif

0 commit comments

Comments
 (0)