feature: antiemulation in templates

This commit is contained in:
Dobin Rutishauser
2024-06-10 08:02:05 +02:00
parent 03ecc9fdf6
commit df9937df96
6 changed files with 45 additions and 0 deletions
@@ -8,6 +8,9 @@ char *supermega_payload;
#define p_RX 0x20
#define p_RWX 0x40
{{plugin_antiemulation}}
/* iat_reuse_rx
Standard IAT reuse shellcode
@@ -29,6 +32,9 @@ int main()
return 6;
}
// Depends on plugin_antiemulation
antiemulation();
// Decoy
//WinExec("C:\\windows\\system32\\notepad.exe", 1);