Results 1 to 5 of 5

Thread: decompile assembly

  1. #1

    Thread Starter
    Member shamloo's Avatar
    Join Date
    Oct 2000
    Location
    Stockholm, Sweden
    Posts
    32

    decompile assembly

    Is it possible to decompile a compiled assembly program ?
    When I open it in a textviewer I only see weird characters.

    thanks,
    David
    "There are no must's in life unless you provide for someone else than yourself"

  2. #2
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    Decompiling assembly is called disassembly. Makes sense?

    Just download masm32 or another disassembler. In masm goto the tools menu and choose the disassembler, it's not the best code that it spits out but it's easier to change than just by opening it with notepad.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Sounds coded into the code?
    Are you sure you know what you're talking about?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4

    Thread Starter
    Member shamloo's Avatar
    Join Date
    Oct 2000
    Location
    Stockholm, Sweden
    Posts
    32
    If I'm sure ? No, I am defineltly not!

    I'm hoping the sounds are coded somehow, how else can they be played ?
    I have only one file(in compiled assemply, .bin extension), and I do not have much experience with programming so I assumed that the sounds are included in that file, in some way.

    I guess I'm wrong


    David
    "There are no must's in life unless you provide for someone else than yourself"

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Have you run the file? Does it work and play sound?
    If so, then you are probably right, but then you won't get the sounds by disassembling (although disassembling may tell you where they are). But understanding assembly is hard, so you need to be really good to know what's going on.


    If you disassembled the code, then you can copy some functions (provided you find them) to your own code, but they are unlikely to work if the code is old.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width