Skip to content

Instantly share code, notes, and snippets.

@alexander-hanel
Last active February 25, 2019 03:01
Show Gist options
  • Save alexander-hanel/46495e73f524aa62bce7515b884b880e to your computer and use it in GitHub Desktop.
Save alexander-hanel/46495e73f524aa62bce7515b884b880e to your computer and use it in GitHub Desktop.

test.py

with open("test.txt", "w") as outfile:
  outfile.write("Hello!")

IDAPYTHON script Example

C:\Users\this\Desktop>"C:\Program Files\IDA 7.1\idat.exe" -Stest.py test.idb

Contents of text.txt

Hello!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment