[Interest] Protect qml files from changing

Thiago Macieira thiago.macieira at intel.com
Fri Oct 5 20:52:27 CEST 2012


On sexta-feira, 5 de outubro de 2012 21.23.33, Николай Шатохин wrote:
> Hello.
> 
> I'm creating paid application. How can I protect my QML files from changing
> to avoid app cracking?

The simplest way is to put them inside the application, as resources. The QML 
engine can load from there and they're often compressed, meaning that a 
cursory search for the content on disk will not turn them up.

However, a moderately knowledgeable hacker with knowledge about Qt can still 
get them and replace. There's no way to avoid this.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121005/b57ee88c/attachment.sig>


More information about the Interest mailing list