Menu

Decompiling an Borland C++ exe program

2017-11-21
2017-11-22
  • Ad Slijkerman

    Ad Slijkerman - 2017-11-21

    Is there a way to get an sort of sourcefile of an .exe program ??

    It is written in Borland Delphi C++ V2.0 and I have no sourcefiles .
    The developing company has stopped the development and service on the program.
    There are several things I want to improve in the program.
    I am looking for an DeCompiler that can do the trick.

    the file is Sup_PC.exe ( latest version included in this post)
    (older version is 3.45 also included)

    The program is used to communicate with sensorunits (that measure the ammount of water in the soil of plants) this is done with an program "Com.exe" (latest version included in this post)
    and an serial or USB port connection to an AccesPoint and there after through an WiFi connection to the sensorunits in the field.

    The data is written to disk as an logfile with XML coding like this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <Data>
    <M2MXML ver="1.1" td="07.09.00.10.0A.00.23.09"> // this is the mac adress of the sensorunit (8 bytes)
    <Percept address="2" // this is the port-number of the data (ports 0 to 7)
    type="analog" value="32" // this is the data of an port (value is 2 bytes)

    timestamp="11/21/2017 2:55:55 PM"/>
    </M2MXML>
    <M2MXML ver="1.1" td="07.09.00.10.0A.00.23.09"> // this is the mac adress of the sensorunit (8 bytes)
    <Percept address="0" this="" is="" the="" port-number="" of="" the="" data="" (ports="" 0="" to="" 7)="" type="analog" value="171" this="" is="" the="" data="" of="" an="" port="" (value="" is="" 2="" bytes)="" timestamp="11/21/2017 2:55:55 PM"/>
    </M2MXML>
    etc

    On request i can send the whole system (the programs) by "WebTransfer"
    (it is to big to post it here)

    Thanks for Your time anyway

    Greetings Ad

     

    Last edit: Ad Slijkerman 2017-11-21
  • Andrew

    Andrew - 2017-11-22

    Hi Ad,

    This is something I could help you out on.

    You can reach me on andrewjohnson56782@gmail.com

    Best Wishes

    Andrew

     
  • Vincent Smith

    Vincent Smith - 2017-11-22

    Hello Ad,

    Is this the paid help?

    Regards,

     
  • Ad Slijkerman

    Ad Slijkerman - 2017-11-22

    I'm sorry but the butget is verry poor
    I am an pensionada trying to fix this problems for my nefew
    (he bougt this stuf 10 years ago but could not use it because of the problems with it , he laid it aside and now the company that made it is stopped with this product / project)
    So there is not much money in it but much tnx and fame when putting your name in the about screen.

     

Log in to post a comment.