tim-lebedkov / map2dbg

Automatically exported from code.google.com/p/map2dbg
0 stars 0 forks source link

sstModule record is wrong #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the CV spec, the module name in the sstModule record is an OMFNAME 
(i.e. a length-prefixed string). Because map2dbg writes a zero-terminated one, 
this causes produced files to be not accepted by IDA (it interprets the first 
character as the string length which obviously runs out over the record 
boundary.

We (Hex-Rays) will add a workaround to handle this for already produced files, 
but I think this should still be fixed.

Original issue reported on code.google.com by skochin...@gmail.com on 29 Oct 2013 at 12:45

GoogleCodeExporter commented 9 years ago
fixed, see svn or new download v1.4

Original comment by andre.mussche on 2 Dec 2013 at 8:23