mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 18:13:46 +03:00
8 lines
161 B
Makefile
8 lines
161 B
Makefile
|
32:
|
||
|
gcc -Wall -Os shellcodeexec.c -o shellcodeexec
|
||
|
strip -sx shellcodeexec
|
||
|
|
||
|
64:
|
||
|
gcc -Wall -Os shellcodeexec.c -fPIC -o shellcodeexec
|
||
|
strip -sx shellcodeexec
|