View Single Post
  #2  
Old 04-02-2010, 04:12
DARKER DARKER is offline
VIP
 
Join Date: Jul 2004
Location: Somewhere Over the Rainbow
Posts: 541
Rept. Given: 16
Rept. Rcvd 123 Times in 54 Posts
Thanks Given: 21
Thanks Rcvd at 1,038 Times in 262 Posts
DARKER Reputation: 100-199 DARKER Reputation: 100-199
You can try it with this tool (not tested):

The C-Decompiler is a x86-based C/C++ language decompiler, which reads the PE file, outputs the corresponding C/C++ code. Currently, the basic decompile function of C language has been completed. This version can decompile the 56 test examples.Mostly of them are build by VC2003, others are build by VC6, VC2005, VC2008.

Home & Download:
http://www.c-decompiler.com/en/index.html

Preview:
http://www.c-decompiler.com/en/news/c-decompiler1_1.shtml
Reply With Quote