Sharad Khanna

Results 5 issues of Sharad Khanna

This change hopes to address some of the concerns described in https://github.com/AFLplusplus/LibAFL/issues/1799. This PR moves the Frida ASAN test from an external cpp file to inline c. This is done...

This implements various fixes for libafl_frida including fixing the poison/unpoison routine, fixing the ASAN checks on both x86 and aarch64, and redesigning hook_rt for x86 and aarch64. The new design...

This patch implements the rest of the aarch64 writer functions as well as chaining return. This is dependent on https://github.com/frida/frida-gum/pull/777.

As of right now, the allocator is not multithreaded. Make it multithreaded to better support fuzzing multithreaded applications.

The following PR addresses #26510 I've spent some time looking into this and it seems to be a limitation of the Mach-O format based on compiler/linker code. Looking in the...

hold: cla required
branch: master
approval: review pending
triaged: feature
tests: exempted