feature: xor'd payload

This commit is contained in:
Dobin
2024-02-11 12:51:12 +00:00
parent 0753290fe6
commit 547cd94dd5
8 changed files with 52 additions and 34 deletions
+3 -3
View File
@@ -18,16 +18,16 @@ int main()
// Allocate RWX segment
// char *dest = ...
{{ plugin_allocator }}
{{ plugin_allocator }}
// Copy
// from: supermega_payload[]
// to: dest[]
// len: 0x11223344
{{ plugin_decoder }}
{{ plugin_decoder }}
// Execute *dest
{{ plugin_executor }}
{{ plugin_executor }}
return 0;
}