You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added a package for Xrefer IDA plugin in #1207. 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.
The text was updated successfully, but these errors were encountered:
I think it is an asciinet bug, but the project last change was 7 years ago and seems to be abandoned. So it seems to me like XRefer will have to fix the issue.
Details
I have added a package for Xrefer IDA plugin in #1207. 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) callsjava.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 usejavaw.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.The text was updated successfully, but these errors were encountered: