11 Commits

Author SHA1 Message Date
Dominik Maier
c279750689 formatting 2021-07-15 12:38:15 +02:00
Dominik Maier
7fb2d90c49 replaced \t with spaces 2021-07-15 12:37:09 +02:00
Dominik Maier
ed2d474369 replaced unicorn with unicornafl 2021-07-15 12:35:45 +02:00
Dominik Maier
b7cd6db08f
Delete template_test_harness.py
Please refer to /samples for documented example harnesses in python, rust, and c.

See #1022
2021-07-15 09:43:31 +02:00
Dominik Maier
c8e96e5253 autoformat with black 2021-04-15 23:56:58 +02:00
Brandon Miller
ede03a96ed
IDA script for loading unicorn AFL context dumps (#812)
* 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-03-20 09:36:25 +01:00
Dominik Maier
cebde1f9e6 ran black on python scripts 2021-02-15 13:52:23 +01:00
Dominik Maier
330f33a435 updated helper_scripts from battelle/afl-unicorn 2020-12-04 15:40:38 +01:00
Anatoly Korniltsev
39be4cd80b fix pwndbg dumper for py2 2020-02-10 14:10:12 +01:00
van Hauser
db2392b778 cleanup 2019-07-25 18:48:28 +02:00
Dominik Maier
00dc8a0ad5 Added AFL-Unicorn mode 2019-07-25 02:26:51 +02:00