Ali Rizvi-Santiago
Ali Rizvi-Santiago
@gdh1995, using this feature (FilteredHints) does allow you to type the link in order to resolve ambiguity, but (as you can see in the following screenshot) the link's name and...
(I'll take this as I was planning on merging Python3's subprocess anyways)
When you ran `make WIN32=1`, did the build of `test-instr.exe` fail?
Give me a moment to fully setup an win7 environment with cygwin x64 because I don't seem to encounter the same issue as you do right after cloning the afl-cygwin...
Literally downloading the cygwin64 installer choosing the cygwin64 compilers nothing special. ``` $ uname -a CYGWIN_NT-6.1 MACHINE 2.4.1(0.293/5/3) 2016-01-24 11:26 x86_64 Cygwin $ echo 0 | ./test-instr.exe Looks like a...
Can you send me that 64-bit test-instr.exe that's being outputted? I wasn't able to reproduce it on 64-bit, but on 32-bit (after the 2nd re-install) I think I was able...
Also ftr, this seems to build fine in msys via gcc. So something that afl-as and cygwin's ld is doing is generating weirdly formatted PEs. $ MSYS_NT-6.3 MACHINE 2.5.1(0.297/5/3) 2016-05-16...
It seems to for me.
There's a huge difference between msys and mingw. Your issues probably stem from that assumption. Keep in mind that altho you can compile things with mingw, most of the things...
k, it sounds like some race when it's trying to setup the initial shared memory page. i'll try and find time to look into this later today.