Arcade Prehacks

Results 1 to 3 of 3
  1. #1

    Join Date
    Mar 2010
    Location
    Hungary
    Posts
    6

    Obfuscated AS3 code

    Hi
    Is it possible to debug an obfuscated as3 code?
    I mean is it possible to see what is going to be executed by the flash virtual machine?
    So I think it would maybe de-obfuscate an eval expression, ect..

  2. #2
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,775

    Re: Obfuscated AS3 code

    The only AS3 obfuscation changes the variable and class names which is irreversible. Also there is no eval in AS3.

    Debugging can be done with different tools like Flash CS but they only show trace statements which give you nothing. Analyzing the code by hand works for me even if it takes some time.

  3. #3

    Join Date
    Mar 2010
    Location
    Hungary
    Posts
    6

    Re: Obfuscated AS3 code

    hmm.. maybe that was AS2 code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •