用AheadLib進行簡單的DLL注入

參考鏈接:http://www.voidcn.com/article/p-hwvwbvwu-xz.html 1、首先編寫要注入的DLL文件:dllTest_dll.dll 只進行兩個數的簡單相加 #include "dllTest_dll.h" int add(int x,int y) { return x+y; } DLL的頭文件dllTest_dll.h #ifndef LIB_H #de
相關文章
相關標籤/搜索