unicornafl icon indicating copy to clipboard operation
unicornafl copied to clipboard

AFL bindings for Unicorn-Engine

Results 7 unicornafl issues
Sort by recently updated
recently updated
newest added

I am trying to build AFLplusplus from source following the instructions on here - https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md When I run `make distrib ` it seems to error out during unicorn_mode build stage....

Basically i created a vulnerable binary and linked it against uclib-ng (arm-eabihf), below the source code: ```c #include #include #include char* c_readfile(char *filename, size_t *filesize) { char *buffer = NULL;...

This is cmplog realization for unicorn-afl. `CMPCOV` will be turned on when `UNICORN_AFL_CMPCOV` env exists (now it is turned off by default). `CMPLOG` will be turned on when `__AFL_CMPLOG_SHM_ID` env...

I have managed to trigger a buffer overflow in my Qiling target if `_uc_hook_sub_impl_64` is called with a `cur_loc` close to, but less than the total `MAP_SIZE`. I believe the...

I tried compiling on the riscv64 architecture, but it failed. ```bash [root@openeuler-riscv64 ~]# git clone --depth 1 https://github.com/AFLplusplus/unicornafl && cd unicornafl Cloning into 'unicornafl'... remote: Enumerating objects: 38, done. remote:...

the AFL++ CI Fails regularly because the unicorn cmplog test fails, e.g. https://github.com/AFLplusplus/AFLplusplus/actions/runs/19428825811/job/55597697673 > afl-fuzz -V15 -U -i in -o out -d -c 0 -- unicorn_mode/samples/compcov_x64/compcov_test_harness.py @@ can you make...

> I'm having 100% stability now, and we should resolve the cmplog issue now. Also see https://github.com/AFLplusplus/LibAFL/pull/3238 > > Currently enabling cmplog fails to solve the most simple case in...