![]() |
|
#1
|
||||
|
||||
|
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 |
|
#2
|
||||
|
||||
|
maybe you should study the bratpatch 3 how bratalarm did it. i'm sure he added this functionality.
|
|
#3
|
|||
|
|||
|
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,
__________________
JMI |
|
#4
|
||||
|
||||
|
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 ! |
|
#5
|
|||
|
|||
|
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. |
|
#6
|
|||
|
|||
|
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,
__________________
JMI |
|
#7
|
|||
|
|||
|
This site is not english site but help you
http://dasomnetwork.com/~leedw/mywiki/moin.cgi/CrackPractice_2fW32Dasm#head-cf81204c34183ae47a7afb7419dd2a5387d4127c |
|
#8
|
||||
|
||||
|
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 . |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how block mouse | goku | General Discussion | 1 | 04-07-2020 16:51 |
| Exist such IDA plugin or functionality ? | DARKER | General Discussion | 6 | 06-10-2008 20:07 |
| Adding Menu to Photoshop | NoneForce | General Discussion | 1 | 05-20-2006 19:02 |
| Problems with mouse | mlb2gm5x | General Discussion | 3 | 03-13-2004 07:19 |
| No mouse in TRW 2000 | BoostMan | General Discussion | 1 | 07-31-2002 16:55 |