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).