Online ELF Analyzer - Linux SO Binary Inspector Free

💾 ELF Tool

Analyze ELF and shared library (.so) binary files

✓ ELF Headers ✓ Sections ✓ Symbols ✓ Dependencies
💾
Drop your ELF/SO file here to analyze
Supports ELF executables and shared libraries (.so) up to 50MB
📦 Selected:
Analyzing...
⚠ Error

About ELF Files

ELF (Executable and Linkable Format) is the standard binary format for Linux and Android:

💾 ELF Format

ELF is used for executables, shared libraries (.so), object files, and core dumps on Unix-like systems

🛠 Symbol Table

Contains function names, variables, and other symbols needed for linking and debugging

🔗 Dependencies

DT_NEEDED entries list shared libraries that the binary requires at runtime

🖥 Architectures

Supports ARM, ARM64 (AArch64), x86, x86_64, MIPS, PowerPC and more

Encoding and Data Utilities

Encode, decode, measure sizes, and transform common formats.

Search Tutorials