Help! Modifying a react native app

In a RN app logics are stored in index,android,bundle (i heard correct me if i am wrong). So I came up with 2/3 apps made with RN. I reached to MYapp.apk -> assets which contained 'android.index.bundle' that was encrypted. I tried npm packages like react-native-decompiler but it threw error mentioning binary encrypted packages can't be decrypted. Am I going wrong somewhere? I checked smali files found nothing. Now how am I supposed to modify it.?

Thanks.
 
After getting so many responses I wanna cry now. :face26:
Is there anyone? So the dead internet theory is actually true.


Users provide an answer if they want. If they don't know it or don't want to provide any, then they are free to do so.
If I now asked "How to breach into Clash of Clans servers to give my account 99999999 gems and maxxed TH without flagging it?", I doubt I'd get any positive answer either.

Please don't spam your own thread.
 
Ok so, basically the problem you are facing is that react native can come in two form.. the js bundle or a precompiled version of it. As of now, the second one does not have a properly working decompiler. BUT chances are that you can find an older apk with no precompilation.. gotta search for it lol

Other than that the only two options are using an ios file cuz precompilation only exists for android builds and maybe modifying strings with hex editor or smth.. no idea, gl tho ^^

Which app btw? Maybe i can help, have a bit of experience with reverse engineering react native :)

If u want Nulled#7888 is my dc, im prolly not gonna check back here
 
Back
Top Bottom