unicornafl
unicornafl copied to clipboard
AFL bindings for Unicorn-Engine
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...