Note that there are some explanatory texts on larger screens.

plurals
  1. USJeremy Ruppel
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COAlso, I forgot to reiterate a couple things: First is that I'm hoping to produce the .abc file from a swf, not a class, so it doesn't appear that I can use the asc.jar tool. Second is that I'm attempting to do exactly what the second post describes, and that is to load class definitions at Tamarin's runtime. If there are other ways to do this (besides Loader.loadBytes) I'd be equally interested in other approaches. The .swf-.abc conversion is a middle step that I'm settling for and if it can be avoided I'd be cool with that too.
      singulars
    2. CO@back2dos: doesn't look like that's quite right either. The sabc file generated by swfdump is going to be the same as previously mentioned, meant to be human-readable. I'm talking about a legitimate .abc file, as described in these two posts: http://coderhump.com/archives/104 http://coderhump.com/archives/105 The .abc file he's using can be generated from a class via asc, then loaded into the Tamarin runtime. Take an .abc file created this way and compare it to the text dump from swfdump, nero, or flasm, and you'll see the difference.
      singulars
    3. COThanks, grapefrukt, but that's not *quite* it. It looks like nemo, as well as swfdump and flasm, just kicks out a human-readable representation of the bytecode, not the actual .abc file. In nemo's listed input formats, it lists .swf (both compressed and uncompressed) AND .abc, but provides the same text dump for both. I'm looking to convert from .swf to .abc, no need to be able to read it :P
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload