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

LocByName is dperecated on IDA 7.4. Use get_name_ea_simple instead #4

Closed
ITAYC0HEN opened this issue Feb 9, 2020 · 0 comments · Fixed by #5
Closed

LocByName is dperecated on IDA 7.4. Use get_name_ea_simple instead #4

ITAYC0HEN opened this issue Feb 9, 2020 · 0 comments · Fixed by #5

Comments

@ITAYC0HEN
Copy link
Contributor

On IDA 7.4, the LocByName function was removed and replaced by get_name_ea and get_name_ea_simple.

Using display_all_calls_to, which is the only API that uses LocByName, will end up with the following error.

Python>import FIDL.decompiler_utils as du
Python>du.display_all_calls_to("decryptString")
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\apps\fidl\FIDL\decompiler_utils.py", line 1309, in display_all_calls_to
    f_ea = LocByName(func_name)
NameError: name 'LocByName' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant