Jump to content
Tuts 4 You

v0.98 can auto trace the invalid imported?


testct01

Recommended Posts

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

Link to comment
crystalboy

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
Link to comment
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

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