Search found 8 matches

by Fengyun
Thu Jun 12, 2014 4:06 pm
Forum: madCodeHook
Topic: Can i hook system process, it's pid is 4
Replies: 4
Views: 4993

Re: Can i hook system process, it's pid is 4

Thank you!but "Process Monitor" hooked system read share file, is "Prcess Monitor" tool Hooked system call table in kernel mode?
by Fengyun
Thu Jun 12, 2014 3:31 pm
Forum: madCodeHook
Topic: Can i hook system process, it's pid is 4
Replies: 4
Views: 4993

Can i hook system process, it's pid is 4

Hi, I want to monitor share file access, how can i hook the "system" process, it's pid is 4
by Fengyun
Wed May 21, 2014 5:43 pm
Forum: madCodeHook
Topic: SendIPCMessage sometimes suspend
Replies: 1
Views: 3078

SendIPCMessage sometimes suspend

hello, In my hook dll, I call SendIPCMessage, sometimes this function wait forever, the process suspend.... bool bRet = false; SendIPCMessage("ipcname", (PVOID)buf, nBufLen, &bRet, sizeof(bool), INFINITE); but my host process's log show that this ipc has been processed. why SendIPCMess...
by Fengyun
Wed May 21, 2014 3:13 am
Forum: madCodeHook
Topic: How to create a thread in injected process?
Replies: 5
Views: 6858

Re: How to create a thread in injected process?

thank you! But I still have a question. // send an ipc message to whomever has created the ipc queue (doesn't matter) // if you only fill the first 3 parameters, SendIpcMessage returns at once // if you fill the next two parameters, too, SendIpcMessage will // wait for an answer of the ipc queue own...
by Fengyun
Tue May 20, 2014 4:37 am
Forum: madCodeHook
Topic: How to create a thread in injected process?
Replies: 5
Views: 6858

Re: How to create a thread in injected process?

thank you.

Can i call SendIpcMessage in dllmain DLL_PROCESS_ATTACH ?
by Fengyun
Fri May 16, 2014 4:53 pm
Forum: madCodeHook
Topic: How to create a thread in injected process?
Replies: 5
Views: 6858

How to create a thread in injected process?

hi, madshi, I want to create a thread in injected process to do some works. I want to create thread in dllmian function, but ms said don't create thread in dllmian. When I to do is suitable? I see some inject-dll export functins, but madcodehook's demo dll has no export functions. I want to known, t...
by Fengyun
Thu Apr 10, 2014 4:13 am
Forum: madCodeHook
Topic: A process can't be injected
Replies: 3
Views: 4710

Re: A process can't be injected

My OS is Win7 32bit. My madCodeHook version is 3.1.6. I use system/session wide DLL injection. It's very strange, today, regardless before or after qq.exe started, can injected into........ But it's still a small problem,My host process call UninjectLibrary then exit, all other process uninject succ...
by Fengyun
Wed Apr 09, 2014 10:14 am
Forum: madCodeHook
Topic: A process can't be injected
Replies: 3
Views: 4710

A process can't be injected

HI, madshi: I'm a working for a security company. I need to hook all application, monitor files transmission. But a social application can't be injected when i use madchook 3.0. the process is qq.exe, It's download url: http://im.qq.com/pcqq/ I find that when qq.exe start, it will start a process ca...