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

Installing in 2024 #18

Open
JJK96 opened this issue Nov 12, 2024 · 1 comment
Open

Installing in 2024 #18

JJK96 opened this issue Nov 12, 2024 · 1 comment

Comments

@JJK96
Copy link

JJK96 commented Nov 12, 2024

I ran into quite some problems during installation and I'm helping others who want to install this plugin by writing my fixes here. My setup:

  • IDA version 9.0
  • Python 3.10
  • Windows 10

Steps:

  • Recompile the requirements.txt file for the ddr_installer. The current requirements are quite old, which lead to compilation errors on my end, while for newer versions a binary wheel was available. (Use pip-compile)
  • After installation of the plugin, edit the plugin python script to update it with the latest version of the IDA python API. Replace idaapi.get_inf_structure with ida_ida.inf_*. See https://docs.hex-rays.com/developer-guide/idapython/idapython-porting-guide-ida-9
@hunterbr72
Copy link
Contributor

hunterbr72 commented Nov 13, 2024 via email

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

No branches or pull requests

2 participants