Decompile Compiled index.android.bundle on React Native (Hermes JavaScript Bytecode)

Hermes JavaScript bytecode

Recognize index.android.bundle:

file index.android.bundle

Installation

sudo apt install python3-clang -y
sudo pip3 install --upgrade git+https://github.com/P1sec/hermes-dec

Decompile

hbc-decompiler index.android.bundle <output.js>


After decompile:

image