Search found 17 matches

by xHeaps
Sun Jun 19, 2005 3:05 pm
Forum: madCodeHook
Topic: Unfortunately another anti virus false alert...
Replies: 6
Views: 6973

Unfortunately another anti virus false alert...

Name: AntiVir PersonalEdition

Report:
Enthält Signatur des SPR/Tool.Madtol.D- Programmes!
C:\PROGRAMME\SPYCQ\MADCHOOK.DLL

Virendefinitionsdatei: 6.31.0.79, 17.06.2005

URL: http://www.antivir.de
by xHeaps
Sat May 07, 2005 9:00 pm
Forum: madCodeHook
Topic: Kaspersky AV, again
Replies: 1
Views: 3228

Kaspersky AV, again

Hello madshi. As of the 06/05/2005, Kaspersky AntiVirus identifies the HookTerminateAPI.dll (from madCodeHook demos) as a Backdoor.Win32.Delf.za trojan horse. Other files are (yet) not affected. http://www.viruslist.com/en/viruses/encyclopedia?virusid=80154 Just thought you'd like to know about that.
by xHeaps
Mon Feb 21, 2005 6:32 am
Forum: madCodeHook
Topic: Hook the Printer-Api´s
Replies: 1
Views: 3469

Perhaps this thread can be of some help to you: viewtopic.php?t=113

Good luck!
by xHeaps
Thu Feb 17, 2005 9:55 am
Forum: madCodeHook
Topic: Need help creating IPC queue inside a DLL
Replies: 6
Views: 7292

Thanks so much Walkman, but unfortunately, I'm doing something wrong. I just can't get it to work. I've placed the code inside the hook DLL, in the send callback function, and I used the CreateIPCQueue in the DLL, however I can't seem to get the sending working from the app. I get nothing sent. What...
by xHeaps
Mon Feb 14, 2005 11:52 am
Forum: madCodeHook
Topic: Need help creating IPC queue inside a DLL
Replies: 6
Views: 7292

Don't worry, Mathias, all legal. I wouldn't dream of doing something illegal with your wonderful code... When I asked my question, it was 3am, and I wasn't thinking clearly. I think it's should be the CreateIPCQueue inside an application, and I should use SendIPCMessage from the DLL to the applicati...
by xHeaps
Mon Feb 14, 2005 1:26 am
Forum: madCodeHook
Topic: Need help creating IPC queue inside a DLL
Replies: 6
Views: 7292

Need help creating IPC queue inside a DLL

Hi all. I'm trying to follow Walkmans' suggestion ( http://forum.madshi.net/viewtopic.php?t=384 ) and create the IPC queue. My main goal is to pass the DLL some raw data, so it will be sent via the hooked application. Unfortunately, I have some difficulties to do so. Would anyone be kind enough (Wal...
by xHeaps
Sat Feb 05, 2005 9:03 pm
Forum: madCodeHook
Topic: Winsock (mainly recv function)
Replies: 11
Views: 14911

Thanks, it was perfectly clear, as I already tried something similar myself, but with no apparent success. The thing is, the hooked application trough which I was trying to send the packet either didn't respond, and sometimes even crashed... :( So if it is possible, I will keep trying! :) Thanks! :c...
by xHeaps
Sat Feb 05, 2005 8:30 pm
Forum: madCodeHook
Topic: Winsock (mainly recv function)
Replies: 11
Views: 14911

Re: Winsock (mainly recv function)

Walkman wrote:... I've also managed to be able to send my own packets through ipc queue's which calls a function in the DLL file; as if the application is sending the packets itself.
Could you please explain how did you manage to do this?

Thanks!
by xHeaps
Mon Dec 06, 2004 9:16 am
Forum: madCodeHook
Topic: Hooking the form, onMouseMove
Replies: 1
Views: 3504

Hooking the form, onMouseMove

Hello all. I'm not sure if this is related to madCHook by itself, however I don't really know whom to ask. What I want to do, is build a Magnifier glass-like application, where I would magnify the areas of the screen that my mouse is at. This I have done already -> I am able to magnify the areas (mo...
by xHeaps
Mon Nov 15, 2004 3:37 pm
Forum: madCodeHook
Topic: Hook "Net Send" popup message
Replies: 3
Views: 5757

I have googled 'net send api', and the 1st link that showed was a Delphi example of using the NET SEND API. Question: Is there an API-function for the console command NET SEND (from Windows NT) NET SEND {name | * | /DOMAIN[:name] | /USERS} message Answer: NET SEND uses named pipes. The sample progra...
by xHeaps
Wed Nov 03, 2004 8:12 am
Forum: madKernel
Topic: Getting the hint off a tray icon?
Replies: 5
Views: 9726

Yup, that's exactly what I needed! Thank you madshi!

And if I may, another quick question (sorry for the spam :))

Is there any way I can get the full hint, if it has more then 255 chars in length?
by xHeaps
Wed Nov 03, 2004 7:06 am
Forum: madKernel
Topic: Getting the hint off a tray icon?
Replies: 5
Views: 9726

But yet another question (woo, what a morning :))

Can I capture the hint off a program when it has no icon in the system tray (e.g. on the taskbar only)?

Thanks in advance :)
by xHeaps
Wed Nov 03, 2004 5:40 am
Forum: madKernel
Topic: Getting the hint off a tray icon?
Replies: 5
Views: 9726

Never mind, found it :) I was trying to access the wrong process. The Azureus BitTorrent client is java-based, so the main executable is basically 'javaw.exe' instead of 'Azureus.exe'. So if anyone wonders, I did it like this: var s: string; begin s:= Process('javaw.exe').TrayIcons.Items[0].Hint; en...
by xHeaps
Wed Nov 03, 2004 5:30 am
Forum: madKernel
Topic: Getting the hint off a tray icon?
Replies: 5
Views: 9726

Getting the hint off a tray icon?

Hello. I wonder if it is possible to capture the hint that is appearing when a mouse moves over a tray icon? I would like to get, for example, the hint of Azureus BitTorrent client, which shows the current download/upload speed. Is there any way to do it with? I'm thinking: Process("azureus.exe...
by xHeaps
Wed Nov 03, 2004 4:49 am
Forum: madRemote
Topic: A few Nooberish Questions...
Replies: 16
Views: 46466

I've written one too, a long time ago :)

It is using BlockRead, and it works really fast, too :)