Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDA plugin to export data for ScratchABit #35

Open
thesourcerer8 opened this issue Jan 28, 2018 · 1 comment
Open

IDA plugin to export data for ScratchABit #35

thesourcerer8 opened this issue Jan 28, 2018 · 1 comment
Labels

Comments

@thesourcerer8
Copy link
Contributor

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.

@pfalcon pfalcon changed the title Migration support IDA plugin to export data for ScratchABit Feb 10, 2018
@pfalcon
Copy link
Owner

pfalcon commented 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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants