无法定位程序输入点GetProcessImgeFileNameW于动态链接库PSAPI.DLL上
无法定位程序输入点GetProcessImgeFileNameW于动态链接库PSAPI.DLL上
日期:2017-10-13 07:37:50 人气:1
第一步,我先从简单的调用出发,定义了一个简单的函数,该函数仅仅实现一个整数加法求和:
LIBEXPORT_API int mySum(int a,int b){ return a+b;}
C# 导入定义:
public class RefComm
{
[DllImport("LibEncrypt.dll",
EntryPoint=" mySum ",
CharSet=CharSet.Auto,CallingConvention=CallingCon