Jump to content
Tuts 4 You

v0.98 can auto trace the invalid imported?


testct01

Recommended Posts

Posted

hi  I was using version 0.98 scylla.

find some invalid imported,can auto trace the invalid imported? just like import rec [auto trace]

or who can tell me how to use? thanks

Posted

i like Scylla Imports Reconstruction very much.

who can help me?how to ues auto trace invalid point?

crystalboy
Posted (edited)

Autotrace function in Scylla was never implemented as you can see in the source code:

https://github.com/NtQuery/Scylla/blob/master/Scylla/MainGui.cpp#L365

You can disassemble the invalid entry in the founded IAT and then manually fix it or write a plugin for Scylla to perform the  Autotrace.

Otherwise continue to use ImpRec if you are comfortable with Autotrace. :)

 

Edited by crystalboy
Posted
59 minutes ago, crystalboy said:

Autotrace function in Scylla was never implemented as you can see in the source code:

https://github.com/NtQuery/Scylla/blob/master/Scylla/MainGui.cpp#L365

You can disassemble the invalid entry in the founded IAT and then manually fix it or write a plugin for Scylla to perform the  Autotrace.

Otherwise continue to use ImpRec if you are comfortable with Autotrace. :)

 

thank you for help

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