Arcade Prehacks

Results 1 to 5 of 5
  1. #1

    Join Date
    Aug 2010
    Posts
    1

    Theres nothing in the .swf file?

    When I open the .swf file after i've decompiled it with flasm theres no variables in there just some random things

    Help please

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Theres nothing in the .swf file?

    show us those random things

  3. #3
    Senior Member
    Join Date
    May 2010
    Location
    Pen Island
    Posts
    3,838

    Re: Theres nothing in the .swf file?

    Sounds like an encryption to me.

  4. #4

    Join Date
    Oct 2010
    Posts
    9

    Re: Theres nothing in the .swf file?

    Quote Originally Posted by campop1
    When I open the .swf file after i've decompiled it with flasm theres no variables in there just some random things

    Help please
    if it looks like this:
    Code:
    var \x01 = 556;
        while (\x01 = eval("\x01") - 337, eval("\x01") == 247)
        {
            \x01 = eval("\x01") - 77;
            break;
        } // end while
    Its either Encrypted or Obfuscated. Your first step is to find out what it's encrypted/obfuscated with. Then search around for a deobfuscator/decrypter.

    Also, i suggest getting Sothink SWF Decompiler.

  5. #5
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: Theres nothing in the .swf file?

    Again dont revive dead topics.
    Locked.
    Verbal warning.

Posting Permissions

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