摘要:test.c# include < stdio. h> # include < stdlib. h> extern char * _binary_test_c_start; int main( ) { printf ( "%s" , ( char * ) & _binary_test_c_start) ; printf("hahah/n"); } MakefileSRC = test . cTAR = testALL: test . cobjcopy - I binary - O elf32- i386 - B i386
阅读全文