Skip to content

Commit

Permalink
Fixed 9.00
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoStretch authored Aug 18, 2024
1 parent d64bfe6 commit 5afb308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions installer/include/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

#define VERSION "2.1.5"

//#define DEBUG_SOCKET
#define DEBUG_IP "192.168.2.2"
#define DEBUG_PORT 9023

struct payload_info {
uint8_t* buffer;
size_t size;
Expand Down
3 changes: 3 additions & 0 deletions installer/include/offsets/900.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
// patch sys_mmap to allow rwx mappings
#define sys_mmap_patch 0x0016632A

// Patch setuid: Don't run kernel exploit more than once/privilege escalation
#define enable_setuid_patch 0x000019FF

// Enable RWX (kmem_alloc) mapping
#define kmem_alloc_patch1 0x0037BF3C
#define kmem_alloc_patch2 0x0037BF44
Expand Down

0 comments on commit 5afb308

Please sign in to comment.