View Single Post
  #1  
Old 06-27-2019, 12:43
phroyt phroyt is offline
Friend
 
Join Date: May 2018
Posts: 77
Rept. Given: 0
Rept. Rcvd 8 Times in 4 Posts
Thanks Given: 35
Thanks Rcvd at 106 Times in 40 Posts
phroyt Reputation: 8
Get Delphi Class List from Main Executable

Hi,


I have injected a DLL into a Delphi EXE.
It's working.

I can hook stuff and detour well, from EXE to DLL.

Now how can I access the Class list or call function GetClass from the EXE?

When I call GetClass inside my DLL, I get only my imported classes.



I'm using Mahdi Safsafi Detours Library.

Thanks
Reply With Quote
The Following User Says Thank You to phroyt For This Useful Post:
Indigo (07-19-2019)