首页
社区
课程
招聘
[转帖]dll-merger
2022-3-7 15:38 8075

[转帖]dll-merger

2022-3-7 15:38
8075

dll-merger

Merging DLLs with a PE32 EXE without LoadLibrary.


Building the project

git clone https://github.com/ytk2128/dll-merger.git --recurse-submodules

Open src/merger.sln

Build Solution


Principle of merging

dll-merger merges DLLs with one PE32 EXE and injects the loader code into the PE32 EXE and the injected loader loads DLLs manually without LoadLibrary and thus the loaded DLLs are invisible in the PEB.



Demonstration

Execute merger.exe procexp.exe MyDLL.dll

procexp.exe_out.exe is created

MyDLL.dll is manually loaded in the procexp.exe_out.exe when procexp.exe_out.exe is executed but it's invisible.


https://github.com/ytk2128/dll-merger



[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

最后于 2022-3-7 15:57 被linhanshi编辑 ,原因:
收藏
点赞0
打赏
分享
最新回复 (2)
雪    币: 517
活跃值: (4494)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
glopen 2022-3-8 18:58
2
0
这个干什么用的?
雪    币: 2845
活跃值: (2503)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
iamasbcx 2022-3-16 17:49
3
0
谁能搞个支持64位的啊
游客
登录 | 注册 方可回帖
返回