neonprimetime security , just trying to help
Showing posts with label
C
.
Show all posts
Showing posts with label
C
.
Show all posts
Saturday, May 23, 2015
gcc convert c to assembly
›
Take this c program that does nothing but exit. #include<stdlib.h> void main(){ exit(0); } Let's say you run this comman...
Wednesday, May 20, 2015
gcc static linking
›
Take this c program that does nothing but exit. #include<stdlib.h> void main(){ exit(0); } There is a gcc option to complile...
›
Home
View web version