#Can the html shown in the app get decompiled?

4 messages · Page 1 of 1 (latest)

cerulean karma
#

I dont really want my ui to be open source and its super easy to decompile electron apps so im just wondering if its the same for tauri apps

zenith wind
#

It's a bit more involved than with electron apps but still possible

#

2 things make it more complicated:

  1. The assets are inside the binary itself, not just some zip-like archive
  2. The assets are brotli compressed