Search found 6 matches

by remko
Thu Nov 22, 2018 10:15 pm
Forum: madCollection
Topic: RAD Studio 10.3 Support
Replies: 23
Views: 36070

Re: RAD Studio 10.3 Support

That's really quick, awesome!

I have installed it today so if you need some testing done just give us a shout.
by remko
Mon Feb 19, 2018 1:19 pm
Forum: madCodeHook
Topic: NT DLL hooks not called
Replies: 3
Views: 5056

Re: NT DLL hooks not called

I feel silly now, thanks ;-)

BTW should HookApi not return False in that case?
by remko
Mon Feb 19, 2018 1:04 pm
Forum: madCodeHook
Topic: NT DLL hooks not called
Replies: 3
Views: 5056

NT DLL hooks not called

Using madCodeHook 4.0.4 on Windows 10 (1709) I am launching a process with CreateProcessEx with last parameter injecting my dll. My launcher, the dll and the process I am injecting into are all 32 bit. Launcher: ZeroMemory(@si, SizeOf(si)); si.cb := SizeOf(si); Args := '/SEPERATE'; UniqueString(Args...
by remko
Mon Mar 13, 2017 12:15 pm
Forum: madCodeHook
Topic: How to get includemask/excludemask ?
Replies: 5
Views: 9032

Re: How to get includemask/excludemask ?

Can you tell me what registry key is used to store the mask? I'd prefer not to reconfigure if configuration is already correct...

I can of course store it myself somewhere but risk is that it will get out of sync
by remko
Mon Mar 13, 2017 10:20 am
Forum: madCodeHook
Topic: How to get includemask/excludemask ?
Replies: 5
Views: 9032

Re: How to get includemask/excludemask ?

Yes I was indeed talking about permanent and assumed it was registry but I was unable to see what key it is in. Is it possible to change the registry key and effectuate by stopping/starting driver? Obviously that would be for new processes only...
by remko
Sun Feb 19, 2017 10:51 am
Forum: madCodeHook
Topic: How to get includemask/excludemask ?
Replies: 5
Views: 9032

How to get includemask/excludemask ?

When using InstallInjectionDriver to install the injection driver permanently I assume it still observes includeMask/excludeMask as specified by InjectLibrary ? So if we only need to specify this once, where is this information stored and how can we see what's currently configured? The reason for th...