View Single Post
Old 02-28-2023, 12:32 PM   #34
luketheduke
Connoisseur
luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.luketheduke knows what's going on.
 
luketheduke's Avatar
 
Posts: 86
Karma: 25608
Join Date: Sep 2022
Device: PW3, PW2, KT2, 2xKT, 2xK3G
Quote:
Originally Posted by Bluebotlabs View Post
Dangit, it's made in Java lol

well I suppose I can probalby get a bit of info from it :\
The problem with the React Native ones is that they're virtually impossible to decompile back into JS because they use Hermes which compiles it into bytecode
Had the same problem. This helped a lot.

Also, 5.13.7 contained some uncompiled javascript and examples in `/app/tools/demoApp/js/demoApp.js`.

Quote:
Originally Posted by Bluebotlabs View Post
Oh cool, thanks!
I want to see the JS source for the Home Screen and settings so that I can look at more examples of pillow function calls
Unfortunately, the JS probably doesn't actually call the pillow functions, but the React Native `Native Modules.`

Not 100% sure though.

Last edited by luketheduke; 02-28-2023 at 12:43 PM.
luketheduke is offline   Reply With Quote