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

New feature: get_single_function() for IDA Pro #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gluesmith2021
Copy link

Added get_single_function(): allows to retrieve blocks and instructions from a single function instead of the whole binary.

Two existing functions (get_functions() and get_all()) were split so that the new get_single_function() can reuse the same code.

Version was bumped to 0.2.0 so that other software may request it to use the added functionality.

@gluesmith2021
Copy link
Author

gluesmith2021 commented Jul 19, 2024

I was not able to re-create poetry.lock, and all github check fail. It would require bumping Python verison to ^3.9 instead of ^3.8. I don't know what this implies for other projects using jvd. Nevertheless, simply bumping jvd version to 0.2.0 does not change anything to current dependencies but still fails github checks.

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