摘要: 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)
摘要: 1、配置tomcat 和jdk环境,编写简单的jsp,调用ocx控件2、ocx的控件需要注册testopen来自为知笔记(Wiz) 阅读全文
posted @ 2014-05-08 18:58 ~萤火虫~ 阅读(1662) 评论(0) 推荐(0)
摘要: test来自为知笔记(Wiz) 阅读全文
posted @ 2014-05-08 09:11 ~萤火虫~ 阅读(118) 评论(0) 推荐(0)