Skip to content

Any one to get part of .dll ,.exe source code

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #191217
    method
    Member

    Hi all. is there a way to get part of .dll or .exe source code ?

    #191227
    Admin
    Administrator

    .dll, no idea. .exe, depends on the language it was written in. Some languages can be decompiled, some can’t.

    #191226
    sk8er
    Member

    wow, for some whiz website maker doesnt know what can/cant be decompiled?

    #191225
    method
    Member

    @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?

    #191224
    sk8er
    Member

    c++ cant be decompiled.. vb6 can be decompiled to a certain extent..

    #191223
    Admin
    Administrator

    @sk8er wrote:

    c++ cant be decompiled.. vb6 can be decompiled to a certain extent..

    Actually, it’s the other way around. 😉

    #191222
    method
    Member

    ghost so could you suggest some program that help me decompile c++ applications?

    #191221
    Admin
    Administrator

    No, but I’m sure Google can.

    #191220
    method
    Member

    I am looking for some sofware that gives result. I installed a few sofware from google and non of them worked!!

    #191219
    nice_fox102
    Member

    @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.

    #191218
    nice_fox102
    Member

    for decompiling C++ applications you may want to try boomerang. but it has too many bugs(freez and crash in about 98% of cases).

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.