If the .so uses SIMD instructions (NEON for ARM, AVX for x86), many online decompilers will simply mark those as BYTE arrays or __asm {} blocks.
Looking to inspect or recover code from an Android .so (shared object) library? This post explains what an online libso decompiler offers, when to use one, and how to get accurate results while avoiding pitfalls. libso decompiler online full
Decompilers sometimes struggle with loops. If the