OWASP / ZSC

OWASP ZSC - Shellcode/Obfuscate Code Generator https://www.secologist.com/
https://www.secologist.com/
Other
648 stars 217 forks source link

Simple multiplatform compile commands #92

Closed CodeMaxx closed 8 years ago

CodeMaxx commented 8 years ago

Fix for #91 and #86

@Ali-Razmjoo @jowasp

CodeMaxx commented 8 years ago

@Pratik151 I hope this works for Windows as well

Ali-Razmjoo commented 8 years ago

I think we need to split windows , osx& linux, and by the way, this command is just for 32bit, we could add multi line examples.

windows: gcc file.c -o file.exe ---> it works fine

and i think linux needs -z execstack I've to test it.

CodeMaxx commented 8 years ago

Updated

Ali-Razmjoo commented 8 years ago

thanks.