unicornafl_legacy
unicornafl_legacy copied to clipboard
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86) adapted to afl++
Hello, I recently opened an issue in the Unicorn repository (unicorn-engine/unicorn#1383), but I believe my problem comes from the AFLplusplus implementation. My problem is that when I emulate ARM code,...
Inside the function gen_intermediate_code_internal_a64 the produced translation blocks should be guarded with calls to gen_tb_start / gen_tb_end. For the normal Unicorn addr_end path this done correctly, but in case of...
The current Travis in this repo is taken from the upstream unicorn engine and apparently doesn't work all too well, probably because of the renaming to unicornafl. It's not a...
The `afl_fuzz` method does not expose a way to set the entrypoint. Initially, the idea was that the instruction pointer was written previously or even set inside the input placement...