announce: crudcom2 (the crude decompiler) now available, with full GPL'd source code



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
.