2

I m trying to decompile React Native apk and preferably decompile bundle.js as well with project structure, package.json and js code.

I've tried to follow these steps from here: Decompile React Native index.android.bundle

But after this command: apktool d /pathOfApkFile.apk I don't have index.android.bundle

All I have is a bundle.js file in app folder.

I've tried to use debundle package from npm debundle to debundle bundle.js but couldn't succeed as well

enter image description here enter image description here

Sonny49
  • 425
  • 3
  • 18
  • If you can add more specific things what do you want with decompiled application, it will be more easier to understand the question. – Aditya Oct 19 '21 at 12:38
  • I just want the source code the way it was written originally, components and project structure. – Sonny49 Oct 19 '21 at 20:11
  • Did you build this app? – Hamza Jadid Oct 21 '21 at 08:27
  • yes, I am not trying to hack anybody's app. My purpose is to learn and make my apps more secure. So if you can help me to become a better programmer I would appreciate it – Sonny49 Oct 21 '21 at 11:14

0 Answers0