Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | fix Rust speedtest example dependency (#1542) | jma | |
2022-04-13 | Fix persistant sample build | lazymio | |
2022-04-12 | Fix linkage | lazymio | |
2022-04-04 | Fix unicornafl static build | lazymio | |
Signed-off-by: lazymio <mio@lazym.io> | |||
2022-02-14 | Fix sample script for Unicornafl2 (#1329) | lazymio | |
* Fix the sample script for Unicornafl2 * Make it compatible with unicornafl1 * Sync to the latest unicornafl * Update UNICORNAFL_VERSION * Sync to latest unicornafl to resolve linkage problem * Switch to ucafl2 | |||
2022-01-26 | adapt test harness to unicornafl for uc2 | Dominik Maier | |
2022-01-25 | fix unicorn python test path | vanhauser-thc | |
2022-01-22 | fix makefiles for uc2 c examples | Dominik Maier | |
2022-01-17 | Cleaned unicorn speedtest sample README | Damiano Melotti | |
2022-01-17 | fixup! Fixed Rust harness name to be consistent with the others | Damiano Melotti | |
2022-01-15 | Fixed Rust harness name to be consistent with the others | Damiano Melotti | |
2022-01-15 | Adjustments to unicorn docs and speedtest sample | Damiano Melotti | |
2021-12-04 | Add missing blank lines and remove double blank lines | llzmb | |
2021-12-02 | Remove the word "we" | llzmb | |
2021-12-01 | New unicornafl rust bindings (#1188) | Dominik Maier | |
* uc bindings * fixed new uc rust bindings * updated to latest uc1 * updated rust bindings | |||
2021-11-21 | Clean up docs folder | llzmb | |
2021-10-12 | unicornafl bindings improved | Dominik Maier | |
2021-10-07 | get rid of i32 need for unicornafl regs in rust | Dominik Maier | |
2021-06-25 | updated uc rust bindings | Dominik Maier | |
2021-06-24 | rust bindings update | Dominik Maier | |
2021-06-09 | clippy fixes | Dominik Maier | |
2021-04-26 | unicorn speedtest makefile cleanup | Dominik Maier | |
2021-03-12 | make get_offsets executable | Dominik Maier | |
2021-02-27 | reworked unicornafl documentation | Dominik Maier | |
2021-02-15 | ran black on python scripts | Dominik Maier | |
2021-01-25 | unicorn fix | Dominik Maier | |
2021-01-25 | updated unicornalf, bindings | Dominik Maier | |
2021-01-23 | added cargo lock | Dominik Maier | |
2021-01-23 | removed lock' | Dominik Maier | |
2021-01-23 | enabled persistent mode | Dominik Maier | |
2021-01-23 | fixed rust example | Dominik Maier | |
2021-01-23 | tried to fix rust example | Dominik Maier | |
2021-01-23 | unicorn speedtest initial commit | Dominik Maier | |
2020-11-13 | more small fixes | hexcoder- | |
2020-07-01 | Revert "Revert "updated unicorn version"" | Dominik Maier | |
This reverts commit 857046ede5a7bd54a725bfd4367de55011cca94d. | |||
2020-07-01 | Revert "updated unicorn version" | root | |
This reverts commit 4515e06ca8620183c536af9f55a47b78fb7c708a. | |||
2020-07-01 | updated unicorn version | Dominik Maier | |
2020-06-09 | fixed shmap fuzzing | Dominik Maier | |
2020-06-06 | unicorn_mode/samples/persistent/harness.c: fix comment | Toralf Förster | |
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> | |||
2020-06-02 | minor fixes | Dominik Maier | |
2020-05-09 | minor fixes | hexcoder | |
2020-05-09 | unicorn_mode/samples/persistent/Makefile: fix non-Linux support | hexcoder- | |
2020-05-01 | minor sample things | Dominik Maier | |
2020-04-09 | Makefile cleanup | hexcoder- | |
2020-04-09 | unicorn_mode/samples/persistent Makefile portable version | hexcoder- | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-03-09 | AFL without globals (#220) | Dominik Maier | |
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz | |||
2020-02-19 | fixed -A in afl-showmap | Dominik Maier | |
2020-02-10 | minor fixes to c examples | Dominik Maier | |
2020-02-04 | Back to single harness | Dominik Maier | |