L
L
lackywow2018-04-12 14:16:07
API
lackywow, 2018-04-12 14:16:07

Windows Threads?

Tell me, please, is there a function in the windows API that allows you to inject code or DLl into another process. After the injection, a thread is created with this code, but who ends up calling the functions described in this code? After all, the program begins to be executed from the main function and then only subroutines with data located on the stack are called, they are later referred to by the command counter. How then are they launched to execute a function in the same DLL that we injected, if the process does not initially know about such functions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
res2001, 2018-04-12
@res2001

This should help:
https://habrahabr.ru/post/73324/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question