Closed CodeMaxx closed 8 years ago
@Pratik151 Are the instructions working for windows?
like johanna said in #86, just add an simple example for osx and linux, i don't think even these switchs like -ggdb or ... be required, i just add it to analysis shellcodes sometimes :D it's not necessary. Just add a simple sample in the tmp file.
@Ali-Razmjoo Do you mean something like gcc -m32 -o shellcode_compiled filename.c
?
yes.
Since OS X(since version 10.6) doesn't support PowerPC architecture some of these
gcc
flags like-mpreferred-stack-boundary
won't work...I'm looking for alternatives. Will send in a PR soon.