What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Decompile dll

Decompile dll
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Decompile dll
quote:
Originally posted by DJeX
What’s the difference between disassembling and decompiling?
disassembling is turning hexadecimal codes (the things you see when you open a compiled program in a hex editor*) into assembler (aka machine code**)

Decompiling goes a step further and changes the machinecode into programming language. But because many information is lost when you compile a program you are almost never able to reverse it in a decent way.


  • Hexadecimal codes:
    004E33E7  E8 DC 2F 09 00 83 EC 24 53 56 8B F1 8B 8E 0C 01 00 00 57

  • equivalent assembler codes:
    call SUB_L005763C8
    sub esp,00000024h
    push ebx
    push esi
    mov esi,ecx
    mov ecx,[esi+0000010Ch]
    push edi

quote:
Originally posted by DJeX
How do the anti-virus company’s do it then? They must have a program to take apart the viruses to see how they work?
Yes, but you don't need a decompiler for that. They don't need the actual programming code as those guys know how to read assembler...

This post was edited on 08-30-2006 at 05:38 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-17-2005 11:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Decompile dll - by DJeX on 03-17-2005 at 05:31 AM
RE: Decompile dll - by ShawnZ on 03-17-2005 at 06:06 AM
RE: Decompile dll - by DJeX on 03-17-2005 at 06:09 AM
RE: Decompile dll - by segosa on 03-17-2005 at 07:46 AM
RE: Decompile dll - by DJeX on 03-17-2005 at 08:28 AM
RE: RE: Decompile dll - by Ash_ on 03-17-2005 at 12:19 PM
RE: Decompile dll - by CookieRevised on 03-17-2005 at 01:39 PM
RE: Decompile dll - by DJeX on 03-17-2005 at 07:45 PM
RE: Decompile dll - by segosa on 03-17-2005 at 10:35 PM
RE: Decompile dll - by CookieRevised on 03-17-2005 at 11:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On