Advertisement
Madmouse

4 days to go lol

Nov 27th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [anon@yourmomsb0x madcrypt]$ make clean;make;./madcrypt -v calc.exe
  2. rm madcrypt
  3. rm *.o
  4. gcc -m32 -I./include -c madcrypt.c -o madcrypt.o
  5. nasm -f elf stubs/win32_exe.s -o win32_exe.o
  6. gcc -m32 -o madcrypt madcrypt.o win32_exe.o
  7. PE format detected.
  8. Loading Information For Injection.
  9.  
  10. File Header
  11. Number of sections: 3
  12.  
  13. Optional Header
  14. Address Of Entry Point: 0x00012475
  15. Image Base: 0x01000000
  16. Section Alignment: 4096
  17. File Alignment: 512
  18. Size Of Image: 126976
  19.  
  20. Data Directory
  21. Virtual Address: 0x00012b80
  22. Size: 140
  23.  
  24. Loader image
  25. Loader Size: 47
  26. Entry Point: 0x01012475
  27. Key: 0xc0ffeeee
  28. Size: 63
  29. [anon@yourmomsb0x madcrypt]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement