
dll
海之旋律
这个作者很懒,什么都没留下…
展开
-
QTP调用DLL
[color=darkred][i][b]Search1:[/b][/i][/color] 关于DLL文件: DLL严格意义上说 dll 是微软的 私有格式, 不是 C/C++标准中的, 也无法跨平台的。 其中作用为实现可重复性代码的集合和exe没有本质区别,很难被反编译,因此,即使有了dll文件,仍然不能看到里面具体写了什么,当然现在有很多工具,能逐步识别dll文件的反编译汇编语言 ...原创 2012-12-24 15:38:53 · 207 阅读 · 0 评论 -
C语言函数:找到字符串中指定字符串并替换,输出为DLL
// convert9.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "convert9.h" #include "windows.h" #include "stdio.h" #include "string.h" BOOL APIENTRY Dll...原创 2012-12-25 15:12:40 · 598 阅读 · 0 评论