- This topic has 10 replies, 4 voices, and was last updated 17 years ago by Admin.
-
AuthorPosts
-
May 8, 2007 at 7:00 pm #191217methodMember
Hi all. is there a way to get part of .dll or .exe source code ?
May 8, 2007 at 7:12 pm #191227AdminAdministrator.dll, no idea. .exe, depends on the language it was written in. Some languages can be decompiled, some can’t.
May 8, 2007 at 7:22 pm #191226sk8erMemberwow, for some whiz website maker doesnt know what can/cant be decompiled?
May 8, 2007 at 7:46 pm #191225methodMember@sk8er wrote:
wow, for some whiz website maker doesnt know what can/cant be decompiled?
There an application that has .exe and some .dll files so you think it is writeen in c++ ? if it is in C++ then how to decompile it?
May 9, 2007 at 12:58 am #191224sk8erMemberc++ cant be decompiled.. vb6 can be decompiled to a certain extent..
May 9, 2007 at 1:33 am #191223AdminAdministrator@sk8er wrote:
c++ cant be decompiled.. vb6 can be decompiled to a certain extent..
Actually, it’s the other way around. 😉
May 9, 2007 at 8:42 am #191222methodMemberghost so could you suggest some program that help me decompile c++ applications?
May 9, 2007 at 8:59 am #191221AdminAdministratorNo, but I’m sure Google can.
May 9, 2007 at 9:07 am #191220methodMemberI am looking for some sofware that gives result. I installed a few sofware from google and non of them worked!!
May 9, 2007 at 10:40 am #191219nice_fox102Member@method wrote:
I am looking for some sofware that gives result. I installed a few sofware from google and non of them worked!!
do you have any knowledge about assembly language? if yes then you have the ability to reversing exe or dll or… applications. as ghost said some programs can be fully decompiled but about most of them you need to disassemble it for reversing purpose.
May 9, 2007 at 10:44 am #191218nice_fox102Memberfor decompiling C++ applications you may want to try boomerang. but it has too many bugs(freez and crash in about 98% of cases).
-
AuthorPosts
Related
- You must be logged in to reply to this topic.