BAP Executable Parsers
One of the fundamental tasks in binary analysis is parsing executable formats on disk. Popular executable formats include ELF (Linux), Mach-O (OS X), and PE (Windows). In IDA Pro, this parsing is done by what they call loaders. When designing the BAP architecture, we had two goals: Enable the use...>