Search found 4 matches

by thiyagu135
Thu Aug 27, 2009 12:38 am
Forum: madCodeHook
Topic: RegCreateKeyA/W, RegCreateKeyExA/W
Replies: 4
Views: 5940

I think RegCreateKeyExA/W will call the RegCreateKeyA/W.Because RegCreateKeyExA/W has more arguments than RegCreateKeyA/W.I think once I have used this,Instead of catching the ...EXA/W function catch only the RegCreateKeyA/W. I am not sure I used to catch RegCreateKeyA/W or native process NTRegCreat...
by thiyagu135
Mon Jul 14, 2008 3:47 am
Forum: madCodeHook
Topic: Injecting Dll into specific process
Replies: 2
Views: 3753

Thanks Chris.I got an idea from your post.I will try.
by thiyagu135
Thu Jul 10, 2008 12:17 pm
Forum: madCodeHook
Topic: Injecting Dll into specific process
Replies: 2
Views: 3753

Injecting Dll into specific process

How to get the process handle of a process given process name,without using madKernal. Actually what I want to do is, Input: process name (currently running are going to start) hook the registry functions(RegOpenKey,RegEnumvalue,..) write into the log call the original fn I have written the dll. now...
by thiyagu135
Thu Jul 10, 2008 12:08 pm
Forum: madKernel
Topic: madKernal in C++
Replies: 10
Views: 28789

madKernal in C++

Hello!
I want to know how to use madKernal into c++.The package contains .pas,.dpk.inc files.how to use the Iprocess into c++?