Arcade Prehacks

Results 1 to 8 of 8
  1. #1

    Join Date
    Aug 2008
    Posts
    4

    flasm can't open input file for reading

    :wave: Im having trouble decompiling a .swf file into a .txt file. I get the Error messange can't open the file ______.swf for reading. Any help? sorry about the repeat lag.

  2. #2
    Senior Member
    Join Date
    Jun 2008
    Posts
    323

    Re: flasm can't open input file for reading

    ok tell me exactly what you typed in. so i can tell you what you did wrong

  3. #3

    Join Date
    Aug 2008
    Posts
    4

    Re: flasm can't open input file for reading

    flasm -d abc.swf > abc.txt edit got it

  4. #4

    Join Date
    May 2008
    Location
    meh.
    Posts
    27

    Re: flasm can't open input file for reading

    i have the same problemo i didnt before but why does it do it now?

  5. #5

    Join Date
    May 2008
    Posts
    1,090

    Re: flasm can't open input file for reading

    did you type in the correct file name, is the swf file in the right folder

  6. #6
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: flasm can't open input file for reading

    I have had this problem.. BUT This is a way of Flasm either telling you that the game is written in a different language than flash, or that it is encrypted..

  7. #7

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: flasm can't open input file for reading

    Like Magnite7 said it might be encrypted or written in Action Script 3

  8. #8
    Senior Member
    Join Date
    Jun 2008
    Posts
    323

    Re: flasm can't open input file for reading

    actually if its encrypted you get something like this
    Code:
    branch target not found: -1279
    Branch into the middle of an action, label2 (off by 5 bytes) is placed before next action
    branch target not found: -13366
    branch target not found: -959
    Branch into the middle of an action, label2 (off by 5 bytes) is placed before next action
    branch target not found: -453
    branch target not found: -5857
    Branch into the middle of an action, label2 (off by 5 bytes) is placed before next action
    but if its as3 it should go through fine but when you check the txt file itll only be about 4 to 8 kb.

Posting Permissions

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