Ever wondered what framework your favorite app is built with? ProbeNative lets you peek under the hood of any installed Android app no root required.
ProbeNative scans every installed app on your device, reveals its native .so libraries, and parses ELF binary metadata including architecture, type, size, and page alignment. All analysis happens locally on your device with no internet connection needed.
KEY FEATURES
Native Library Inspector
View all .so files inside any installed app with full ELF metadata including type (ET_DYN, ET_EXEC), architecture class (32-bit/64-bit), and page alignment.
Framework Detection
Automatically identifies 15+ development frameworks through native library names, filename patterns, and deep APK inspection of assets and folders:
• Cross-platform: Flutter, React Native, Xamarin, .NET MAUI, NativeScript, Cordova, Ionic, Tauri, Kotlin Multiplatform
• Game engines: Unity, Unreal Engine, Godot, Cocos2d, LibGDX
Deep APK Analysis
Goes beyond library filenames. Scans APK contents for framework-specific folders and assets like flutter_assets, index.android.bundle, assemblies, and more. Shows the exact evidence that triggered each detection.
Search and Filter
Instantly search by app name or package name. Filter your entire app list by detected framework using dynamic chips.
ABI Detection
Identifies arm64-v8a, armeabi-v7a, x86, x86_64, and multi-arch configurations.
Install Source
Shows where each app was installed from Google Play, F-Droid, sideloaded, or pre-installed.
Export
Copy detailed analysis results to clipboard for sharing or documentation.
PRIVACY
No data is collected. No internet connection required. No analytics, ads, or tracking. Everything runs locally on your device.
PERFECT FOR
• Developers curious about what frameworks other apps use
• Security researchers analyzing app compositions
• Tech enthusiasts who love knowing how things work
• Anyone interested in the Android app ecosystem