Decompilation Help Wanted

Program-Transformation.Org: The Program Transformation Wiki
If you have a specific decompilation problem for which you need help, you can describe it here. Someone knowing the solution might visit the page and help you.

(See also CompaniesOfferingDecompilationServices)


Could you please help me with a problem of Fortran decompilation? I'm in a huge trouble with an executable working in Win32 PC consolle mode that is not working on all machines. I would like to find a tool or a way to decompile it and recompile on these machines with Visual Fortran.


Do you know some place where I can find decompiling tools for Fortran for PC compiled with Visual Fortran?


Hi - anyone know of any good Sparc decompilers?

I tried rec, but could not get it to work, rec is at:

http://www.backerstreet.com/rec/rec.htm

I also used yoe SPARC Disassembler, but it was not quite up to par - lots of load and stores that were not displayed all the way. Plus, I had to modify it not to go out of range when calculating label indexes.

I'm trying to figure out the extended protocol for the sierra digital cameras, this is not the same protocol as:

http://photopc.sourceforge.net/protocol.html

The raw sparc firmware of interest can be found using this search:

http://www.google.com/search?hl=en&q=%22Nikon+Firmware+Update+for+Coolpix+E880%22&btnG=Google+Search

Thanks for any pointers or help. Please post your response here.


How about IDA Pro Advanced? Yes, it's commercial, but worth it if you do a lot of disassembling.

Or "objdump -d" on a sparc machine? (Or use a cross dressing tool on any other machine). I think you can tell it to use binary mode.

What format is the binary file in? I can't immediately see how to download the appropriate files, and it doesn't say how big the whole thing is.

So presumably these cameras have a SPARC processor in them... pretty amazing.

If you can post some quick pointers on how to get this file, I'd be happy to have a quick go at trying to find a sparc disassembler that works for it.

PS what exactly was the disassembler that was not up to par?

-- MikeVanEmmerik - 08 Apr 2002


HELP

HI PEOPLE,

I'M LOOKING FOR A DECOMPILER FOR A BASIC PRO WRITTEN FOR AN OLIVETTI M300 (i80386SX) AND COMPILED WITH

Olivetti GW-BASIC Compiler Version 2.00 Revision 1.0 Copyright (C) by Olivetti, 1985 - all rights reserved Internal Version 1.0c (1.0q int w/o deb)

Microsoft BASIC Compiler Runtime Version 5.60 (C) Copyright Microsoft Corp. 1982, 1985

THE PROG MUST HAVE THE FILE Brun20g.exe IN THE SAME DIRECTORY AND HE RUN UNDER DOS.

THE ÊND CODE CAN BE BASIC, GWBASIC, VBASIC...

CAN YOU HELP ME? IF YES, CONTACT ME AT mans@ticino.com

THANK YOU

MIGUELON


CategoryDecompilation