You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 7 Sep 2011 at 8:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Sep 2011 at 8:07The text was updated successfully, but these errors were encountered: