[FEATURE] Detect React Native framework and decompile Hermes bytecode
Author: ayushmanchhabraCreated Aug 29, 2025Updated Oct 7, 2025
Labelsenhancement
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.
Is your feature request related to a problem? Please describe.
After the application is decompiled, the Hermes bytecode in resources/assets/index.android.bundle is left as is.
Describe the solution you'd like
Use hermes-dec to decompile the bytecode into JavaScript code.
Describe alternatives you've considered Check if the bundle file is bytecode or javascript and decompile when necessary.
Additional context Add any other context or screenshots about the feature request here.
Source: MobSF/Mobile-Security-Framework-MobSF