mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-27 11:53:09 +08:00
Updated injection module to ensure shellcode fits in code cave. Added simple reverse shell in injection lib
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "../common/constants.h"
|
||||
|
||||
#define CODE_CAVE_LENGTH_BYTES 0x40
|
||||
#define CODE_CAVE_LENGTH_BYTES 0xA0
|
||||
#define NULL_BYTE 0x00
|
||||
|
||||
__u64 cave_find(int mem_fd, int cave_length, __u64 from, __u64 to){
|
||||
|
||||
Reference in New Issue
Block a user