Monday, 18 October 2021

Can't decompile React Native android apk

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



from Can't decompile React Native android apk

No comments:

Post a Comment