wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

could not load symbol file #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I don't know if it is possible, but , anyway, I haven't found way to do this.
I have compiled my program with fasm that way:
'fasm anyname.asm -s anyname.map', which give me two files:
'anyname' - executable file, which is compilied program
'anyname.map' - is symbols-file, provided by fasm for debugging.

so, i haven't found a way to use last one with EDB.
'Symbol Directory' option points to directory, where both files are.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:22

GoogleCodeExporter commented 9 years ago
edb has a proprietary symbol map format. There may be a way to post process a 
nasm map file to edb's format and/or allow edb to read other formats. I will 
look into the options.

Original comment by evan.teran on 18 Jan 2014 at 4:39

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 4 Apr 2014 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 4 Apr 2014 at 3:50