ListenerHttp OneTimeDownload

This commit is contained in:
maxdcb
2025-01-31 08:43:29 -05:00
parent 370b285bb3
commit 3cd03a5e71
5 changed files with 29 additions and 22 deletions
+2
View File
@@ -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;
}