SO File Viewer is a developer tool for opening, viewing, and inspecting Android native .so library files.
Open .so files directly on your Android device, view ELF shared library information, check architecture details, inspect program headers, view native dependencies, and verify whether libraries are compatible with Android 16KB page size requirements.
Key Features
Open .so Files
Select and inspect Android native shared libraries directly on your device.
View .so Library Information
View ELF class, architecture, ABI, endianness, type, entry point, file size, and header details.
ELF Information
Inspect useful ELF metadata from Android native shared libraries.
16KB Page Size Checker
Check PT_LOAD segment alignment and see whether a native library appears compatible with Android 15+ 16KB page size requirements.
Program Headers
Inspect ELF program headers, including offset, virtual address, memory size, flags, and alignment.
Dependencies
View native library dependencies such as libc++_shared.so, liblog.so, libandroid.so, and more.
Export Report
Generate a simple compatibility report for debugging, testing, or sharing with your team.
Useful For
SO File Viewer is useful for Android NDK developers, Flutter developers, Unity developers, React Native developers, SDK integrators, APK testers, and anyone who needs to open, view, or inspect Android .so files.
Common Use Cases
• Open .so files on Android
• View Android native library details
• Inspect ELF shared library information
• Check native library architecture
• Check Android 16KB page size support
• Analyze native libraries extracted from APK files
• View shared object dependencies
• Export a simple .so compatibility report
Important Notice
This app performs static analysis based on ELF file structure. A compatible result does not guarantee runtime behavior. Please also test your app on a 16KB page size device or emulator.