borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Can anyone tell me how to get the permission level of a folder???)Next Topic (How to change default of windows(date,format number)) New Topic New Poll Post Reply
AndreaVB Forum : API : Problem with Exe
Poster Message
x_router
Level: Graduate

Registered: 07-05-2006
Posts: 9

icon Problem with Exe

Hi guys.
Do you have any idea if is it possible to manipulate an exe files.
(for instance I want to enable "OK" button. ) if yes, how will i do that? any idea what should I learn to make it possible?
Thanks


[Edited by x_router on 17-06-2006 at 08:52 AM GMT]

17-06-2006 at 08:52 AM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: Problem with Exe

Hi,
You would need to have either access to the source, or a disassembler, you would then need to trace the logic in the code as to why the button was disabled.
Not too hopeful, I'm afraid.
You could try SPY++, find the button window and use sendmessage to enable it.

Regards,
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

21-06-2006 at 10:12 PM
View Profile Send Email to User Show All Posts | Quote Reply
soorena
Level: Big Cheese

Registered: 30-11-2003
Posts: 26
icon Re: Problem with Exe

aha
you can do this
now i tell you how?
what do you know about cracking? you know nothing it is not good
ok
first you download ollydbg that is a debugger and show you the source code of course in asm oh sorry before that you should dl PEid that tell you if the exe file is pack or not
if it is pack you should unpack it then use ollydbg and breakpoint on CreateWindowsExA and EnableWindow...
the first one is for making window and another one is for enable and disable window like button or textbox or .....
you should check both of them to find that where the writer disable that button and fix it ... if you cant do this tell me and i will send you a grafical little tuts that may help you
good luck

12-08-2006 at 02:48 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : API : Problem with Exe
Previous Topic (Can anyone tell me how to get the permission level of a folder???)Next Topic (How to change default of windows(date,format number)) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder