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 installed openJDK and the XRefer plugin in Windows. When you open IDA, the Python library asciinet (called by XRefer) calls java.exe that opens a java console that keeps open the whole time. 😞
I think this is a bug in asciinet. We could try to report it to asciinet, but the project 7 years old and seems to be abandoned. One idea to solve the issue is to fork the asciinet project and include this fix and the patch in the XRefer code. This way others would benefit from the improvements in asciinet too. But this is just an idea. I am happy with anything that removes the java console. 😉
After this is fixed, I would really like to add this useful tool to the FLARE-VM default configuration. This is tracked in FLARE-VM in mandiant/VM-Packages#1210.
The text was updated successfully, but these errors were encountered:
I have installed openJDK and the XRefer plugin in Windows. When you open IDA, the Python library
asciinet
(called by XRefer) callsjava.exe
that opens a java console that keeps open the whole time. 😞I think this is a bug in
asciinet
. We could try to report it toasciinet
, but the project 7 years old and seems to be abandoned. One idea to solve the issue is to fork the asciinet project and include this fix and the patch in the XRefer code. This way others would benefit from the improvements inasciinet
too. But this is just an idea. I am happy with anything that removes thejava
console. 😉After this is fixed, I would really like to add this useful tool to the FLARE-VM default configuration. This is tracked in FLARE-VM in mandiant/VM-Packages#1210.
The text was updated successfully, but these errors were encountered: