Re: [Mingw-w64-public] changing a DLLs load-time dynamic link dependency

2013-11-15 Thread Jon
On Fri, Nov 15, 2013 at 3:56 AM, Kai Tietz wrote: > 2013/11/15 Jon : > > After skimming LRN's ntldd https://github.com/LRN/ntldd tool, reading > tinype > > again http://www.phreedom.org/research/tinype/ and updating my upx > > http://upx.sourceforge.net/ I'm curious if binary tweaks to mingw buil

Re: [Mingw-w64-public] changing a DLLs load-time dynamic link dependency

2013-11-15 Thread Kai Tietz
2013/11/15 Jon : > After skimming LRN's ntldd https://github.com/LRN/ntldd tool, reading tinype > again http://www.phreedom.org/research/tinype/ and updating my upx > http://upx.sourceforge.net/ I'm curious if binary tweaks to mingw built DLLs > (e.g. - libffi, libxml2, etc) could easily solve one

[Mingw-w64-public] changing a DLLs load-time dynamic link dependency

2013-11-14 Thread Jon
After skimming LRN's ntldd https://github.com/LRN/ntldd tool, reading tinype again http://www.phreedom.org/research/tinype/ and updating my upx http://upx.sourceforge.net/ I'm curious if binary tweaks to mingw built DLLs (e.g. - libffi, libxml2, etc) could easily solve one of the mingw/VC++ integra