This document summarizes Muhammad Najmi bin Ahmad Zabidi's presentation on compiling features for malicious software given at the SIGINT-HITB-KUL-2011 conference. The presentation covered static analysis techniques like string analysis and DLL scanning to detect interesting API calls and malware behaviors. It also discussed detecting anti-debugging, anti-VM, and bot-like behaviors using regular expressions and entropy analysis of binary sections. Python scripts were demonstrated to automate many of these static analysis tasks.