Great!!! It works.
Thank you.
Search found 10 matches
- Thu Jan 17, 2019 8:38 am
- Forum: madCodeHook
- Topic: [4.1.2 Problem][RuntimeBroker.exe Process]Injection Failed
- Replies: 6
- Views: 5972
- Wed Jan 16, 2019 2:57 am
- Forum: madCodeHook
- Topic: [4.1.2 Problem][RuntimeBroker.exe Process]Injection Failed
- Replies: 6
- Views: 5972
[4.1.2 Problem][RuntimeBroker.exe Process]Injection Failed
Hello. I have the injection problem about RuntimeBroker.exe, which is used by the Skype App (UWP Apps: Universal Windows Platform). ( OS: Windows 10 Enterprise Version 1803, x64 ) Until madCodeHook 4.1.0, there is no injection problem. Below screenshot shows the injection has succeeded. I think that...
- Mon Jan 27, 2014 3:53 pm
- Forum: madCodeHook
- Topic: IPC Issue of Windows 7 (32bit)
- Replies: 1
- Views: 1858
IPC Issue of Windows 7 (32bit)
We have supplied our customer with our security software that uses madCodeHook library to hook StartDocW() API. The hooked program is IE(Internet Explorer)8, which executes an active-x program in some html pages. The active-x program is used to print some reports of the customer. In the callback fun...
- Fri Apr 12, 2013 2:21 am
- Forum: madCodeHook
- Topic: Some messages through IPC callback are modified
- Replies: 3
- Views: 4165
Re: Some messages through IPC callback are modified
I think that my coding mistake is the cause of this problem.
The function 'sprintf()' makes the below formatted result.
%EC%B9%B4%EB%93
==> 1.618954E-319CB9B49.881313E-323B
I 'd greatly appreciate your help!!
The function 'sprintf()' makes the below formatted result.
%EC%B9%B4%EB%93
==> 1.618954E-319CB9B49.881313E-323B
I 'd greatly appreciate your help!!
- Thu Apr 11, 2013 1:45 am
- Forum: madCodeHook
- Topic: Some messages through IPC callback are modified
- Replies: 3
- Views: 4165
Some messages through IPC callback are modified
Hello. I use the IPC function to communicate between two processes. Some string messages through the IPC callback function of madCodeHook are modified. For example, the string content of the sender's message: "http://ko.wikipedia.org/wiki/%EC%B9%B4%EB%93%9C_%EB%B2%88%ED%98%B8%EC%9D%98_%EA%B5%AC...
- Thu Dec 16, 2010 1:18 am
- Forum: madCodeHook
- Topic: Question about 'Code Generation' option in VisualStuio 2005
- Replies: 1
- Views: 1548
Question about 'Code Generation' option in VisualStuio 2005
Hi
I use 'Multi-Thread(/MT)' option (Code Generation option) in VisualStudio 2005 (MadCodeHook 3.x) to build a injection dll.
Is there any possibility that it makes some runtime errors when it is injected to programs which use other 'Code Generation' options, e.g. /MD?
Thanks in advance
I use 'Multi-Thread(/MT)' option (Code Generation option) in VisualStudio 2005 (MadCodeHook 3.x) to build a injection dll.
Is there any possibility that it makes some runtime errors when it is injected to programs which use other 'Code Generation' options, e.g. /MD?
Thanks in advance
- Tue Dec 07, 2010 9:21 am
- Forum: madCodeHook
- Topic: Question regarding buying the commercial package
- Replies: 4
- Views: 2550
Re: Question regarding buying the commercial package
I've got your response e-mail.
Thank you.
Thank you.
- Tue Dec 07, 2010 9:17 am
- Forum: madCodeHook
- Topic: Question regarding buying the commercial package
- Replies: 4
- Views: 2550
Re: Question regarding buying the commercial package
I've re-submitted e-mail, whose title is "madCodeHook license request from lovenamu".
Thank you.
Thank you.
- Tue Dec 07, 2010 4:31 am
- Forum: madCodeHook
- Topic: Question regarding buying the commercial package
- Replies: 4
- Views: 2550
Question regarding buying the commercial package
Hi Madshi I have a question regarding purchase of the madcodehook package. Yesterday, I sent an e-mail to ''dear_at_madshi.net' for buying the package. I used my company e-mail address. And its title was "madCodeHook Company Source Edition". How long does it take to receive the response e-...
- Thu Dec 02, 2010 9:05 am
- Forum: madCodeHook
- Topic: Is is possible to hide my program?
- Replies: 1
- Views: 1841
Is is possible to hide my program?
Hi all. 1) I would like to hide my program from 1) taskmanager(QuerySystemInformation API): process 2) explorer(QueryDirectoryFile API): file system and 3) regedit(EnumerateKey API): registry. Moreover, It is needed to support 64-bit OS environment, e.g.Windows 7, 2008 server. Is it possible to do t...