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

refactoring and ida90 support #92

Merged
merged 69 commits into from
Sep 30, 2024
Merged

refactoring and ida90 support #92

merged 69 commits into from
Sep 30, 2024

Conversation

yeggor
Copy link
Collaborator

@yeggor yeggor commented Sep 30, 2024

This PR includes the following improvements:

  • refactoring of plugin and loader code
  • IDA 90 support (plugin and loader are currently tested with RC1 beta version and latest SDK available at my.hex-rays.com)

To build with idasdk84:

python3 build.py build-plugin ~/sdk/idasdk84 --hexrays_sdk ~/sdk/hexrays_sdk
python3 build.py build-loader ~/sdk/idasdk84

# or

python3 build.py build-everything ~/sdk/idasdk84 --hexrays_sdk ~/sdk/hexrays_sdk

To build with idasdk90:

python3 build.py build-plugin ~/sdk/idasdk90 --hexrays_sdk ~/sdk/idasdk90
python3 build.py build-loader ~/sdk/idasdk90

# or

python3 build.py build-plugin ~/sdk/idasdk90 --hexrays_sdk ~/sdk/idasdk90

When installing efiXplorer for IDA 9.0, only one library file should be used, e.g.:

ln -s $(pwd)/efiXplorer/build/efiXplorer64.dylib ~/.idapro/plugins/efiXplorer.dylib

…_4 and EFI_PEI_SIDT):

- this will work only for 32-bit modules
- use ida style
- refactor efi_analyser_t
@yeggor yeggor marked this pull request as ready for review September 30, 2024 19:19
@yeggor yeggor merged commit 89f9648 into master Sep 30, 2024
3 checks passed
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 this pull request may close these issues.

1 participant