I am afraid of doing it because it's company's code.
On Fri, Aug 29, 2014 at 2:01 PM, Alex Harui <[email protected]> wrote: > Post the entire dump somewhere on the internet (but not on this mailing > list) and post the link. Some folks use pastebin and things like that. > > On 8/29/14 11:58 AM, "mark goldin" <[email protected]> wrote: > > >I dont any line that would have a word function. > > > > > >On Fri, Aug 29, 2014 at 1:54 PM, Alex Harui <[email protected]> wrote: > > > >> Take a small method that you are sure doesn't contain any confidential > >> information and post the ABC code. > >> > >> -Alex > >> > >> On 8/29/14 11:50 AM, "mark goldin" <[email protected]> wrote: > >> > >> >Still not sure I understand what do I do with abc code :( > >> > > >> > > >> >On Fri, Aug 29, 2014 at 1:43 PM, Alex Harui <[email protected]> wrote: > >> > > >> >> 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" <[email protected]> wrote: > >> >> > >> >> >Sorry for stupid question but what DoAbc block(s) is? > >> >> > > >> >> > > >> >> >On Fri, Aug 29, 2014 at 1:11 PM, Alex Harui <[email protected]> > >>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" <[email protected]> wrote: > >> >> >> > >> >> >> >Ok, I got a dump file. What do I do with it? > >> >> >> > > >> >> >> > > >> >> >> >On Fri, Aug 29, 2014 at 10:20 AM, Alex Harui <[email protected]> > >> >>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" <[email protected]> > >>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 > >> >> >> >> > >> >> >> >> > >> >> >> > >> >> >> > >> >> > >> >> > >> > >> > >
