Re: [Mingw-w64-public] MinGW-W64 and patching a program

2015-02-09 Thread dw
Is being alive a requirement here? I would guess that this is due, at least in part, to __pei386_runtime_relocator(). There's some discussion of this here: https://sourceforge.net/p/mingw-w64/mailman/message/32721440/ The fact that it has to change the protection on the program's memory regio

Re: [Mingw-w64-public] MinGW-W64 and patching a program

2015-02-09 Thread niXman
niXman 2015-02-09 15:15: > Hi, > > I use VMProtect[1] in a project that I build using MinGW-W64. > VMProtect, among other things, provides the 'bool > VMProtectIsValidImageCRC()' function which determines whether the > program image has been patched in the memory. > The problem is that this functi

[Mingw-w64-public] MinGW-W64 and patching a program

2015-02-09 Thread niXman
Hi, I use VMProtect[1] in a project that I build using MinGW-W64. VMProtect, among other things, provides the 'bool VMProtectIsValidImageCRC()' function which determines whether the program image has been patched in the memory. The problem is that this function always returns 'false', as if the