Search found 7 matches

by NobMiwa
Wed Oct 11, 2017 7:30 am
Forum: madCodeHook
Topic: copy files on desktop
Replies: 2
Views: 5369

copy files on desktop

Hello,

I want to hook "copy" files on desktop by user mouse operation.
I hooked CreateFileW and CopyFileW and copy file on desktop.
But I could not get information.

Could you tell me what API is Explorer using ?

Regards,
Nobuo Miwa
by NobMiwa
Tue Sep 12, 2017 11:57 pm
Forum: madCodeHook
Topic: Windows 10 "Redstone3" and injection/hooking
Replies: 18
Views: 23846

Re: Windows 10 "Redstone3" and injection/hooking

Hello, I am developing an monitoring program that monitor the employ who attached file into Web Mail. So I have to monitor MS Edge when the employ attached file into Web Mail, too. I don't need to change values of APIs, but just monitor. I hope you will add option to inject dll into MS Edge. Regards
by NobMiwa
Wed Aug 30, 2017 2:25 am
Forum: madCodeHook
Topic: Build error on C++Builder 10.1 Berlin
Replies: 4
Views: 8062

Re: Build error on C++Builder 10.1 Berlin

When I tried to add new project of Form, it worked. But when I tried to add new project of DLL, it didn't work. 1. I added new project of "Dynamic Link Library" 2. I added a line "#include "MadCodeHook.h"" above _libmain 3. I got "WINAPI.WINDOWS.OBJ" not found...
by NobMiwa
Thu Apr 06, 2017 4:27 am
Forum: madCodeHook
Topic: LoadInjectionDriver returns 577
Replies: 6
Views: 10893

Re: LoadInjectionDriver returns 577

Hi,

I talked with GlobalSign, but they said "Collect signed" only.

Could you give me the information of which Windows API returns 577 ?
Is it StartService() ?

Any hint welcome.
by NobMiwa
Sun Apr 02, 2017 12:45 pm
Forum: madCodeHook
Topic: LoadInjectionDriver returns 577
Replies: 6
Views: 10893

LoadInjectionDriver returns 577

Hello, This issue is not about MadCodeHook, but I really need help. I cannot successfully load driver with LoadInjectionDriver on Win7 64. I copied "renameme32.sys" and "renameme64.sys" and signed by following command with my GlobalSign Certificate(SHA256 only). signtool sign /v ...
by NobMiwa
Tue Mar 28, 2017 5:28 pm
Forum: madCodeHook
Topic: Build error on C++Builder 10.1 Berlin
Replies: 4
Views: 8062

Re: Build error on C++Builder 10.1 Berlin

Hello madshi,

Thank you for the information.
It worked.

Thanks
by NobMiwa
Tue Mar 28, 2017 10:12 am
Forum: madCodeHook
Topic: Build error on C++Builder 10.1 Berlin
Replies: 4
Views: 8062

Build error on C++Builder 10.1 Berlin

Hello, I'm new in madCodeHook. I tried to build simple InjectLibrary/UninjectLibrary console application with C++Builder. C++Builder 10.1 Berlin madCodeHook 3.1.14 I add include file "C:\Program Files (x86)\madCollection\madCodeHook\BDS18\win32\madCodeHook.h" and link with "C:\Program...