react-native-decompiler icon indicating copy to clipboard operation
react-native-decompiler copied to clipboard

Decompile React Native bundles

Results 7 react-native-decompiler issues
Sort by recently updated
recently updated
newest added

I ran: ts-node ./src/main.ts -i c:\test\smali\assets\index.android.bundle -o ./output got errors like: Reading file... Parsing JS... Finding modules... Took 103757.12750002742ms Pre-parsing modules... ████████████████████████████████████████ 100% | ETA: 0s | 6279/6279 Took 30503.019600003958ms...

I ran: ts-node ./src/main.ts -i c:\test\smali\assets\index.android.bundle -o ./output got errors like: Reading file... Parsing JS... Finding modules... Took 103757.12750002742ms Pre-parsing modules... ████████████████████████████████████████ 100% | ETA: 0s | 6279/6279 Took 30503.019600003958ms...

First of all, thank you for the great tool! I have a question about the performance of the software. I am trying to use the guidance provided in the output:...

help wanted

First of all, thank you for the great tool! I have a question about the performance of the software. I am trying to use the guidance provided in the output:...

help wanted

Android Application: https://feeld.co/ ``` C:\Users\Max\richardfuca>npm start -- -i "C:\Users\Max\Documents\dating-app\co.feeld_source_from_JADX\resources\assets\index.android.bundle" -o ./output > [email protected] start > npm i && ts-node ./src/main.ts "-i" "C:\\Users\\Max\\Documents\\dating-app\\co.feeld_source_from_JADX\\resources\\assets\\index.android.bundle" "-o" "./output" > [email protected] postinstall > patch-package patch-package...

I'm not sure if this project still works. I created a very basic app. ``` $npm install $npx react-native init ObfuscationDemo ``` Created a signed APK and tried to decompile...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies