Decompilateur

Discussion about hacker.org's server
Post Reply
mike24510
Posts: 8
Joined: Sun Sep 13, 2009 1:53 am

Decompilateur

Post by mike24510 »

Hi

I search a decompilateur for decompile the .exe in c/c++ language. thx

Ps: I also serch a liens for learn how to crack software ?
User avatar
sabretooth
Posts: 61
Joined: Sun Jul 12, 2009 3:13 pm

Post by sabretooth »

A few good tools:

windasm
ollydbg
SoftIce

a google search will lead you to them.

The best online cracking tutorials I know of are here:
http://www.woodmann.com/krobar/

Good luck.
Image
User avatar
Zaffron
Posts: 491
Joined: Thu Dec 18, 2008 12:18 am
Location: Invading a small country

Post by Zaffron »

O_O have you turned to the dark side sabre
Read, know, do. Discuss topics of ANY kind, including unconventional or taboo topics. Free speech, open minds, alternative thinking. http://www.totse2.com
mike24510
Posts: 8
Joined: Sun Sep 13, 2009 1:53 am

Post by mike24510 »

thanks a lot sabre for your answer bye
mike24510
Posts: 8
Joined: Sun Sep 13, 2009 1:53 am

Post by mike24510 »

I have tried the decompilateur but they decompile the app in hexa and no in c/c++ ?
User avatar
Paulencio
Posts: 1
Joined: Mon Sep 14, 2009 5:31 am
Location: Russia

Re: Decompilateur

Post by Paulencio »

mike24510 wrote:Hi
I search a decompilateur for decompile the .exe in c/c++ language. thx
Ps: I also serch a liens for learn how to crack software ?
It is impossible :-)


p.s. Всем привет! есть кто из Раши? (Russia)
kyu
Posts: 4
Joined: Mon Sep 14, 2009 8:02 am
Location: you already know guyz

Post by kyu »

from my reading softice is the most common debugger for hacking....to write c or c++ programming i'm just know about borland and Visual Basic...can you explain the differences between these 3 software...
practice make perfect....
User avatar
SinistraD
Posts: 89
Joined: Sun Aug 16, 2009 8:39 am
Location: find me
Contact:

Post by SinistraD »

kyu wrote:from my reading softice is the most common debugger for hacking....to write c or c++ programming i'm just know about borland and Visual Basic...can you explain the differences between these 3 software...
You mentioned 4 of them (C and C++ are not the same, but C is part of C++). C, C++ and Visual Basic are not softwares, those are programming languages, Borland is a software company where Borland Pascal and Borland C was developed. Those are programming IDE's.

The difference between Pascal and C is huge, as well as the difference between Basic and C++. The most akin C based language to Basic is C#, but only if we look at the logic, the syntax is way too different.
User avatar
Nick-Aotmzgin
Posts: 64
Joined: Sun Jun 14, 2009 11:01 am
Location: Microsoft Labs

B-Torrent-emule??

Post by Nick-Aotmzgin »

use emule b-torrent to reach and Gain Hacked softwares hijacks Key generators and crackes.
But i dont recommendeing doing so without anti virus software.
(i) Hacerks Group -> Greek Hackers Group (House of Hackers Offical Community)
mike24510
Posts: 8
Joined: Sun Sep 13, 2009 1:53 am

Post by mike24510 »

Thx for your answer i'have just a question:

Witch decompilateur use the hacker for decompile windows. I don't want decompile windows ^^ is very dificult !! but i want a decompilateur for decompile a software in source code and not an exeditor and changed them for training me in programmation.
plope0726
Posts: 826
Joined: Mon Dec 15, 2008 10:13 pm

Post by plope0726 »

mike24510 wrote:Thx for your answer i'have just a question:

Witch decompilateur use the hacker for decompile windows. I don't want decompile windows ^^ is very dificult !! but i want a decompilateur for decompile a software in source code and not an exeditor and changed them for training me in programmation.
There is no such thing as a DECOMPILER that will give you source code. It's impossible since when the program is compiled it becomes nothing but 1's and 0's (Binary Instructions). The "hex" you are seeing are representation of these binary instructions since all those 1's and 0's would be a) hard to read and b) take up a lot of space. You use this information to see what the program is doing and how it works. If you already know what language it is written in than you can put together the source code based on what the program is doing. Now if you want to learn to decipher what your are looking, a good book for that is Hacking, The Art of Exploitation. The first chapter is all about programming from the bottom up. It's hands on and full of example to play with.

If your just interested in reviewing source code to see how stuff is done, you should go to sourceforge.net and you can download tons of open source software in which the source code is freely provided.
Post Reply