A simple tool for merging DLLs into executables with PEB-invisible mapping.
C++
287
11 commits
updated Jan 9, 2025
A simple tool that embeds DLLs into Windows 32-bit PE executables, along with a loader that manually maps the DLLs into memory instead of using LoadLibrary, making the loaded DLLs invisible in the PEB (Process Environment Block).
git clone https://github.com/ytk2128/dll-merger.git --recurse-submodulesmerger.exe procexp.exe MyDLL.dllprocexp.exe_out.exeMyDLL.dll is invisibly loaded in the procexp.exe_out.exe
11 commits
C++
100.0%
A simple tool for merging DLLs into executables with PEB-invisible mapping.
C++
287
11 commits
updated Jan 9, 2025
A simple tool that embeds DLLs into Windows 32-bit PE executables, along with a loader that manually maps the DLLs into memory instead of using LoadLibrary, making the loaded DLLs invisible in the PEB (Process Environment Block).
git clone https://github.com/ytk2128/dll-merger.git --recurse-submodulesmerger.exe procexp.exe MyDLL.dllprocexp.exe_out.exeMyDLL.dll is invisibly loaded in the procexp.exe_out.exe
11 commits
C++
100.0%