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

func_t.regvars only returns first regvar_t #91

Open
GoogleCodeExporter opened this issue Apr 24, 2015 · 0 comments
Open

func_t.regvars only returns first regvar_t #91

GoogleCodeExporter opened this issue Apr 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open up an executable to analyze and define two regvars in a function. Ex:
 a = eax
 b = ebx
2. Obtain the func_t object and call the regvars accessor.

What is the expected output? What do you see instead?
regvars should be an array of regvar_t elements, not just the first one.

What version of the product are you using? On what operating system?
Win 7 64bit, IDA 6.4.130702 Demo, IDAPython 1.5.5 
(idapython-1.5.5_ida6.3_py2.7_win32.zip)

Please provide any additional information below.
The included script should reproduce the problem.
Looking at the other fields in that struct, it looks like "regargs" might have 
the same issue.

Original issue reported on code.google.com by [email protected] on 12 Dec 2013 at 11:31

Attachments:

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