ABC is ActionScript Byte Code, the compiled output of ActionScript. Each Flex module should contain two doABC blocks or more if a debug SWF. The rest of SWFDump output describes other stuff, framerate, fonts, embedded graphics, etc.
-Alex On 8/29/14 11:17 AM, "mark goldin" <markzolo...@gmail.com> wrote: >Sorry for stupid question but what DoAbc block(s) is? > > >On Fri, Aug 29, 2014 at 1:11 PM, Alex Harui <aha...@adobe.com> wrote: > >> If you use the -abc option, the DoAbc block(s) will give you some clue >>as >> to what the method bodies looked like. It will look more like assembly >> language than ActionScript, but depending on if it was an optimized >> release SWF, you can usually figure it out. To learn the patterns, look >> at the abc code for some method you do have source for, like a Flex >>class. >> >> -Alex >> >> On 8/29/14 10:55 AM, "mark goldin" <markzolo...@gmail.com> wrote: >> >> >Ok, I got a dump file. What do I do with it? >> > >> > >> >On Fri, Aug 29, 2014 at 10:20 AM, Alex Harui <aha...@adobe.com> wrote: >> > >> >> I don't think you can get all the way back to source (private >>variable >> >> names for instance) unless you have a debug SWF. But SWFDump -abc >>will >> >> give you something. >> >> >> >> -Alex >> >> >> >> On 8/29/14 7:59 AM, "mark goldin" <markzolo...@gmail.com> wrote: >> >> >> >> >Is it possible to do it? The source code has been lost. I tried >> >>Sothink, >> >> >but because it's a module it does not do it. >> >> > >> >> >Thanks >> >> >> >> >> >>