Thread: Borland C decompiler

  1. #1
    Registered User
    Join Date
    Sep 2006
    Location
    Beaverton, Oregon, United States
    Posts
    176

    Borland C decompiler

    I have an old exe from the mid 90s to reverse engineer. Does anyone know of a good Borland decompiler that's perhaps free?

    Or if not free what is the best bang for the buck?

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Try here: Dmitry Smaghin's site. Sources of compilers, assemblers, linkers (look into dccpack before the others)

    Not listed is also DisC, the first entry in Google "borland c decompiler"

    EDIT:
    For best results, use more than one disassembler and compare the results of each so you can better reconstruct the code. Since reverse engineering is part art, part technology, some disassemblers will be more cryptic in certain sections of the code than others.

    Also, real and protected mode assembly back in the 386 days was pretty easy on the eyes. It pays if you study 386 assembly.
    Last edited by Mario F.; 01-12-2015 at 02:16 AM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by Mario F. View Post
    Since reverse engineering is part art, part technology
    And generally against the license agreement. If it's commercial software, I recommend making an official inquiry to obtain source code.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A C decompiler
    By Strahd in forum C Programming
    Replies: 3
    Last Post: 05-03-2012, 02:23 AM
  2. Gamemaker decompiler????
    By Jetmir in forum Tech Board
    Replies: 7
    Last Post: 07-01-2004, 12:57 PM
  3. c++ decompiler
    By gamer in forum C++ Programming
    Replies: 2
    Last Post: 03-20-2004, 08:01 AM
  4. Flash Decompiler
    By Daniel in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 06-15-2003, 02:04 PM
  5. VC++ decompiler
    By samudrala_99 in forum Windows Programming
    Replies: 1
    Last Post: 01-29-2003, 04:31 AM