摘要:
C++反汇编代码分析–函数调用Posted on2010 年 6 月 13 日byFowler Zhang推荐阅读:C++反汇编代码分析–函数调用C++反汇编代码分析–循环结构C++反汇编代码分析–偷调函数走进内存,走进汇编指令来看C/C++指针代码如下:#include “stdlib.h”int sum(int a,int b,int m,int n){return a+b;}void mai... 阅读全文
posted @ 2014-05-14 18:17
~萤火虫~
阅读(312)
评论(0)
推荐(0)
摘要:
http://www.cnblogs.com/pugang/archive/2012/06/08/2541683.html#include "stdafx.h"#include int InternalFunctionA(int nSizeA1, int nSizeA2){ int localnSizeA1 = nSizeA1; int localnSizeA2 = nSizeA2; in... 阅读全文
posted @ 2014-05-14 17:27
~萤火虫~
阅读(201)
评论(0)
推荐(0)

浙公网安备 33010602011771号