Originally Posted by
KevinWorkman
Interesting. How are you detecting whether something is malware in Java?
JScanner has a defined, but not limitied to a set of "malicious" methods and or classes that I believe most if not all of the Java Programming Community would agree on being classified as malicious. JScanner has the bytecode signatures of these threatening methods/classes and compares it to the bytecode signatures of the target Java program.
--- Update ---
Originally Posted by
ChristopherLowe
It uses reflection to inform you if something is using potentially malicious routines, like opening a socket or deleting files.
@DMoneigh neat idea. I like your coding style.
Thank you!
--- Update ---
Originally Posted by
Ada Lovelace
Wow that's really cool - great work!
Have you considered commercializing it? I know it's difficult (need a license etc.)
but I guess it would be something to consider. If it does well, you can add updates/patches
to any code you develop. Keep up the good work
Wishes Ada xx
I honestly have not tried commercializing it. The most that I've tried was putting it into some science fairs, where it did not even place.
I will continue to keep updating it. Please be on the lookout for updates!
Thanks.