开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 533|回复: 6
收起左侧

[精币悬赏] c# 调用dll问题,来个大神

[复制链接]
结帖率:0% (0/1)
发表于 2024-5-24 03:57:27 | 显示全部楼层 |阅读模式   老挝
200精币
调用的是有米的单窗口单ip dll,在易语言里面测试正常,c#里面可以调用,返回值也是true,但是没有效果 ,下面是c#代码
  
// DLL 导入定义
[DllImport ("D:\\XYDcapSDK2.dll")]
public static extern IntPtr YouMiIp_init ([MarshalAs (UnmanagedType.LPStr)] string driverName, [MarshalAs (UnmanagedType.LPStr)] string bindIp, [MarshalAs (UnmanagedType.LPStr)] string loopbackIpv4, [MarshalAs (UnmanagedType.LPStr)] string loopbackIpv6, bool compatibilityMode);
[DllImport ("D:\\XYDcapSDK2.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
public static extern bool YouMiIp_interceptMode (int interceptMode);
[DllImport ("D:\\XYDcapSDK2.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
public static extern int YouMiIp_addRule (int toHead, int protocol, int pid, int direction, int localPort, int remotePort, int ipFamily, string localIpAddress, string localIpMask, string remoteIpAddress, string remoteIpMask, int filteringFlag, string processName);
[DllImport ("D:\\XYDcapSDK2.dll")]
public static extern bool YouMiIp_addPidProxy (int pid, int proxyMode, [MarshalAs (UnmanagedType.LPStr)] string proxyUrl, int targetFilter, [MarshalAs (UnmanagedType.LPStr)] string targetFilterList, int dnsMode, [MarshalAs (UnmanagedType.LPStr)] string dnsModeList, int speedLimitId);
[DllImport ("D:\\XYDcapSDK2.dll", CharSet = CharSet.Ansi)]
public static extern void YouMiIp_free ();
[DllImport ("D:\\XYDcapSDK2.dll")]
public static extern long YouMiIp_getSendFlow (int pid);
[DllImport ("D:\\XYDcapSDK2.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
public static extern long YouMiIp_getRecvFlow (int pid);
[DllImport ("D:\\XYDcapSDK2.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
public static extern int YouMiIp_getNumConnections (int pid);
public IntPtr Init (string driverName, string bindIp, string loopbackIpv4, string loopbackIpv6, bool compatibilityMode)
{
return YouMiIp_init (driverName, bindIp, loopbackIpv4, loopbackIpv6, compatibilityMode);
}
public bool AddPidProxy (int pid, int proxyMode, string proxyUrl, int targetFilter, string targetFilterList, int dnsMode, string dnsModeList, int speedLimitId)
{
return YouMiIp_addPidProxy (pid, proxyMode, proxyUrl, targetFilter, targetFilterList, dnsMode, dnsModeList, speedLimitId);
}
public void close ()
{
YouMiIp_free ();
}

核心源码太大了,放不下附件,挨揍云地址
https://wwm.lanzoue.com/iwacU1zksr4b
测试成功秒结分





结帖率:0% (0/2)

签到天数: 16 天

发表于 2024-5-24 08:26:49 | 显示全部楼层   陕西省西安市
能掉通有返回值就说明没有问题,可以dll需要管理员权限,你用管理员权限打开vs调试一下,或者把生辰的exe已管理员身份运行试一下。
回复

使用道具 举报

签到天数: 27 天

发表于 2024-5-24 08:42:07 | 显示全部楼层   福建省福州市
一起学习一下。
回复

使用道具 举报

结帖率:0% (0/1)
 楼主| 发表于 2024-5-24 13:45:32 高大上手机用户 | 显示全部楼层   老挝
737820030 发表于 2024-5-24 08:26
能掉通有返回值就说明没有问题,可以dll需要管理员权限,你用管理员权限打开vs调试一下,或者把生辰的exe已 ...

试过,没用
回复

使用道具 举报

结帖率:100% (1/1)

签到天数: 18 天

发表于 2024-5-24 13:57:41 | 显示全部楼层   浙江省宁波市
能返回成功说明调用没问题 ,自己检查下其他问题
回复

使用道具 举报

结帖率:0% (0/1)
 楼主| 发表于 2024-5-24 17:36:48 | 显示全部楼层   老挝
无量科技 发表于 2024-5-24 13:57
能返回成功说明调用没问题 ,自己检查下其他问题

这不是检查不出来嘛,易语言能通,c#通不了,管理员权限也试过了
回复

使用道具 举报

结帖率:100% (1/1)

签到天数: 18 天

发表于 2024-5-24 19:02:29 | 显示全部楼层   浙江省宁波市
wenwenjinjin 发表于 2024-5-24 17:36
这不是检查不出来嘛,易语言能通,c#通不了,管理员权限也试过了

代码太乱,没法测是否有效,调用DLL有返回肯定是没问题了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表