08-09-2010, 09:17 AM
A programmer on the forum I go to did something like this.
What he did was scan the bytecode of any malicious code that would execute something such as a system call and such. Of course, Java malware and viruses cannot be detected by running through the Java and class files, so your going to have to know a bit about bytecode.
What he did was scan the bytecode of any malicious code that would execute something such as a system call and such. Of course, Java malware and viruses cannot be detected by running through the Java and class files, so your going to have to know a bit about bytecode.