Flasm!

I just had the pleasure to use Flasm here at work. That is because some sources where missing and the guys of the other department are already gone home. So I had the compiled .swf file but no sources.
Now disassembling using flasm I got:

C:
  1. frame 15
  2. constants 'Lottery ', '0', 'navContainer',
  3. 'setModulNavigation', '9', '8', '7', '6', '5', '4', '3', '2', '1',
  4. 'hideLinks', 'hideRelatedLinks' 
  5. function2 loadLottery (r:1='source') ()
  6. callMethod
  7. pop
  8. push '9', '8', '7', '6', '5', '4', '3', '2', '1', 9
  9. labelPanorama:
  10. push r:ID, 'panorama'
  11. equals
  12. not
  13. branchIfTrue label36
  14. push 1, 0.0, 2, 'volumeTo'
  15. callFunction
  16. pop

and the only thing I wanted was to add one more entry to navContainer. After changing the bytecode I compiled again and PENG! Just great!

Add a Comment