S
S
StillDontKnowMyName2020-05-12 17:16:39
Programming
StillDontKnowMyName, 2020-05-12 17:16:39

How to inject dll written as hex from exe?

The condition is this: there is an exe file, it must inject the dll into another process, and the dll is not in the form of a file, but in the form of a sequence that is written into the source code in a header or resource. { 0x54, 0xf6, 0x4a, ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-05-12
@firedragon

Damn it, what a question, you take the entry table, find the entry point, throw it to the end, insert a link to your code and at the end go to the transferred original entry point. What's so difficult about that?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question