摘要: 先分享一个案例: 1 #include 2 3 __declspec(naked) void Test() 4 { 5 int x; 6 x = 3; 7 __asm ret; 8 } 9 10 int main(int argc, char* argv[])11 {12... 阅读全文
posted @ 2015-05-16 03:45 jiu~ 阅读(10337) 评论(0) 推荐(2)