eXeL@B —› Софт, инструменты —› Scylla DLL/Lib for IAT fixing, dumping, PE rebuilding |
Посл.ответ | Сообщение |
|
Создано: 20 января 2014 22:24 · Поправил: cypherpunk · Личное сообщение · #1 Hi, sorry,dont speak russian, however wanted to share with you my latest tool. I made a wrapper around Scylla, the IAT fixing tool. You can use it as DLL or Lib in your projects. Check out the source on BitBucket or download pre-compiled binaries here Its based on latest Scylla source. Basically it mimics all steps you do in the GUI version but also offers more detailed control if you need it. Features: - IAT AutoSearch - reading Imports - validating Imports - cutting Imports - fixing a Dump - Dumping - PE rebuilder There are more API infos and examples on the first link. Have fun with it ! | Сообщение посчитали полезным: Hellspawn, vden, ajax, daFix, Rio, Quadcon, VodoleY |
|
Создано: 22 января 2014 02:46 · Личное сообщение · #2 There's a new version (v003) available. New features: addModule //add a module manually, in case auto-search didnt get it, e.g scattered IAT addImport //add a module manually, in case auto-search didnt get it, e.g scattered IAT findImportWriteLocation //get thunkVA by API name findOrdinalImportWriteLocation //get thunkVA by ordinal findImportNameByWriteLocation //get API name by thunkVA, cast return to char* findModuleNameByWriteLocation //get DLL name by thunkVA, cast return to char* No more features planned. Only on request and considered useful. And of course bugfixing! | Сообщение посчитали полезным: drone, Gideon Vi, darkBLACK |
|
Создано: 05 марта 2014 20:50 · Личное сообщение · #3 |
|
Создано: 18 марта 2014 15:42 · Личное сообщение · #4 |
|
Создано: 19 марта 2014 06:53 · Личное сообщение · #5 |
|
Создано: 04 апреля 2014 18:11 · Личное сообщение · #6 |
eXeL@B —› Софт, инструменты —› Scylla DLL/Lib for IAT fixing, dumping, PE rebuilding |