mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
ListenerHttp OneTimeDownload
This commit is contained in:
@@ -409,6 +409,8 @@ int AssemblyExec::whateverLinux(const std::string& payload, std::string& result)
|
||||
mprotect(page, payload.size(), PROT_READ|PROT_EXEC);
|
||||
((void(*)())page)();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user