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 >> >>