Hi, 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?
Thanks for your time guys! =)
BlueOrange replied to BlueOrange's topic in General Help
Hi, David 😄
Basically:
- I have a process X running in my system (third-party process);
- While process X is running, i want to inject my Delphi Dll with a simple main window with, for example, a checkbox;
- How i want to inject it? Using, for example, LoadLibraryA.
By i remember, when i made my Delphi Dll with a simple form, it compiled fine but, when i tried to inject it with a Dll-Injector (Xenos Injector in this case), nothing occurs (a little obvious but im with problems to fix it anyway xD).