Search found 48 matches

by nomen
Tue Jul 28, 2015 12:00 pm
Forum: madCodeHook
Topic: Windows 10 support
Replies: 49
Views: 95438

Re: Windows 10 support

Hi Madshi: Thank you for your answer. It's great to know that there are no major problems! I have test my application using https://www.modern.ie/es-es/virtualization-tools Everithing seems to work OK but when I restart the system I receive SYSTEM_SERVICE_EXCEPTION error. Se the image. I don´t know ...
by nomen
Thu Jul 23, 2015 3:51 pm
Forum: madCodeHook
Topic: Windows 10 support
Replies: 49
Views: 95438

Windows 10 support

Hi all:

Has anyone tried the support for Windows 10?
Is there any problem? Or working properly?

I plan to test my application using https://www.modern.ie/es-es/virtualization-tools but I will not start if there are known bugs ...

Best regards,
by nomen
Thu May 01, 2014 7:13 am
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

Hi: I have finally found the answer! I found this article http://www.nirsoft.net/articles/windows_7_kernel_architecture_changes.html. As you can read: By looking in dependency walker utility, we can see that advapi32.dll, kernel32.dll, and other system dll files, are now statically linked to these e...
by nomen
Tue Mar 04, 2014 5:58 pm
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

I have create the program to call ControlService and yes, it is hooked.
I do not understand what is happening...
by nomen
Mon Mar 03, 2014 5:49 pm
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

I will try it tomorrow, at work. I´m at home now and my home PC is 32 bit. My work PC is 64 bit.
Thank you very much for your help.
by nomen
Mon Mar 03, 2014 5:41 pm
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

No, my ControlService() hook is not get called at all.
But I hook another functions like WSASend, WSASendTo, send and sendto and they work correctly so I supose it is working correctly.
And yes, I have 32bit and 64bit hook dll
by nomen
Mon Mar 03, 2014 4:30 pm
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

Hi all: It does not work! I used API Monitor (http://www.rohitab.com/apimonitor) and, as I understand, it seems that ControlService is used to stop service. So, the API I`m hooking seems to be te correct one. I have read here http://www.codeproject.com/Articles/640245/NT-Services-2013 about Service ...
by nomen
Fri Feb 07, 2014 5:02 pm
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

Thank you Madshi, II will work on this....
by nomen
Fri Feb 07, 2014 4:36 pm
Forum: madCodeHook
Topic: how to protect service from being stopped or uninstalled?
Replies: 13
Views: 18792

Re: how to protect service from being stopped or uninstalled

Hi: I´m hooking ControlService, from ADVAPI32.DLL to protect service from being stopped. I have a 32 bit service and a 64 bit service. With 32 bit service the hook works perfectly but in 64 bit service does not work. I searched if there is ADVAPI64.DLL or similar in the system but I have not found a...
by nomen
Tue Sep 17, 2013 5:29 am
Forum: madCodeHook
Topic: How to know current version of madCodeHook
Replies: 9
Views: 7012

Re: How to know current version of madCodeHook

Hi Madshi: Relax, do not worry. I added at the beginning of madCHook.h the following define (I simply copied the value of the information you put in the second line of the file): # define MADCHOOK_VERSION "3.0.2" If I forget to add in the next version, the compiler will issue an error. Thi...
by nomen
Mon Sep 16, 2013 4:53 pm
Forum: madCodeHook
Topic: How to know current version of madCodeHook
Replies: 9
Views: 7012

Re: How to know current version of madCodeHook

Suppose I have multiple versions of an application with different versions of MadCodeHook. One of the users of the application describes me some error that indicates a communication problem IPC in Windows 8. I get, among other lots, the version information of MadCodeHook and realize that is the 3.1....
by nomen
Mon Sep 16, 2013 4:09 pm
Forum: madCodeHook
Topic: How to know current version of madCodeHook
Replies: 9
Views: 7012

Re: How to know current version of madCodeHook

Wow, that's a shame. You intend to support it?
by nomen
Mon Sep 16, 2013 2:44 pm
Forum: madCodeHook
Topic: How to know current version of madCodeHook
Replies: 9
Views: 7012

Re: How to know current version of madCodeHook

Hi Madshi: Sorry, maybe I badly explained. I need to know the current version programmatically. Something like GetMadCHookVersion(char *version) printf ("Current version is: %s \n",version); Is to know which version is being used in my different binaries. Thank you for your fast anser.
by nomen
Mon Sep 16, 2013 2:13 pm
Forum: madCodeHook
Topic: How to know current version of madCodeHook
Replies: 9
Views: 7012

How to know current version of madCodeHook

Hi:

I suppose this is a very simple question, but I can´t find the answer.
Is there any way of knowing, through the api or some define, the current version of madCodeHook?

Thank you very much.
by nomen
Wed Dec 19, 2012 2:23 pm
Forum: madCodeHook
Topic: IPC between 32 and 64 bit processes
Replies: 2
Views: 3645

Re: IPC between 32 and 64 bit processes

Hi Madshi:

Thank you for your incredibly fast answer.
I´m using VS 2005, So I hope there are no problems.

Thank you very much.