Skip to content

Commit 5afb308

Browse files
authored
Fixed 9.00
1 parent d64bfe6 commit 5afb308

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

installer/include/defines.h

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
#define VERSION "2.1.5"
66

7-
//#define DEBUG_SOCKET
8-
#define DEBUG_IP "192.168.2.2"
9-
#define DEBUG_PORT 9023
10-
117
struct payload_info {
128
uint8_t* buffer;
139
size_t size;

installer/include/offsets/900.h

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
// patch sys_mmap to allow rwx mappings
3535
#define sys_mmap_patch 0x0016632A
3636

37+
// Patch setuid: Don't run kernel exploit more than once/privilege escalation
38+
#define enable_setuid_patch 0x000019FF
39+
3740
// Enable RWX (kmem_alloc) mapping
3841
#define kmem_alloc_patch1 0x0037BF3C
3942
#define kmem_alloc_patch2 0x0037BF44

0 commit comments

Comments
 (0)