Author Topic: JavaScript anti-analysis tricks  (Read 5917 times)

0 Members and 1 Guest are viewing this topic.

May 03, 2009, 09:51:14 am
Read 5917 times

SysAdMini

  • Administrator
  • Hero Member

  • Offline
  • *****

  • 3335
Ruining the bad guy's day

May 07, 2009, 08:16:29 am
Reply #1

SysAdMini

  • Administrator
  • Hero Member

  • Offline
  • *****

  • 3335
Ruining the bad guy's day

May 07, 2009, 01:14:02 pm
Reply #2

tad

  • Newbie

  • Offline
  • *

  • 1
Hi, you wrote in the blog about conditional compilation: " the subsequent exploits will not be launched and will not be detected by the analysis tool."
 - I think that HtmlUnit and other Html parsers ( which execute Javascript ) used by analysis tools should launch the code in the IE mode, even if it is commented out by the tag  /*@if (@_win32) .... code.... */ . What do you think about it ? A patch to the  HtmlUnit ??
Tad

May 07, 2009, 06:36:17 pm
Reply #3

mercutio

  • Special Members
  • Full Member

  • Offline
  • *

  • 52
Not sure about other html parsers, but htmlunit does support conditional compilation.