473,396 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

.exe Decompilers

Does anyone know where I can get an exe decompiler for C++ I am trying
to get some files for my program that is already an exe but I don't
know how to crack it and I lost the code so if anyone has an exe
decompiler or can make one I appreaciate it thanks
*---------------------------------*
Posted at: http://www.GroupSrv.com
Check: http://wwww.HotCodecs.com
*---------------------------------*

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 17 '05 #1
2 1110
The Devils wrote:
Does anyone know where I can get an exe decompiler for C++ I am trying
to get some files for my program that is already an exe but I don't
know how to crack it and I lost the code so if anyone has an exe
decompiler or can make one I appreaciate it thanks


The best you'll likely be able to do is to create an assembly language
source from an existing EXE. Re-creation of C++ from the compiled binary is
really not possible in the general case.

-cd
Nov 17 '05 #2
> > Does anyone know where I can get an exe decompiler for C++ I am trying
to get some files for my program that is already an exe but I don't
know how to crack it and I lost the code so if anyone has an exe
decompiler or can make one I appreaciate it thanks
The best you'll likely be able to do is to create an assembly language
source from an existing EXE. Re-creation of C++ from the compiled binary

is really not possible in the general case.

You would be suprised how fast it is to reverse engineer ones executable
code into a human readable.
IDA Pro does this (http://www.datarescue.com/idabase/) by taking the known
library code if VC++, BC,.... and write the assembler code into readable.

Although it will not generate the original C++ source code, at least you can
find how it is implemented.
What functions you used, in what order,...

A few years ago, I tried to create a protection key. For months I was
convinced that it was not easy to crack (using a dongle) untill I used IDO
Pro out of curiosity and not only did I crack it in 30 minutes, I also
managed to make my program activate all options in that dongle. So logically
I made the code a little harder to reverse engineer. :-)

I have not used IDA Pro for many years now, so I have not kept track of the
new implementations.

--
http://www.skyscan.be
Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

159
by: petantik | last post by:
Are there any commercial, or otherwise obfuscators for python source code or byte code and what are their relative advantages or disadvantages. I wonder because there are some byte code protection...
15
by: Fady Anwar | last post by:
Hi while browsing the net i noticed that there is sites publishing some software that claim that it can decompile .net applications i didn't bleave it in fact but after trying it i was surprised...
4
by: Tolga Tanriverdi | last post by:
i saw something named obfuscator and its decompiling the source code of my program which written in c# and my program includes mysql root password inside of it is there anyway to protect my...
9
by: Dakkar | last post by:
i saw something named obfuscator and its decompiling the source code of my program which written in c# and my program includes mysql root password inside of it is there anyway to protect my...
9
by: flamesrock | last post by:
Hi, Are there any good decompilers for python? -Thanks
66
by: QuantumG | last post by:
Decompilation is the process of recovering human readable source code from a program executable. Many decompilers exist for Java and .NET as the program executables (class files) maintain much of...
3
Nepomuk
by: Nepomuk | last post by:
Hi everyone! I was wondering, how many of you have used a Java Decompiler so far and what experiences did you make? I've used the DJ Java Decompiler 3.9 (which uses JAD) a bit lately and found it...
21
by: Osiris | last post by:
suppose I wanted to make availble on the WWW a facility to do some rather floating-point-calculation-intensive stuff. I can do that in PHP, but then all work must be done on the hosters' computer...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.