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

Add ida.plugin.xrefer.vm #1207

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Add ida.plugin.xrefer.vm #1207

merged 1 commit into from
Dec 13, 2024

Conversation

Ana06
Copy link
Member

@Ana06 Ana06 commented Dec 13, 2024

Very excited to add the newly released Xrefer IDA plugin developed by @m-umairx, member of the FLARE team. This plugin provides a custom navigation interface for analyzing execution paths, function clusters, and related artifacts, leveraging Google's Gemini model for natural language descriptions. ✨ In case you want to know more about this useful tool, @m-umairx has written a blog post that is about to be released in https://cloud.google.com/blog/topics/threat-intelligence!! ⌛

I would love to add this tool to the default FLARE-VM configuration. But there is a small issue we have to figure out first: When you open IDA, the python library asciinet (dependency of XRefer) calls java.exe that opens a java console that keeps open the whole time. 😞 @mandiant/vms does someone have any idea of the best way to force it to use javaw.exe instead? openjdk is a dependency of many other important tools like Ghidra, so I don't want to change anything that could break the other tools.
image
image

@Ana06 Ana06 added 🆕 package New package request/idea/PR 🌀 FLARE-VM A package or feature to be used by FLARE-VM 👩‍🦱 IDA Related to IDA or an IDA plugin labels Dec 13, 2024
@Ana06 Ana06 self-assigned this Dec 13, 2024
Add the newly released Xrefer IDA plugin. This plugin provides a custom
navigation interface for analyzing execution paths, function clusters,
and related artifacts, leveraging Google's Gemini model for natural
language descriptions.
@Ana06 Ana06 merged commit dbb5a96 into mandiant:main Dec 13, 2024
4 checks passed
@Ana06
Copy link
Member Author

Ana06 commented Dec 13, 2024

@Ana06 Ana06 added this to the FLARE-VM 2024 Q4 milestone Dec 13, 2024
@Ana06 Ana06 changed the title Add xrefer.vm Add ida.plugin.xrefer.vm Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👩‍🦱 IDA Related to IDA or an IDA plugin 🌀 FLARE-VM A package or feature to be used by FLARE-VM 🆕 package New package request/idea/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant