Re: [Mingw-w64-public] patching IAT and _strdup() and malloc() functions

2015-12-14 Thread LRN
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

[Mingw-w64-public] patching IAT and _strdup() and malloc() functions

2015-12-14 Thread Vincent Torri
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