Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

Wednesday, April 9, 2008

Crazy cool AIR tool: Nemo 440

Wednesday, April 9, 2008   

Last night I was introduced to swfdump.exe, "Glad to meet you fine sir." I checked out the Flex 4 SVN repository hosted by Adobe, and found the tool. Before Flex went open source swfkit.jar.

Anyway, there is an even easier way to use the tool, doesn't require ANT for a compile of source, etc. And it comes to us as an AIR file to provide the GUI. "Hello Nemo440 by Vadim Melnik." Yes, you can dump to a file too.

Quick small example.
dynamic class Base extends flash.display::MovieClip
{
function Base():* /* disp_id -1*/
{
// local_count=1 max_scope=1 max_stack=1 code_len=6
0 getlocal0
1 pushscope
2 getlocal0
3 constructsuper (0)
5 returnvoid
}

static function Base$cinit():* /* disp_id 0*/
{
// local_count=1 max_scope=1 max_stack=1 code_len=3
0 getlocal0
1 pushscope
2 returnvoid
}
}
That's pretty slick, it works with compressed and uncompressed SWF, with SWC and also ABC.
 
 Return to the main page
Comments:

There are currently 0 Comments:

 Leave a comment