What steps will reproduce the problem?
1. import idaapi
2. idaapi.get_segm_by_name(idaapi.get_segm_name(idaapi.getnseg(1)))
What is the expected output? What do you see instead?
a segment_t object SHOULD be returned but isn't
What version of the product are you using? On what operating system?
IDAPython v1.5.0 final on win7 x64
Please provide any additional information below.
get_segm_name() seems to replace the first "." with a "_" for some reason
Original issue reported on code.google.com by verylazy...@gmail.com on 7 Sep 2011 at 8:07
Original issue reported on code.google.com by
verylazy...@gmail.com
on 7 Sep 2011 at 8:07