about summary refs log tree commit diff
path: root/unicorn_mode/helper_scripts
AgeCommit message (Collapse)Author
2021-07-15formattingDominik Maier
2021-07-15replaced \t with spacesDominik Maier
2021-07-15replaced unicorn with unicornaflDominik Maier
2021-07-15Delete template_test_harness.pyDominik Maier
Please refer to /samples for documented example harnesses in python, rust, and c. See #1022
2021-04-15autoformat with blackDominik Maier
2021-03-20IDA script for loading unicorn AFL context dumps (#812)Brandon Miller
* IDA script for loading unicorn AFL context dumps This script can be used to load context dumps into an IDA database for analysis. It requires that you first open the main executable into IDA directly. Then, you can run the script and select the _index.json file. From there, the script will rebase the main executable and map in all the other dumped vmem from the context dump directory * Modified ida_context_loader.py header comment No specifies the full URL for the unicon_dumper_gdb.py script
2021-02-15ran black on python scriptsDominik Maier
2020-12-04updated helper_scripts from battelle/afl-unicornDominik Maier
2020-02-10fix pwndbg dumper for py2Anatoly Korniltsev
2019-07-25cleanupvan Hauser
2019-07-25Added AFL-Unicorn modeDominik Maier