A beautiful, open-source GUI powered by the Rizin reverse engineering framework. It includes native decompiler engines (like Ghidra's engine via plugins) and offers interactive control-flow graphs. Step-by-Step: How to Analyze a .so File Online
You can analyze a file instantly without configuring complex environments or downloading multi-gigabyte software packages.
Several online decompilers already exist for .so :
Evaluate the possibility and design of a web-based service that takes a compiled lib.so (shared library) file as input and outputs a high-level representation (e.g., C/C++ pseudocode) approximating the original source.
A "full" decompiler is complete in coverage (all instructions), not completeness (original source code).
While desktop-based Reverse Engineering (RE) suites are the industry standard, online decompilers offer unique advantages: