Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-28-2006, 04:00 AM   #1 (permalink)
 
Super Techie

Join Date: Aug 2004

Posts: 277

real_in

Send a message via Yahoo to real_in
Default Decompiler an exe

well May be a small lil question for u guyz, but can u please tell me how can decompile a exe file..

I know there are stuff like ida or pe explorer, but how do they give the code if a C++ code is to be taken out form its finished file..

may be its a nooby wooby question.. but please

regards
Realin !
__________________
Realin Wuz here ...

real_in is offline  
Old 02-28-2006, 01:39 PM   #2 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

If its compiled from .NET or from Java you have a decent chance of disassembling it into usable code.

If it was done in C++ you're just going to get a bunch of meaningless assembly code which is difficult to make any sense of.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 02-28-2006, 02:27 PM   #3 (permalink)
void's Avatar
 
True Techie

Join Date: Oct 2005

Posts: 198

void

Default

For .NET languages use Reflector. Decompiles C#, VB, Delphi and IL.
void is offline  
Old 02-28-2006, 08:08 PM   #4 (permalink)
 
Super Techie

Join Date: Aug 2004

Posts: 277

real_in

Send a message via Yahoo to real_in
Default

thanks a lot buddy,...


i guess that is compiled in VB what about that

i used some DeDe decompiler it gave me, some assembly language


like mov,cmp and all
__________________
Realin Wuz here ...

real_in is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On