.given to .s files

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Susanne!!

.given to .s files

Post by Susanne!! »

Does anyone know how to convert a filename.given file back to a filename.s file? (in order to find the source code for the file) I really really need help!!
Thanks in advance!
carbonBased

RE:.given to .s files

Post by carbonBased »

.given!?  I have no idea what you mean.

Unless you're talking about file.o -> file.s, in which case you want a disassembler.  There are many out there... perhaps the easiest to get your hands on would be ndisasm, which is a part of the standard Nasm distribution.

Cheers,
Jeff
Susanne!!

RE:.given to .s files

Post by Susanne!! »

Thanks, I'll try that. And yes, I meant how to make a linked file back into the original files it was linked from...
Post Reply