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

Hide Java console in Windows #1

Closed
Ana06 opened this issue Dec 13, 2024 · 2 comments
Closed

Hide Java console in Windows #1

Ana06 opened this issue Dec 13, 2024 · 2 comments

Comments

@Ana06
Copy link
Member

Ana06 commented Dec 13, 2024

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. 😞

image
image

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.

@caprinux
Copy link

I forked and made a PR to asciinet (cosminbasca/asciinet#7) to hide the java console window.

Given that the project is abandoned, I'm not sure if it'll get committed but a temporary fix would be to modify the source code of asciinet directly to run javaw instead of java in __init__.py :)

@m-umairx
Copy link
Collaborator

Thank you for pushing a PR to asciinet. I am doubtful it will get committed however, so in the interim I've pushed a hot-patch within xrefer to resolve the issue.

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

No branches or pull requests

3 participants