Today,we will do a experiment about computer system basic knowledge.The...
收录了3篇文章 · 1人关注
Today,we will do a experiment about computer system basic knowledge.The...
炸弹一: 在phase_1函数中,调用了string_not_equal函数,根据函数的返回值EAX判断是否执行explode_bomb函数两种...
这里有函数声明,然后编译器会在链接的时候去寻找所有他声明的函数对应的xxx.o模块,然后链接成一个文件?