Replies: 13 comments 35 replies
-
https://github.com/nefarius/Injector 这个注入工具比较通用,可以使用这个注入。 |
Beta Was this translation helpful? Give feedback.
-
楼主,想付费咨询您一点技术上问题,wechat:asuka-mme 不胜感激 |
Beta Was this translation helpful? Give feedback.
-
注入dll也可以使用 RemoteDLL这个工具,我使用大佬提到的两个注入工具都搞不定,最后用了RemoteDLL搞定了。 |
Beta Was this translation helpful? Give feedback.
-
注入结果反回:0 |
Beta Was this translation helpful? Give feedback.
-
请问如何卸载DLL?无法卸载DLL |
Beta Was this translation helpful? Give feedback.
-
好的 我个另外一个注入工具注入了,可能是我工具的问题,楼主👍👍👍👍👍👍👍👍👍
ttttupup ***@***.***> 于2023年10月20日周五 10:12写道:
… 怎么查,上面已经说了。哪里下载?一个是官方有提供,另一个是直接搜索有网站提供,再一个就是找一台有这个dll的机器直接复制
—
Reply to this email directly, view it on GitHub
<#65 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6BXY4ZI7PAGNPGZ36ZKJZDYAHMZ5AVCNFSM6AAAAAAWEUXHBKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMZUGAZTO>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/nefarius/Injector
qianqian1530 ***@***.***> 于2023年12月6日周三 15:14写道:
… 啥注入器啊 ..分享一下被...
—
Reply to this email directly, view it on GitHub
<#65 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6BXY4YZZNM6I4RVSYLXSWLYIALMNAVCNFSM6AAAAAAWEUXHBKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONZSHEYTC>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
总结,用大佬提供的https://github.com/nefarius/Injector完成了注入,测试版本3.9.8.25, 3.9.8.25 v2,
|
Beta Was this translation helpful? Give feedback.
-
使用的是3.9.8.25版本分支,使用版本里的injector.exe,显示注入成功 实际Listdlls.exe 34924没有找到wxhelper.dll,这个要怎么查??? 更多信息如下: (采用https://github.com/nefarius/Injector的注入器也是显示成功,但是listdll找不到这个库) |
Beta Was this translation helpful? Give feedback.
-
我是windows10系统,微信用超级管理员启动,inject在超级管理员启动的命令行执行,可以成功注入。 另外,注入不成功的,还需要检查下运行时库是否存在 |
Beta Was this translation helpful? Give feedback.
-
大佬们 我这边多开微信注入dll 都成功了 但是接受到的信息只有一个pid的 这么处理啊 |
Beta Was this translation helpful? Give feedback.
-
学了几天,找了个call |
Beta Was this translation helpful? Give feedback.
-
假如想编程解决遇到的一堆的报错,在win10上,或者一些机器上是可能不行的,因为很多人用的是盗版或者裁剪版本的,会缺少很多dll,而且这些缺少的dll用作者提供的路径可能是解决不了的,比如我在win10上就试过作者的以下方法,是无法解决的: 其实更加好的方案就是狠心下载一个windows sdk.下载自己配合系统的sdk就可以完全解决了。免得定位各种dll缺少问题浪费时间。 当然,假如是想自己玩一下,使用采用https://github.com/nefarius/Injector 链接里的也是ok的,它里面应该是打包了dll进去了,是可以正常运行的。需要注意的是这个injector使用的命令行参数与ttttupup大神使用的参数是完全不同的,毕竟是2个不同的大神了。 |
Beta Was this translation helpful? Give feedback.
-
注入工具
1.可以使用项目自带的命令行工具和图形界面工具,推荐使用命令行工具,图形工具有mfc的依赖,可能缺少一些dll。
可以使用你喜欢的任意的注入工具注入dll。
命令行工具的使用方法:
ConsoleInject.exe [-iumpP] :
-i 注入程序名 -p 注入dll路径 -I 注入程序的pid
-u 卸载程序名 -d 卸载dll名称
-m pid 关闭微信互斥体,多开微信
-P port 指定http端口,需要使用 specify-port 分支的生成的dll
//注入 dll
ConsoleInject.exe -i demo.exe -p E:\yourDllFullPath.dll
//卸载 dll
ConsoleInject.exe -u demo.exe -d testInject.dll
//微信多开
ConsoleInject.exe -m 1222
// 注入并指定http端口,该命令需要搭配带有specify-port 后缀的dll使用。
ConsoleInject.exe -i demo.exe -p E:\yourDllFullPath.dll -P 18888
2. 3.9.2.23-V6之后的版本支持自定义端口,在微信目录新建config.ini配置文件,内容如下:
[config]
port=19088
然后直接使用注入命令时,不需要-P参数指定端口:
tasklist | findstr WeChat.exe //获取pid
ConsoleInject.exe -I [wechat.exe pid ] -p E:\yourDllFullPath.dll
检查dll是否注入成功
Listdlls.exe pid
注意Listdlls.exe 需要自己安装,或者使用其他dll查询工具。
如果没有wxhelper.dll,则说明注入失败,可尝试其他注入工具。
### 3.9.2.23 release版本会隐藏dll,该方法则查看不到,debug版本可以查看
检查http服务是否正常启动:
tasklist | findstr "WeChat.exe"
netstat -ano | findstr "your wechat pid"
如果没有你启动的端口,那么就是http服务启动失败。检查端口是否被占用。
如果注入成功,但是http没启动成功,且端口也未被占用,可以检查一下wxhelper.dll所依赖的dll,在本机上是否齐全,
可以使用这个工具或者vs的工具检查一下dll依赖
http://www.dependencywalker.com/
补齐相关依赖重试。特别是ws2_32.dll wsock32.dll 。
如果还不能正常使用,检查一下vcruntime,到官网重新下载安装
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Beta Was this translation helpful? Give feedback.
All reactions