Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
.EXE => .C
Name: Jer Date: December 2, 2001 at 12:46:47 Pacific
Comment:
Where can i find a decompiler, wich changes an exe-file into the c-source code?
Name: Will Date: December 2, 2001 at 16:23:59 Pacific
Reply:
You can't, AFAIK.
...well, I've seen some, but they don't work very well.
0
Response Number 2
Name: Omar Date: December 3, 2001 at 12:14:41 Pacific
Reply:
Nope. You can still get assembly language from your compiler- many times this is the -S option but your results may vary.
0
Response Number 3
Name: Cesar Farrera Date: March 16, 2002 at 08:02:02 Pacific
Reply:
Algunos programas fuentes escritos en ansi C se me daņaron a causa de un virus en mi computador, como puedo disponer de un decompilador de C para recuperarlos rapidamente.
Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal three cards face up. You are then dealt a single ca...
Summary: That's doable. Also, if I'm using something wrong or incorrect, please let me know :) /* A personal test / replacment for Windows Search utility */ #include <iostream> #include <fstream> using n...
Summary: Hi, I'm trying to make a Windows Batch script to rip, encode and burn CDs, which can be used on any Win computer without installing anything. It works, but it's clumsy. I need a single command line ...