S
S
Sali_cat2014-10-18 21:30:54
Programming
Sali_cat, 2014-10-18 21:30:54

How to engineer dll into exe?

there is a process ***.exe.exe and you need to sew dll there, it didn’t work through the registry, how else can it be?

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
"AppInit_DLLs"="name.dll"
"LoadAppInit_DLLs"=dword:00000000

it used to work, now it doesn't (
win 7.1 x32

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cjey, 2014-10-19
@cjey

If you need to assemble an entire Visual Studio project into one executable, you can use the ilMerge utility . But will work only with managed dll. The article has a link with embedding dll in resources.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question