We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64bfe6 commit 5afb308Copy full SHA for 5afb308
installer/include/defines.h
@@ -4,10 +4,6 @@
4
5
#define VERSION "2.1.5"
6
7
-//#define DEBUG_SOCKET
8
-#define DEBUG_IP "192.168.2.2"
9
-#define DEBUG_PORT 9023
10
-
11
struct payload_info {
12
uint8_t* buffer;
13
size_t size;
installer/include/offsets/900.h
@@ -34,6 +34,9 @@
34
// patch sys_mmap to allow rwx mappings
35
#define sys_mmap_patch 0x0016632A
36
37
+// Patch setuid: Don't run kernel exploit more than once/privilege escalation
38
+#define enable_setuid_patch 0x000019FF
39
+
40
// Enable RWX (kmem_alloc) mapping
41
#define kmem_alloc_patch1 0x0037BF3C
42
#define kmem_alloc_patch2 0x0037BF44
0 commit comments