Akshat Parikh

Results 2 issues of Akshat Parikh

I have made some changes to Jackalope that allow someone to fuzz processes that are already running on the system by attaching to them. The current limitations of this new...

To add [support](https://github.com/googleprojectzero/Jackalope/pull/38) to Jackalope for fuzzing attached processes, I needed to add a helper function FindProcessId to common.cpp. The second issue I found was in the function DebugLoop. When...