Posted July 5, 20169 yr 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
July 6, 20169 yr Author i like Scylla Imports Reconstruction very much. who can help me?how to ues auto trace invalid point?
July 6, 20169 yr 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, 20169 yr by crystalboy
July 6, 20169 yr Author 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