EXE decompile

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
So, like I said before, I have Tufting machines controlled by PC's. Software running on DOS.

My question is, these EXE's do some things that I need to change, they check the A drive for instance when the C should be checked...

Can an EXE file be decompiled in some way... I think the code is written in Turbo Pascal or QBasic
 
Combo said:
Can an EXE file be decompiled in some way... I think the code is written in Turbo Pascal or QBasic

Assuming that the SUBST command doesn't do the trick you can use a decompiler. They can be a PITA in that trying to decompile a Pascal program using a decompiler intended for C will give you goofy looking results.

But all that you are really interested in is finding where the "A" gets loaded into the AX reg and to change it in the binary to a "C".

The idea is to use breakpoints to stop the program close to where the drive letter gets loaded and find that location in your binary (.exe). Then using a hex editor you would change that byte in the program to the one that you want.


Here are some links on disassemblers.

http://www.backerstreet.com/rec/rec.htm
http://www.program-transformation.org/Transform/DeCompilation
http://www.google.com/search?hl=en&q=.exe+decompiler&btnG=Search


What's the name of the .exe?
 

Similar Topics

Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
115
I downloaded v24 for studio 5000 but can’t find where the download manager put it! Any help? I’ve done it before but can’t remember. Thanks
Replies
9
Views
388
Hello, I made a small change to my FTV ME file (added an ack-all button) and re-downloaded to my PVP. Since then, when the application starts up...
Replies
8
Views
1,012
Where i can download concept sofware for modicon quantum concept .exe Can you help me
Replies
1
Views
794
I’ve been trying to flash a PanelView Plus 7 to FW 12 and at about 90%, we got this error. Any idea what to do? We’ve already set it to factory...
Replies
0
Views
671
Back
Top Bottom