testct01 Posted July 5, 2016 Posted July 5, 2016 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
testct01 Posted July 6, 2016 Author Posted July 6, 2016 i like Scylla Imports Reconstruction very much. who can help me?how to ues auto trace invalid point?
crystalboy Posted July 6, 2016 Posted July 6, 2016 (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 July 6, 2016 by crystalboy
testct01 Posted July 6, 2016 Author Posted July 6, 2016 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now