Search found 6 matches

by anudedeus
Thu Jun 26, 2008 2:50 pm
Forum: madCodeHook
Topic: AMD64 + WinXP 32
Replies: 13
Views: 9517

DEP is not disableable in Windows

Unfortunately you can't entirely disable DEP with Windows, maybe there is a setting in the BIOS that does that, but that will of course depend on the specific motherboard in question. I'm also unsure if the first setting (Turn on DEP for essential Windows programs and services only ) includes or not...
by anudedeus
Thu Jun 26, 2008 2:02 pm
Forum: madCodeHook
Topic: AMD64 + WinXP 32
Replies: 13
Views: 9517

I doubt it's the CPU the problem

Guys, I really really doubt the cpu used has anything to do with the problem. The simple fact that you have a machine with an AMD and another one with INTEL cpu already tells a lot, and by that I mean that they have different motherboards, BIOS, memory type, etc. Now, another thing that ercanpolat d...
by anudedeus
Thu Jun 07, 2007 10:05 am
Forum: madCodeHook
Topic: commercial antivirus/malware programs
Replies: 20
Views: 23760

Boys and girls: Is security / anti-malware software the ONLY thing you can think of using Madshi code for???? There a few more categories of software around, you know, and it seems that your creativity level is so low that it's showing that you are only hobbists and not professional programmers. Mad...
by anudedeus
Thu Jun 07, 2007 9:31 am
Forum: madCodeHook
Topic: Advanced Debugging Tips
Replies: 5
Views: 33333

8 bits = 1 Byte, so...

If those registers store 32 bits, they store 4 bytes, not 8, as you mentioned.
In the same way, the 16 bits ones store 2 bytes.
Cheers, Axp.
by anudedeus
Mon Oct 02, 2006 1:58 pm
Forum: madCodeHook
Topic: Is it fully compatible with Windows services?
Replies: 3
Views: 3153

I have an administration tool that is a service and I can't allow the users to stop or kill it, hence I'm aiming to hook the TerminateProcess function, system wide. As I have written a few services in the past, some tools/functionality can have trouble working with XP SP2 or when there is no user lo...
by anudedeus
Fri Sep 29, 2006 9:55 am
Forum: madCodeHook
Topic: Is it fully compatible with Windows services?
Replies: 3
Views: 3153

Is it fully compatible with Windows services?

I ran the demo and I'm very impressed with the results. But before I buy the commercial license, can I use the API hooking in my app that is a service? Has there been any incompatibilites reported, or has it been tested inside a service? Even with XP SP2? Cheers, Alex (suggestion: you might want to ...