Tutorial How to Manual Map a DLL

GH_Rake

New member
https://www.cocoscope.com/watch?v=4618

Great video tutorial made by good friend Broihon. It's really good and wanted to share it with everyone I can find :)

Manual Mapping Basically emulates LoadLibrary(), our manual mapping function will do these things
  • Load raw binary data
  • Map sections into target process
  • Inject loader shellcode
  • Do relocations
  • Fix imports
  • Execute TLS callbacks
  • Call DllMain
  • Cleanup

It's a 4 part series, there are 2 bug fixes in part 4 so make sure you watch 'em all.

Man this Xenforo is awesome, gonna have to upgrade my board soon!
 
Last edited:
Top