You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed a tool to migrate from IDAPython capable tools to ScratchABit: http://www.futureware.at/~philipp/ssd/ExportScratchABit.py
Copy it to the plugins directory, then you should get an menu option to export to ScratchABit in the File->ProduceFile menu. Use it generate a "export.py" file.
Then call ./ScratchABit.py yourfile.def --script export.py to run it and import the data into ScratchABit.
Feel free to ship the tool with ScratchABit.
The text was updated successfully, but these errors were encountered:
pfalcon
changed the title
Migration support
IDA plugin to export data for ScratchABit
Feb 10, 2018
@thesourcerer8 , thanks for posting this. I myself don't have a need for such tool or easy way to test, so couldn't support it, but it may be useful to other users.
(Actually, it's an interesting example of a simple IDAPython plugin which adds an entry to menu, to help with more API coverage for ScratchABit.)
I developed a tool to migrate from IDAPython capable tools to ScratchABit:
http://www.futureware.at/~philipp/ssd/ExportScratchABit.py
Copy it to the plugins directory, then you should get an menu option to export to ScratchABit in the File->ProduceFile menu. Use it generate a "export.py" file.
Then call ./ScratchABit.py yourfile.def --script export.py to run it and import the data into ScratchABit.
Feel free to ship the tool with ScratchABit.
The text was updated successfully, but these errors were encountered: