joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

Use IDA API Require instead of Python's import #230

Closed Revester closed 1 year ago

Revester commented 2 years ago

Use IDA API Require instead of Python's import as suggested by IDA's documentation to enable quicker development: https://hex-rays.com/blog/loading-your-own-modules-from-your-idapython-scripts-with-idaapi-require/

joxeankoret commented 2 years ago

First of all, thank you for all your contributions! I will be verifying them in the next days and adapting them appropriately.

Revester commented 2 years ago

Force pushed because I originally prepared a wrong set of commits for this pull request.

joxeankoret commented 1 year ago

Sorry for taking so long, merged! Thank you!