refactor: rename dobin var to supermega_payload

This commit is contained in:
Dobin
2024-02-09 20:36:37 +00:00
parent 786b21ca4a
commit a4cf4ab3d3
3 changed files with 12 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include <Windows.h>
char *dobin;
char *supermega_payload;
int main()
{
@@ -22,7 +22,7 @@ int main()
// 11223344 is a magic number which will be replaced in the asm source
// with the payload length.
for(int n=0; n<11223344; n++) {
dest[n] = dobin[n];
dest[n] = supermega_payload[n];
}
// Exec shellcode