|
-
Feb 5th, 2002, 11:46 AM
#1
Thread Starter
Member
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"
-
Feb 5th, 2002, 05:05 PM
#2
Frenzied Member
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.
-
Mar 13th, 2002, 09:36 AM
#3
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.
-
Mar 13th, 2002, 04:46 PM
#4
Thread Starter
Member
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"
-
Mar 14th, 2002, 08:43 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|