This document describes the development of an Adware Blocker application. The application will block unwanted adware in the form of pop-up and pop-under advertisements that appear when accessing websites. It will work by reading HTTP response packets, filtering out ad packets, parsing their URLs, checking a signature database to determine if they are valid or invalid, and blocking invalid packets from being displayed to the user. The application will be developed using C/C++, Java, and a MySQL database and will allow for predefined and user-defined blocking policies.