Payloads are now linked into the final remote executable... much cleaner but still needs some work
This commit is contained in:
7
c8_libpayload/pl/include/util.h
Normal file
7
c8_libpayload/pl/include/util.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef CHECKM8_TOOL_UTIL_H
|
||||
#define CHECKM8_TOOL_UTIL_H
|
||||
|
||||
#define PAYLOAD_SECTION __attribute__ ((section (".payload_text")))
|
||||
#define TEXT_SECTION __attribute__((section (".text")))
|
||||
|
||||
#endif //CHECKM8_TOOL_UTIL_H
|
||||
Reference in New Issue
Block a user