Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   RE : Adding mouse functionality (https://forum.exetools.com/showthread.php?t=7431)

LOUZEW 04-25-2005 01:48

RE : Adding mouse functionality
 
I'm sure i've seen anywhere some advices on adding mouse functionality to an App but i can't remember where and can't find it anymore.

Where is my problem ?

Some time, for a quick disassembly i use W32DASM (yes, i know IDA, it's THE tool but sometimes there is no need of).
W32DASM is very usefull for simple proggies but the Wheel mouse functionality is not implemented and it's what i want to do.

I've no idea how i can do that, if somebody here can help !

Thank's

MaRKuS-DJM 04-25-2005 02:01

maybe you should study the bratpatch 3 how bratalarm did it. i'm sure he added this functionality.

JMI 04-25-2005 03:06

And as Voloyda reported in the previous Thread, there are the Bratalarm patches to WDasm 8.93 and a WDasm 10 mofidication by J.Ping/Killer found on Wasm.ru at:

http://www.wasm.ru/toollist.php?list=13

for you to download and try.

Regards,

LOUZEW 04-25-2005 03:46

mouse
 
Thank's guys for these infos, i'll try to find something with that.

If anyone can give me some coding (asm) infos on how to do it, i'll be very happy. I think it's better to understand than to use a lame patch !

LaptoniC 04-25-2005 07:43

Rotating the mouse sends the WM_MOUSEWHEEL message to the focus window. The DefWindowProc function propagates the message to the window's parent. There should be no internal forwarding of the message, since DefWindowProc propagates it up the parent chain until a window that processes it is found.

MSDN Under The Hood June 1997 Matt Pietrek's article may help you.

JMI 04-25-2005 07:55

For anyone interested, ZaiRoN, one of our admin team on the Woodmann Forums, reminded us all that there is a nice thread by Kayaker there titled: "Code Injection with Code Snippet Creator: W32Dasm + Mouse Wheel support". You may check it out if you are interested in the subject. LOUZEW has already seen the post there. ;)

Regards,

skdmlqkek 04-25-2005 16:45

This site is not english site but help you

http://dasomnetwork.com/~leedw/mywiki/moin.cgi/CrackPractice_2fW32Dasm#head-cf81204c34183ae47a7afb7419dd2a5387d4127c

LOUZEW 04-26-2005 01:29

Many thank's to all for helping !

to skdmlqkek : this page seem to be in Korean language, i can't understand anything. There is lines of code i'll try to understand, thank's .


All times are GMT +8. The time now is 16:26.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX