about summary refs log tree commit diff
path: root/unicorn_mode
AgeCommit message (Collapse)Author
2020-04-18no need to rm folderDominik Maier
2020-04-18fix submoduleDominik Maier
2020-04-18better detection of intel cpu on 32-bit Linuxhexcoder-
2020-04-17unicornafl updaetdDominik Maier
2020-04-17latest unicornaflDominik Maier
2020-04-17added versionDominik Maier
2020-04-17submoduleDominik Maier
2020-04-17locked to unicornafl versionDominik Maier
2020-04-09fixed critical whitespaceDominik Maier
2020-04-09Makefile cleanuphexcoder-
2020-04-09unicorn_mode/samples/persistent Makefile portable versionhexcoder-
2020-04-09unicorn_mode build script: find setuptools more reliablyhexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-03-22Enforcing python3 for Mac too.David Carlier
2020-03-21qemu_mode/unicorn_mode scripts: fix '==' in '['hexcoder-
2020-03-21qemu_mode and unicorn_mode build scripts: replace type with command -vhexcoder-
2020-03-21unicorn build script: list all missing prereqs in one invocation,hexcoder-
replace which with type
2020-03-20unicorn: increase timeout for unicorn test in build scripthexcoder-
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-11Fixed typo (#253)David Tomaschik
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-29wget is no longer necessary for unicornafl which is cloned now. (#217)David CARLIER
2020-02-19fixed -A in afl-showmapDominik Maier
2020-02-10fix pwndbg dumper for py2Anatoly Korniltsev
2020-02-10minor fixes to c examplesDominik Maier
2020-02-10Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus into unicornDominik Maier
2020-02-10removed unused diffsDominik Maier
2020-02-08travis timeout reattempts :)van Hauser
2020-02-06unicorn mode build fix for FreeBSD.David Carlier
2020-02-06unicorn readme enhancementsvan Hauser
2020-02-04Back to single harnessDominik Maier
2020-01-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusDominik Maier
2020-01-27Added persistent mode sampleDominik Maier
2020-01-22c example now uses persistent modeDominik Maier
2020-01-15persistent mode harnessDominik Maier
2020-01-14Fixed description of unicorn harness.cDominik Maier
2020-01-13fixed c harnessDominik Maier
2020-01-13C example addedDominik Maier
2020-01-12renamed to unicornaflDominik Maier
2020-01-08fix typo in uncorn_mode/readmeAnatoly Korniltsev
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-28Update README.mdhexcoder
fix some typos
2019-12-21remove remainder of git submoduleKjell Braden
commit 7028c9b59d6171426457494a179cd55022cd483b only removed the .gitmodules entry. this commit removes the corresponding directory, so `git submodule status` won't fail anymore.
2019-12-20On non Linux systems, (g)make distrib stops halfwayDavid Carlier
because of QEMU not supported. Symplifying cores counting data gathering.
2019-12-18Merge pull request #146 from domenukk/unmappingvan Hauser
Tidied up python examles and fixed bug in uc_afl_fuzz
2019-12-18removed debug printDominik Maier
2019-12-18afl_fuzz unmappingDominik Maier
2019-12-18fix travis bug?van Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-16update unicorn submoduleAndrea Fioraldi