dimok789 / loadiine_gx2

A WiiU SD Loader with GX2 GUI
GNU General Public License v3.0
288 stars 78 forks source link

Windows defender reports js\shellcode.gen virus #93

Closed bezzpezz closed 8 years ago

bezzpezz commented 8 years ago

Is this something to be worried about ?? defender picks it up with all the versions I have tried.

tranaconda commented 8 years ago

This works by exploiting the browser to run unsigned code. Of course Defender sees this as a threat, that's the whole point of this. The same exploit could be used to run code (like a virus) on your Windows box without you noticing while visiting a website with a webkit-related browser (Safari, Chrome, Opera, ...).

You are doing something which the developers were actively trying to prevent and you honestly wonder why Defender reacts to it?

dimok789 commented 8 years ago

Its all said.

Hartie95 commented 8 years ago

This could be fixed by uploading the elf and www folder in two different zip-files. Especially since most normal users won't need the www folder anyway.

dimok789 commented 8 years ago

Yeah I think that would be the better way. I will change the travis build script by chance if I dont forget it.