Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove CodeMix virus

Tags:

eclipse

I accidentally installed CodeMix malware when installing Anguar IDE plugin to my Eclipse4.6. Now everytime I open a JS file it shows CodeMix registration window and I am unable to open JS files if I don't provide my email account. I tried 3 times of unstalling CodeMix and then restarting Eclipse, but failed 3 times. Every time Eclipse says successfully uninstalled. However The virus/malware CodeMix is still there asking for my email account. It is a Windows10.

Question 1: How can I completely remove CodeMix?

Question 2: Is it a crime to develop something like CodeMix in US?

like image 611
Dustin Sun Avatar asked Apr 23 '19 23:04

Dustin Sun


2 Answers

The best way to uninstall software installed from the Eclipse Marketplace is by using the Marketplace client itself. Simply go to Help > Eclipse Marketplace... entry, and then the Installed tab where you can click Uninstall.

Uninstalling software in Eclipse can be difficult if you try to do it from the Help > Installation Details approach as you either need to roll back all changes you've made by using a Revert to a previous point of the installation or find all plugins that you installed from the marketplace. If you miss some plugins when doing the manual approach, Eclipse won't fully remove it.

In this case, CodeMix is not actually "reinstalling" itself as your question reads like. It was just never removed by Eclipse itself.

like image 160
Tim Avatar answered Oct 21 '22 06:10

Tim


The installation of mistakenly installed plug-ins can be undone as follows:

  1. In Help > About Eclipse IDE hit the Installation Details button
  2. In the Installation Details dialog, in the tab Installation History select the installation point before the mistaken installation and hit the Revert button

Please note that this does not delete files created by the plug-in itself. As far as I know, this plug-in creates a subdirectory in the user's home directory occupying a lot of disk space.

To the second question: As far as I know, not the development but the distribution can be illegal in the US, for example when spying without the user's consent or when licenses (including open source licenses) are violated.

like image 34
howlger Avatar answered Oct 21 '22 07:10

howlger