I built this because reverse engineering React Native apps is currently a pain. The existing tools mostly just dump the assembly instructions.
Talaria analyzes the Hermes bytecode and attempts to reconstruct the control flow into readable pseudocode.
It's written in C++23. It’s open source, so if you're doing mobile security research and want better static analysis for React Native bundles, you can try it and contribute.