Skip to content

Lexicon Entry

Binary Analysis

Binary analysis is the process of extracting information from compiled executable files (like ELF or PE) without access to the source code, often used for reverse engineering, security auditing, and debugging.

Related Knowledge & Cross-References

Guide

Executable File Formats: ELF, PE, and Mach-O Explained

How does the operating system know how to take that file and turn it into a running process? The answer lies in the Executable File Format.