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.
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.bundleis left as is.Describe the solution you'd like
Use
hermes-decto 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.