Summary: It doesn't really work that easily. If it were that simple to reverse engineer binaries, there would be no point in selling software. What decompilers...
Summary: First read this. Now to apend: You are not going to get a good C++ decompile because OOP can be incredibly difficult to decipher properly. Even w...
Summary: well what i mean..is.i get tutorials sometimes..but i'm unsure of which ones to get..and it seems like everyone i get..requires me to have the program...
Summary: i am new in C/C++.i downloaded the DJGPP compiler yesterday and i made my first 2 simple progz.i want to know what i have to download and use in case ...
Summary: Man...I wish it was as easy as you think... Yes, you can decompile Kazza. You could use soft ice. It's an awesome program. The only draw back is that ...
Summary: This is a very common questions that is asked usually by those who have not had the chance to experience the coding of a decompiler/reverse compiler. ...
Summary: The .exe is actually machine code (assembly code), so even if you could read it, it doesn't really tell you the C code. You might try doing a google s...
Summary: Gallienus1@netscape.net I have a very small program (.exe) that reads certain areas on a disk and generates a number from those sectors. Is it possibl...
Summary: Hi All, I am trying to decompile ex4 to mt4. For those who don't know, this is a metaquotes compiled language. My issue is that I have created the ex4...
Summary: I'm having a hard time programing . IF you could please help me .. i would really appreciate. Thank you World! -arora786 Write a C++ Program that e...
Summary: I m getting error.....s as follws /*--------------------------------------------------------------------------*/ // stchart.cpp - PegStripChart exampl...
Summary: does anyone know any free c++ compilers that are good other then dev-c++? If not, then do you know any extra project templates, header files, or libra...
Summary: I was loking for a really good tutorial about pointers and their use in C/C++ but none of he books I've read was good enough; if anyone can give me a ...
Summary: Hey. I'm working on a program in C which will connect to a server on port 21 for FTP, and I'm having some trouble with the actual logging in process....
Summary: Hello, Where can i found the instruction set for Visual C++ 6.0 (or before version) and a good tutorial (very detailled) or a good general help (like ...
Summary: Hi, This is a C programming problem. I've a structure with 100 members. How can i print out all 100 members of the structure, and the respective value...
Summary: can any body explain what does this func do in C: int Mparse (int j, int val1, int val2) { return ((int) (fmod(j, pow(2, v1)) / pow(2, v2))); } ...
Summary: I am trying to make a basic TCP chat server that will be used in a dos box. But I have come up against a few problems. First off I'll state that I a...
Summary: hello! i´m starting to programming i C language and i used to use "stdio.h", but now i have changed to mandrake 9.0 and when i run some program it say...
Summary: Does anyone know the difference between visual basic and C# and how it all fits into this .NET thing? Is C# just a new and improved Visual Basic? C# l...