neonprimetime security , just trying to help
Showing posts with label
GCC
.
Show all posts
Showing posts with label
GCC
.
Show all posts
Saturday, September 24, 2016
Intel Assembly Basics GCC and GDB Disassembly
›
Intel Assembly Basics I want to write a C program in linux and see what X86 assembly it generates. Let's try this. nano increment.c ...
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