Can anyone help with modifying this DLL
Posted: Mon Sep 18, 2006 7:18 am
so after woring with SnapperHelper.dll for a while, a huge bug has presented itself.
if you enable the tracking/zoom window, and call the Getregionimage or getwindow image function with certain types of windows open, the zoom window refuses to repaint itself.
The author has dissappeard, and no source is available anymore. So all i have to work with is the DLL itself.
What i want to do is stop the user from being able to show the popup menu with a right click that shows the options, EPSECIALY the "Toggle help" menuitem that displays this terrible window.
The DLL is free and the license states we are able to use it for anything. When the source WAS available, you were free to modify it in any way. So modding the DLL itself isnt a violation.
if you look at the example i provided on using the DLL and run it, when you call the functuons and right click on the screen, the menu pops up.
this is what i want to disable. I can then set the options through registry keys, and choose which ones i want the end user to be able to set.
i do not want this tracking window to be diplayed at all.
I know some of you out there are good reversers, so can you help me maybe nop out a few bytes to stop this menu from being diplayed, or help remove the menu from the DLL?
http://www.penguinbyte.com/apps/pbwebst ... erDemo.zip
if you enable the tracking/zoom window, and call the Getregionimage or getwindow image function with certain types of windows open, the zoom window refuses to repaint itself.
The author has dissappeard, and no source is available anymore. So all i have to work with is the DLL itself.
What i want to do is stop the user from being able to show the popup menu with a right click that shows the options, EPSECIALY the "Toggle help" menuitem that displays this terrible window.
The DLL is free and the license states we are able to use it for anything. When the source WAS available, you were free to modify it in any way. So modding the DLL itself isnt a violation.
if you look at the example i provided on using the DLL and run it, when you call the functuons and right click on the screen, the menu pops up.
this is what i want to disable. I can then set the options through registry keys, and choose which ones i want the end user to be able to set.
i do not want this tracking window to be diplayed at all.
I know some of you out there are good reversers, so can you help me maybe nop out a few bytes to stop this menu from being diplayed, or help remove the menu from the DLL?
http://www.penguinbyte.com/apps/pbwebst ... erDemo.zip
