Want to Join Us ?

you'll be able to discuss, share and send private messages.

Tutorial How to Manual Map a DLL

Discussion in 'Tutorials' started by GH_Rake, Feb 10, 2018.

Share This Page

  1. GH_Rake

    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: Nov 18, 2018
  2. storm shadow

    Techbliss Owner Admin Ida Pro Expert Developer

    thx for sharing
     
Top