I dont any line that would have a word function.
On Fri, Aug 29, 2014 at 1:54 PM, Alex Harui <aha...@adobe.com> 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" <markzolo...@gmail.com> wrote: > > >Still not sure I understand what do I do with abc code :( > > > > > >On Fri, Aug 29, 2014 at 1:43 PM, Alex Harui <aha...@adobe.com> 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" <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 > >> >> >> > >> >> >> > >> >> > >> >> > >> > >> > >