For getting DLL handle I try use this simple code:
- Code: Select all
uses madKernel;
begin
dllh := Process('someexe.exe').FindModule('abc.dll').Handle;
But after compile the project i get this error:
- Code: Select all
[DCC Error] Unit2.pas(49): E2003 Undeclared identifier: 'FindModule'
and
- Code: Select all
'IProcess' does not contain a member named 'FindModule'
so, whow I can get DLL handle of other process and after this read needest memory address?
(sry for my bad english((