turova

Results 2 comments of turova

I haven't looked into the changes required for newer GCC versions, but the workaround for this is to compile with GCC 4.x. You should be able to use some equivalent...

`-no-pie` on gcc 6 worked for me as well. gcc 4.7 didn't build with `-no-pie`: > gcc-4.7 injector.o -O3 -Wall -no-pie -l:libcapstone.a -o injector -pthread gcc-4.7: error: unrecognized command line...