Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idaapi.get_segm_name() has an issue #72

Open
GoogleCodeExporter opened this issue Apr 24, 2015 · 1 comment
Open

idaapi.get_segm_name() has an issue #72

GoogleCodeExporter opened this issue Apr 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

apparently there is a get_true_segm_name() that does the right thing, but 
get_segm_by_name() never works for me

Original comment by [email protected] on 7 Sep 2011 at 8:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant