On 15.12.2015 9:20, Vincent Torri wrote:
> Hello
>
> I am still working on Examine, my small valgrind-like memory leak
> detector (http://vtorri.github.io/examine/) and I have 2 questions.
>
> First, I recall that it works by doing DLL injection with
> CreateRemoteThread, and API hooking by patch
Hello
I am still working on Examine, my small valgrind-like memory leak
detector (http://vtorri.github.io/examine/) and I have 2 questions.
First, I recall that it works by doing DLL injection with
CreateRemoteThread, and API hooking by patching the IAT.
So Examine is working well, now, but I ha