-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
One piece of malware I analyzed recently has something along the lines of the following:
/*@cc_on @*//*@if(@_jscript_version >= 4) function... @else @*/...This segment was entirely ignored when converting the obfuscated code to normal JS for static analysis, but in reality it was executed on the client machine when the script was ran.
This is a conditional comment, and it will only run on Internet Explorer (source).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels