Referencing yourself with arguments.callee()

Obfuscation using arguments.callee() in java scripts is widely seen inĀ  browser exploitation and malicious PDF attacks. This kind of obfuscation could be a bit tricky to handle for security analyst. The arguments.callee() call is used normally to prevent security analyst from modifying the malicious function. The variable that holds the arguments.callee will be validated in […]