#Can the html shown in the app get decompiled?
4 messages · Page 1 of 1 (latest)
It's a bit more involved than with electron apps but still possible
2 things make it more complicated:
- The assets are inside the binary itself, not just some zip-like archive
- The assets are brotli compressed
That said, i always thought extracting it may still be pretty easy, but apparently not: https://infosecwriteups.com/reverse-engineering-a-native-desktop-application-tauri-app-5a2d92772da5 (for people experienced with reverse engineering stuff that may still be easy idk)