Re: [Mingw-w64-public] [PATCH] VirtualProtect problem in pseudo-reloc.c

2017-07-09 Thread Arthur D. Edelstein
Turns out I could remove one more line, because a local variable becomes unused. Here is a revised patch. On Sat, Jul 8, 2017 at 11:18 PM, Arthur D. Edelstein wrote: > It seems my patch attachment was maybe blocked. Here it is again with > a .txt extension. > > On Sat, Jul 8, 2017

Re: [Mingw-w64-public] [PATCH] VirtualProtect problem in pseudo-reloc.c

2017-07-08 Thread Arthur D. Edelstein
It seems my patch attachment was maybe blocked. Here it is again with a .txt extension. On Sat, Jul 8, 2017 at 11:06 PM, Arthur D. Edelstein wrote: > Hi, I am proposing a patch here to deal with a problem found in a > cross-compiled Tor Browser and Tor Expert Bundle. Using VMMap on > Wi

[Mingw-w64-public] [PATCH] VirtualProtect problem in pseudo-reloc.c

2017-07-08 Thread Arthur D. Edelstein
Hi, I am proposing a patch here to deal with a problem found in a cross-compiled Tor Browser and Tor Expert Bundle. Using VMMap on Windows, we observed Execute/Read/Write (XRW) and Execute/Copy-on-Write pages (X/COW) in some DLLs and the Tor executable, even though the .text sections for these bina