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

Create idapal_automated.py #3

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

Conversation

matthewrhannon
Copy link

Note: Modified to add automation. Performs analysis on all well defined functions. Ordering of function examination follows a relatively simple method based on the number of call instructions (excluding imports). This was done this way in the idea it would add better information later on in the examination to the larger functions. This expected behavior has not yet been validated.

Best,
-Me

Note: Modified to add automation. Performs analysis on all well defined functions. Ordering of function examination follows a relatively simple method based on the number of call instructions (excluding imports). This was done this way in the idea it would add better information later on in the examination to the larger functions. This expected behavior has not yet been validated.

Best,
-Me
@AverageBusinessUser
Copy link
Collaborator

thanks friend, this was on my TODO. I'll review and see about integrating this into the plugin.

@matthewrhannon
Copy link
Author

Cool! I have added further capabilities to the edition I have been slowly modifying to enhance results and stability. I will push that when I think it is stable enough. But it auto-creates structures and enumerations and the algorithm of how to sort the functions for analysis is slightly more complex. I will hopefully push in the next day or two. Happy to try to help!

@fanteral
Copy link

fanteral commented Sep 3, 2024

Cool! I have added further capabilities to the edition I have been slowly modifying to enhance results and stability. I will push that when I think it is stable enough. But it auto-creates structures and enumerations and the algorithm of how to sort the functions for analysis is slightly more complex. I will hopefully push in the next day or two. Happy to try to help!

Will the next version support LM Studio?
Thanks

@AverageBusinessUser
Copy link
Collaborator

Cool! I have added further capabilities to the edition I have been slowly modifying to enhance results and stability. I will push that when I think it is stable enough. But it auto-creates structures and enumerations and the algorithm of how to sort the functions for analysis is slightly more complex. I will hopefully push in the next day or two. Happy to try to help!

Will the next version support LM Studio? Thanks

Sorry - not familiar with what would be required to support lms - if you can provide some more details here I can see what would be required.

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.

3 participants