Friends
Im with a little problem. Im trying to create a delphi Dll with a form in RAD Studio, but i don't know how to make it load with DllMain. I want to inject this Dll in a third-party process at runtime after.
I created the Dll project with the form without problems, but i can't find nothing good related to "how to load it with DllMain", or at least the tutorials/things i found doesn't helped me (or i'm just dumb). Can someone help me? Give me some hint or a site/video where i can learn it?
I really appreciate your time guys! =)
You could use assembly to inject the ebp-based stack into some variables. Here is an example: