Skip to main content
Inspiring
November 16, 2011
Question

Need a way to protect SWF from decompilers (as they can extract the SWF from Android's APK)

  • November 16, 2011
  • 4 replies
  • 1173 views

I'm working on an Android app that will be used in competitions, so protection from cheating is very important. I've noticed that Flash places the SWF file inside the APK file, which can be extracted as APK is just a ZIP file.

Is there any way to protect the SWF from decompilers?

This topic has been closed for replies.

4 replies

User Unknow
Legend
May 9, 2012

What you mean under 'cheating'? Increase game money or scores? Or stole game?

You can't protect if above is yes because if you can protect from decompilers - you can't protect from dissassemblers. I wokring on security in flash and I can hack any flash and I know that I'm saying.

Let me know from what you want protect exactly?

Colin Holgate
Inspiring
November 16, 2011

What you say seems to be the case, I can get back the original timeline and document class. You could try the publishing setting of "Protect from import", see if that slows down decompilers.

TenchyMyoAuthor
Inspiring
November 16, 2011

Nope, protect from import doesn't help. Already tried that.

Participating Frequently
May 9, 2012