about summary refs log tree commit diff
path: root/unicorn_mode/samples
AgeCommit message (Collapse)Author
2022-10-03fix Rust speedtest example dependency (#1542)jma
2022-04-13Fix persistant sample buildlazymio
2022-04-12Fix linkagelazymio
2022-04-04Fix unicornafl static buildlazymio
Signed-off-by: lazymio <mio@lazym.io>
2022-02-14Fix 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-26adapt test harness to unicornafl for uc2Dominik Maier
2022-01-25fix unicorn python test pathvanhauser-thc
2022-01-22fix makefiles for uc2 c examplesDominik Maier
2022-01-17Cleaned unicorn speedtest sample READMEDamiano Melotti
2022-01-17fixup! Fixed Rust harness name to be consistent with the othersDamiano Melotti
2022-01-15Fixed Rust harness name to be consistent with the othersDamiano Melotti
2022-01-15Adjustments to unicorn docs and speedtest sampleDamiano Melotti
2021-12-04Add missing blank lines and remove double blank linesllzmb
2021-12-02Remove the word "we"llzmb
2021-12-01New unicornafl rust bindings (#1188)Dominik Maier
* uc bindings * fixed new uc rust bindings * updated to latest uc1 * updated rust bindings
2021-11-21Clean up docs folderllzmb
2021-10-12unicornafl bindings improvedDominik Maier
2021-10-07get rid of i32 need for unicornafl regs in rustDominik Maier
2021-06-25updated uc rust bindingsDominik Maier
2021-06-24rust bindings updateDominik Maier
2021-06-09clippy fixesDominik Maier
2021-04-26unicorn speedtest makefile cleanupDominik Maier
2021-03-12make get_offsets executableDominik Maier
2021-02-27reworked unicornafl documentationDominik Maier
2021-02-15ran black on python scriptsDominik Maier
2021-01-25unicorn fixDominik Maier
2021-01-25updated unicornalf, bindingsDominik Maier
2021-01-23added cargo lockDominik Maier
2021-01-23removed lock'Dominik Maier
2021-01-23enabled persistent modeDominik Maier
2021-01-23fixed rust exampleDominik Maier
2021-01-23tried to fix rust exampleDominik Maier
2021-01-23unicorn speedtest initial commitDominik Maier
2020-11-13more small fixeshexcoder-
2020-07-01Revert "Revert "updated unicorn version""Dominik Maier
This reverts commit 857046ede5a7bd54a725bfd4367de55011cca94d.
2020-07-01Revert "updated unicorn version"root
This reverts commit 4515e06ca8620183c536af9f55a47b78fb7c708a.
2020-07-01updated unicorn versionDominik Maier
2020-06-09fixed shmap fuzzingDominik Maier
2020-06-06unicorn_mode/samples/persistent/harness.c: fix commentToralf Förster
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
2020-06-02minor fixesDominik Maier
2020-05-09minor fixeshexcoder
2020-05-09unicorn_mode/samples/persistent/Makefile: fix non-Linux supporthexcoder-
2020-05-01minor sample thingsDominik Maier
2020-04-09Makefile cleanuphexcoder-
2020-04-09unicorn_mode/samples/persistent Makefile portable versionhexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-03-09AFL 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-19fixed -A in afl-showmapDominik Maier
2020-02-10minor fixes to c examplesDominik Maier
2020-02-04Back to single harnessDominik Maier