Search found 23 matches

by wali
Thu Jan 12, 2017 11:52 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

:o
Ok, maybe I misunderstood your first comment.
Anyway, we just solved it as your suggestion.
It is so kind of you. Thank you.
by wali
Wed Jan 11, 2017 11:24 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

I guess it is not related to compiler.
It woks fine with 3.0
by wali
Wed Jan 11, 2017 9:49 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

see the whole code of dllmain.cpp below. Please take attention to the comments in source file, and compare with two conditions (with/without brackets). #include <windows.h> #include <Shobjidl.h> #include "madCHook_helper.h" typedef HRESULT (WINAPI *PF_CoCreateInstance)(REFCLSID rclsid, LPU...
by wali
Tue Jan 10, 2017 12:48 pm
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

#include <windows.h> #include <Shobjidl.h> #include "madCHook_helper.h" typedef HRESULT (WINAPI *PF_CoCreateInstance)(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID riid, LPVOID *ppv); PF_CoCreateInstance Hooked_CoCreateInstance_Next = NULL; HRESULT Hooked_COMRenameItem(...
by wali
Mon Jan 09, 2017 2:53 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

Does "latest 3.x" mean 3.1.13?
by wali
Mon Jan 09, 2017 1:45 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

Ok, I will do a try.
by wali
Fri Jan 06, 2017 1:23 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

Have you tested this on win7 or win10?
by wali
Wed Jan 04, 2017 2:37 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

hi, @madshi
It's been a long time to wait for your response.
Our customer has also confronted this issue.
It would be extremely urgent solving it as quickly as your can.

Waiting for good news!
by wali
Fri Dec 02, 2016 6:42 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

I hope you can solve it as quickly.
by wali
Tue Nov 29, 2016 1:40 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

Do you think the reason that fires these two problem is same?
Our issue happens on both win7 and win10.
by wali
Mon Nov 28, 2016 2:54 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

yes, you are right. I miss CoCreateInstance function hook-call.
by wali
Fri Nov 25, 2016 2:41 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

ExPx wrote:
wali wrote: ExPx,
any progress?

Sorry wali no
Have you reproduced the issue ?
by wali
Fri Nov 18, 2016 2:25 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

It is an urgent issue for NEXTLABS. We are confused whether MCHook should be updated or not.
Would you please take more attention to this. Thanks.
by wali
Thu Nov 10, 2016 4:37 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

ExPx wrote:I am working on this issue on x64 windows 10. If any progress i will inform you. You can try api monitor. I see copied item file name in zipfldr.dll calls for now.
Hi,
ExPx,
any progress?
by wali
Tue Nov 01, 2016 6:36 am
Forum: madCodeHook
Topic: IFileOperation::CopyItems hookcode not work
Replies: 32
Views: 42581

Re: IFileOperation::CopyItems hookcode not work

I appreciate your advice, but the attachment just is an example.
It is not solved after changing those things.