This document discusses techniques for obfuscating PDF malware to make analysis more difficult. It describes using malformed PDF structures, splitting JavaScript code across multiple objects, and using anti-emulation techniques that exploit idiosyncrasies in Adobe Reader's JavaScript engine. The goal is to avoid detection by antivirus software while confusing manual and automated analysis tools. It also covers obfuscating JavaScript code through techniques like name obfuscation and eval chains.