Jump to content
Tuts 4 You

Scylla APIs Confusion.


xSRTsect

Recommended Posts

Hello. So I am unpacking some random stuff and found out a way to fix redirection. My question is - using scylla_wrapper APIs https://bitbucket.org/cypherpunk/scylla_wrapper_dll , how can I solve redirection on my binary? I.E. - I should walkthrough the binary (find API redirection calls, ez), then add to imports the emulated API - but then how can I know the IAT offset so that my API redirection call calls the IAT instead of the redirection code?. Tnx

 

Btw

 

    auto importName = scylla_findImportNameByWriteLocation(0x00007FF87FAE8020); //Takes forever
    scylla_addImport(L"MessageBoxA", 0x00007FF87FAE8020); //just crashes
 

Edited by xSRTsect
Link to comment

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...