Search found 24 matches

by bedlam
Mon Sep 26, 2005 1:38 am
Forum: madCodeHook
Topic: HookAPI without DLL injection and HookAPI with DLL injection
Replies: 4
Views: 4643

thanx guys......i guess it's all in the docs like u say, but it's much quicker to get the answers here :D

there's not much room left in my head for all that document reading :wink:
by bedlam
Sun Sep 25, 2005 2:02 am
Forum: madCodeHook
Topic: HookAPI without DLL injection and HookAPI with DLL injection
Replies: 4
Views: 4643

HookAPI without DLL injection and HookAPI with DLL injection

Hi all, just a couple of Q's... Could someone here please explain to me the difference between using HookAPI without DLL injection and using HookAPI with DLL injection from inside the DLL ??? What is the difference between the functions that end in A and W but have similar function name ??? eg: Crea...
by bedlam
Fri Jun 03, 2005 1:32 pm
Forum: madExcept
Topic: madExceptWizard.txt in root drive C
Replies: 1
Views: 4414

madExceptWizard.txt in root drive C

Hi all, can anyone explain why madExcept creates the file madExceptWizard.txt in the root of drive c: ?? What is it's purpose ?? Also.... What other hidden drivers/devices are installed by the MadCollection installer ?? :-x I am aware of all the bpl files the installer installs, but your docs say no...
by bedlam
Mon Feb 28, 2005 2:01 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

Why don't you simply start the 2.1.7.0 installer and let it take care of everything? It will install madCollection in all Delphi versions that are installed on your PC. You don't need to do anything manually. Well, now that you have you might confuse the installer, though. So perhaps you should now...
by bedlam
Thu Feb 24, 2005 6:26 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

Have you tried 2.1.7.0 in Delphi 6? I think the problem is not the madCodeHook version, but the Delphi version. Or am I wrong? It's the Delphi 2005 versions of MadCodeHook that reboot the system when Injecting a DLL. All versions of MadCodeHook work fine when compiled under Delphi 6. It may be my v...
by bedlam
Wed Feb 23, 2005 4:14 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

well I could arrange that if that's what you want :blush: I was thinking more along the lines of cash and a couple of orders :wink: I've managed to sort out the errors....I got it working 100% now after removing the WriteToLog functions...like you suggested, they were not thread safe. All i got to d...
by bedlam
Tue Feb 22, 2005 5:51 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

ok...I understand.

I do have a few globals...I'll try the local approach.

Just to let you know, that if I do get all this working....I'll reward you :wink:
by bedlam
Tue Feb 22, 2005 5:46 pm
Forum: madCodeHook
Topic: not a game, but a second hook unit
Replies: 5
Views: 6726

I think there is some very shady things going on here.......my antivirus program is now set to high security mode and I'm doing all my development in Virtual PC :-x
by bedlam
Tue Feb 22, 2005 5:32 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

ok, thanks for re-assuring me it's my code causing the problems :blush: It could be like you say, the function calls I use within the DLL are not thread safe. The only processing I do within a Hooked Callback procedure is some Registry reading and basic file logging. I'm gonna strip it all out, and ...
by bedlam
Mon Feb 21, 2005 2:19 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

Your Docs say that you can Inject into a single process. How can I do this when it does not take a PID as a parameter. Please tell me what a Process Handle is :cry: Yes, I tried your demos but they are limited in their functions. My code works 50% of the time. Just when I think that all is well, no ...
by bedlam
Mon Feb 21, 2005 2:13 pm
Forum: madCodeHook
Topic: not a game, but a second hook unit
Replies: 5
Views: 6726

P.S: A note to everyone: Please don't use a combination of madCodeHook and any other hooking packages/units to work around madCodeHook's "self-protection" against misusing it for writing trojans/viruses in an illegal way. How would your 'protection system' know if someone's intentions are...
by bedlam
Sun Feb 20, 2005 4:09 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

Why don't you just leave the DLL injected but inactive in CRSS and WinLogon? Don't know what you mean by "inactive" ?? I thought the process id (PID) had to be passed to the Inject/Uninject :confused: How do I get the Process Handle ?? What is a Process Handle ?? NO, the logging functions...
by bedlam
Fri Feb 18, 2005 4:32 pm
Forum: customer testimonials
Topic: An excellent collection of powerful pro tools for delphi
Replies: 1
Views: 12497

An excellent collection of powerful pro tools for delphi

I been looking for some components like this for Delphi for some time
now and I'm impressed with all of them and by what you can achieve.

I'm curious as to how things work in those components so I hope you
make the source code available.

Great work !!

:D
by bedlam
Fri Feb 18, 2005 4:17 pm
Forum: madCodeHook
Topic: InjectLibrary and UnInjectLibrary into single process
Replies: 16
Views: 17636

InjectLibrary and UnInjectLibrary into single process

Hi Mad, Just a quick Q concerning the InjectLibrary and UnInjectLibrary in the MadCodeHook component. In my service Start Event I use: InjectLibrary((ALL_SESSIONS Or SYSTEM_PROCESSES) and (not CURRENT_PROCESS), 'MYINJECTED.DLL'); In my service Stop event I use: UnInjectLibrary((ALL_SESSIONS Or SYSTE...
by bedlam
Thu Feb 10, 2005 7:05 pm
Forum: madCodeHook
Topic: SetWindowsHookEx and MSCTF.DLL (ctfmon.exe)
Replies: 12
Views: 16755

Ok....Ok...this is too much all this injecting and hooking..... :cry: The stupid M$ CTFMON.EXE and MSCTF.DLL is itself an injected DLL which injects itself into all processes. The MSCTF.DLL has also installed all WH_???? Hooks, why I dont know. I'm certain that CTFMON.EXE is not a virus, it's part o...