refactor: improve comments

This commit is contained in:
Dobin Rutishauser
2024-06-22 18:09:02 +02:00
parent c9bd61f001
commit ac0072260b
6 changed files with 19 additions and 27 deletions
+4 -3
View File
@@ -8,13 +8,14 @@ char *supermega_payload;
#define p_RX 0x20
#define p_RWX 0x40
/* iat_reuse
Standard IAT reuse shellcode
/* VirtualAlloc -> rw -> rwx
* create new memory region for the payload
* will set it to RWX (safe to run shellcodes, opsec-unsafe)
* will set it to RWX (opsec-unsafe, allows in-memory decryption with sgn)
*/
{{plugin_antiemulation}}
{{plugin_decoy}}