摘要: hello world.c #include <stdio.h> int main() { printf("hello world"); return 0; } 反汇编 1: #include <stdio.h> 2: int main() { 0040D740 push ebp 0040D741 阅读全文
posted @ 2020-08-14 10:44 Flag{Just_For_Fun} 阅读(326) 评论(0) 推荐(0)