Load from a Binary File¶
Coming soon
This guide will cover loading memory_image from real binary files
(ELF, PE, Mach-O) using common Python libraries.
For now, flatline works with raw memory images that you extract from binaries yourself. See the Getting Started guide for an example with hardcoded bytes.