FoRREST is a Python framework that provides tools for reverse engineering binaries. It represents information extracted from binaries in a hierarchy of levels from raw data to high-level analysis. FoRREST implements plugins that interface with tools like Radare2 and Boomerang to decompile and infer control flow. It stores results in a database and provides an intuitive interface to simplify reverse engineering for novices. The goals are to make as much information accessible, implement high-level analysis, and ensure the framework is extensible.