Answer the question
In order to leave comments, you need to log in
How do dll files work?
There is no awareness of the work of dll files. I realized that dlls are practically the same exes, i.e. PE files. But what is their difference? And, since these are the same executable files, is it possible to do at the beginning, for example, jmp my_function in the dll itself when it is imported? Or should the functions be called only from the program that imports the dll? How does the import work in general?
Answer the question
In order to leave comments, you need to log in
But what is their difference?
And, since these are the same executable files, is it possible to do at the beginning, for example, jmp my_function in the dll itself when it is imported?
How does the import work in general?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question