announce: crudcom2 (the crude decompiler) now available, with full GPL'd source code
- From: Willow <wrschlanger@xxxxxxxxx>
- Date: Fri, 22 Aug 2008 01:17:50 -0700 (PDT)
You can get the latest version here: http://code.google.com/p/vm64dec/downloads/list
It's a crude decompiler/disassembler for raw x86 binary files, with
full source code (GPL).
This release is for beta-testers who want to watch a program being
born rather than for serious end users.
What's missing (to be added in future releases):
1. Loading of non-raw binary files, e.g. support for EXE/DLL and
object files
2. Data flow analysis (coming soon!) -- initially to learn the API of
pure functions (learn register inputs/outputs and stack arguments) --
and eventually total conversion of low-level code into high-level
code; ellimination of condition codes and registers altogether!
3. Switch statement detection
4. Ability to use a helper script file for global data and indirect
function calls, etc.
Please let me know what you think, feedback is greatly appreciated!
Willow
.
- Prev by Date: Re: NASM 0.98.39 vs. NASM 2.03.01 disassembly
- Next by Date: Re: delete "0D"
- Previous by thread: delete "0D"
- Next by thread: Re: announce: crudcom2 (the crude decompiler) now available, with full GPL'd source code
- Index(es):