Re: [Mingw-w64-public] Lock in support in the crt for ARMNT

2015-12-15 Thread Martell Malone
Please ignore patch 003 which adds __initenv to msvcrt This is not available on arm. Please review this along with the NtCurrentTeb patch. Apologies for the noise Kind Regards Martell On Tue, Dec 15, 2015 at 10:37 PM, Martell Malone wrote: > Forgot: Please Review. :) > > On Tue, Dec 15, 2015 a

[Mingw-w64-public] Lock in support in the crt for ARMNT

2015-12-15 Thread Martell Malone
Add the final 2 functions need to run are executables via mingw-w64. From 5288e84f375a5abdca6276586fe581872a88bfe8 Mon Sep 17 00:00:00 2001 From: Martell Malone Date: Tue, 15 Dec 2015 20:57:52 -0800 Subject: [PATCH 2/2] Add support for NTCurrentTeb for ARMNT diff --git a/mingw-w64-headers/includ

Re: [Mingw-w64-public] Lock in support in the crt for ARMNT

2015-12-15 Thread Martell Malone
Forgot: Please Review. :) On Tue, Dec 15, 2015 at 10:37 PM, Martell Malone wrote: > Add the final 2 functions need to run are executables via mingw-w64. > -- ___ Mingw-w64-publ

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

2015-12-15 Thread Vincent Torri
On Tue, Dec 15, 2015 at 12:05 PM, Jacek Caban wrote: > Hi Vincent, > > On 12/15/15 7:20 AM, 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 wor

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

2015-12-15 Thread LRN
On 15.12.2015 14:05, Jacek Caban wrote: > Hi Vincent, > > On 12/15/15 7:20 AM, 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 D

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

2015-12-15 Thread Jacek Caban
Hi Vincent, On 12/15/15 7:20 AM, 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 hook