Page 1 of 1

.given to .s files

Posted: Fri Jan 16, 2004 12:00 am
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!

RE:.given to .s files

Posted: Fri Jan 16, 2004 12:00 am
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

RE:.given to .s files

Posted: Sat Jan 17, 2004 12:00 am
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...