Reverse Engineering an Eclipse Plugin
0x10f8.wordpress.com
Reverse Engineering an Eclipse Plugin
1–10 of 20 posts
Re: Reverse Engineering an Eclipse Plugin
#2I guess it might be keeping the black stuff for some cool down time just after installation. Many malware seem to do there days. We might have got true clicks targeted.
Re: Reverse Engineering an Eclipse Plugin
#3I'm still a little confused as to what the code was doing, though. It gathers statistics about your user machine (none of which seemed too personal - basically IP, OS, country, etc).
But then what is it doing? Opening a virtual browser or simulating clicks to some ad network?
Re: Reverse Engineering an Eclipse Plugin
#4Good writeup on the reverse engineering. I'm still a little confused as to what the code was doing, though. It gathers statistics about your user machine (none of which seemed too personal - basically IP, OS, country, etc). But then what is it doing? Opening a virtual browser or simulating clicks to some ad network?
Re: Reverse Engineering an Eclipse Plugin
#5Re: Reverse Engineering an Eclipse Plugin
#6Anyone who does not like it, please uninstall this plugin.
I will not explain it anymore.
I'm not interested in stealing your privacy.
[0] https://github.com/cnfree/Eclipse-Class-Decompiler/issues/30
Re: Reverse Engineering an Eclipse Plugin
#7Re: Reverse Engineering an Eclipse Plugin
#8Guess author of the plugin is pretty smart but not smart enough to encrypt the traffic back home or obscure his/her nasty secrets. I guess it might be keeping the black stuff for some cool down time just after installation. Many malware seem to do there days. We might have got true clicks targeted.
Re: Reverse Engineering an Eclipse Plugin
#9http://marketplace.eclipse.org/content/enhanced-class-decomp...
Re: Reverse Engineering an Eclipse Plugin
#10Good writeup on the reverse engineering. I'm still a little confused as to what the code was doing, though. It gathers statistics about your user machine (none of which seemed too personal - basically IP, OS, country, etc). But then what is it doing? Opening a virtual browser or simulating clicks to some ad network?
Seems to me that it is indeed running a hidden browser on a background thread, loading ads, and simulating views/clicks. That is in addition to collecting and sending user and system information (possibly also for ad-serving or information sales or some other nefarious skulduggery).