QS: use IDA(lib) instead of Lancelot#1198
QS: use IDA(lib) instead of Lancelot#1198williballenthin wants to merge 4 commits intoquantumstrandfrom
Conversation
Summary of ChangesHello @williballenthin, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request transitions the project's underlying code analysis framework from Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
204fad4 to
5c0dee9
Compare
There was a problem hiding this comment.
Code Review
This pull request successfully replaces the lancelot library with the maintained ida-domain library for code analysis. The changes are generally well-implemented. However, I've identified a critical regression where code analysis is no longer performed on embedded PE files, as the file path required by IDA is not provided for them. Additionally, a key integration test is not correctly set up to exercise the new code analysis path, which should be rectified. I've also included a minor suggestion to improve import consistency. Please review the detailed comments for suggestions on how to address these issues.
5c0dee9 to
031c6e7
Compare
346904b to
339e47e
Compare
|
looks good overall, thanks! |
f6daae0 to
383461a
Compare
383461a to
c35c725
Compare
|
no idea why PyInstaller build for Windows is failing |
|
maybe this is related? mandiant/capa#2750 |
pro:
con:
I've added HCLI key and IDA license info to the repo secrets so GH Actions can run tests with IDA for FLOSS/QS.