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

[转帖]dll-merger

2022-3-7 15:38
8338

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



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

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