Jump to content
Tuts 4 You

Prove: Other import tools don't work correctly with Win 7


Aguila

Recommended Posts

Posted

A solution can be setting the code memory region to ALL_ACCESS with ODBG, worked for some targets when using ImpREC..

Greetings

  • 4 years later...
Ulysse3131
Posted (edited)

Hello, I tried several import reconstructs and everytime a few function are missing (and the exe never works).

win 7 64 bytes.

Any advice?

Sans titre.png

Edited by Ulysse3131
crystalboy
Posted

Disassemble the address of the import that you miss and/or debug it to find which api is.

Then fix it manually. :)

  • Like 1
  • 3 weeks later...
Posted

Most probably your packer copied some of the bytes of the API and runs those in another section. Check with x64dbg to see which API it is...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...