Search found 35 matches

by kimjw0820
Tue Jul 25, 2017 12:42 am
Forum: madCodeHook
Topic: CoCreateInstance explorer.exe crash...
Replies: 3
Views: 7004

Re: CoCreateInstance explorer.exe crash...

this call is function pointer

HookCode param
pNextHook() == _madchook.original_function()
pCallbackFunc == proxy_function (static) -> singleton member function call(new_function)
by kimjw0820
Mon Jul 24, 2017 1:04 pm
Forum: madCodeHook
Topic: CoCreateInstance explorer.exe crash...
Replies: 3
Views: 7004

CoCreateInstance explorer.exe crash...

hello madshi, Is this an issue you know? CoCreateInstance Hook. not modify param value. process_explorer.exe or any process right click -> run as admin. (To run consent.exe) Occasionally a crash explorer.exe occurred when I pressed the ok button. If you want, I will email pdb. thank you. 0:062> !ana...
by kimjw0820
Mon Jul 24, 2017 11:29 am
Forum: madCodeHook
Topic: 64bit sys BSOD check plz.
Replies: 18
Views: 20835

Re: 64bit sys BSOD check plz.

ok! Thank you for your check.
by kimjw0820
Mon Jul 24, 2017 11:18 am
Forum: madCodeHook
Topic: 64bit sys BSOD check plz.
Replies: 18
Views: 20835

Re: 64bit sys BSOD check plz.

thank you!
this BSOD one-time-only...
I took that action. C:\Windows\System32\drivers\ sys to change file name.
and consent.exe popup.
BSOD occurred when the ok button was pressed.

my system : windows 10 pro 1703 64bit.
by kimjw0820
Mon Jul 24, 2017 7:31 am
Forum: madCodeHook
Topic: 64bit sys BSOD check plz.
Replies: 18
Views: 20835

64bit sys BSOD check plz.

hello madshi, sorry minidump... version : madCodeHook 3.1.16 module name : jshkdrv.sys == renameme64.sys Can you check? thanks. ******************************************************************************* * * * Bugcheck Analysis * * * **************************************************************...
by kimjw0820
Fri Apr 28, 2017 3:02 am
Forum: madCodeHook
Topic: i have question error code 0x770002
Replies: 17
Views: 34723

Re: i have question error code 0x770002

hello,
madchook 3.x, 4.x Still failing...
date 3.29~3.30 build lib office 2016 CoCreateInstance hook fail..
by kimjw0820
Wed Apr 26, 2017 5:57 am
Forum: madCodeHook
Topic: i have question error code 0x770002
Replies: 17
Views: 34723

Re: i have question error code 0x770002

hello..??
by kimjw0820
Thu Jan 12, 2017 12:50 am
Forum: madCodeHook
Topic: i have question error code 0x770002
Replies: 17
Views: 34723

Re: i have question error code 0x770002

yes, office 365 == office 2016
by kimjw0820
Tue Jan 10, 2017 1:57 am
Forum: madCodeHook
Topic: i have question error code 0x770002
Replies: 17
Views: 34723

Re: i have question error code 0x770002

hello madshi,
you posible try office 365 for free?
try 1-month free (https://products.office.com/en-us/try)

using version 3.1.12 - 2016-12-07 download

Thanks :)
by kimjw0820
Mon Dec 19, 2016 8:06 am
Forum: madCodeHook
Topic: i have question error code 0x770002
Replies: 17
Views: 34723

Re: i have question error code 0x770002

not special flags..
i calling function to HookAPI("ole32.dll", "CoCreateInstance", reinterpret_cast<void *>(new_function), reinterpret_cast<void **>(&original_function)) ...

only ms-office 2016 fail..
by kimjw0820
Wed Nov 30, 2016 9:54 am
Forum: madCodeHook
Topic: i have question error code 0x770002
Replies: 17
Views: 34723

i have question error code 0x770002

Hello madshi, I am trying to hook methods such as CoCreateInstance from Ole32.dll but office 2016 32bit word, excel, ppt HookAPI fail. error code : 0x770002 test : win10 64bit / office 32bit 3PC test.. office 2013 CoCreateInstance hook success. office 2016 another api hook success. another process h...
by kimjw0820
Mon Nov 07, 2016 5:21 am
Forum: madCodeHook
Topic: metro app hook error...
Replies: 1
Views: 4426

metro app hook error...

hello!! I found the following problems during testing. MicrosoftEdgeCP.exe hook crash crash to "d3d11.dll", "D3D11CreateDevice" pc : windows 10 64bit dump call stack -- 0:010> kvn # Child-SP RetAddr : Args to Child : Call Site 00 00000043`13af8a68 00007ffd`7206c2cf : 00000000`000...
by kimjw0820
Wed Jun 15, 2016 5:16 am
Forum: madCodeHook
Topic: debug x64 hook fail..
Replies: 14
Views: 11729

Re: debug x64 hook fail..

Thank you!
i've test new beta build.
visual studio 2015 + os win 8.1, win 10 64bit
debug & release good work.
2.7.15.1 fix the issue!
by kimjw0820
Thu Jun 02, 2016 3:23 am
Forum: madCodeHook
Topic: debug x64 hook fail..
Replies: 14
Views: 11729

Re: debug x64 hook fail..

Hello, I've tested visual studio version.

windows 10 + visual studio 2012 build to good work!
but, visual studio 2015 debug build is not work...

please, support visual studio 2015 and testing
thank you!
by kimjw0820
Wed Jun 01, 2016 9:48 am
Forum: madCodeHook
Topic: debug x64 hook fail..
Replies: 14
Views: 11729

Re: debug x64 hook fail..

Hello,
Your do not reproduce..?