radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.59k stars 2.99k forks source link

Flash assembly and disassembly support #3705

Closed XVilka closed 8 years ago

XVilka commented 8 years ago

Porting and extending something like a flasm could be a start http://www.nowrap.de/flasm

Maijin commented 8 years ago

See also:

xarkes commented 8 years ago

I'm working on it.

radare commented 8 years ago

awesome! put it in radare2-extras and make a pkg for r2pm

On 03 Mar 2016, at 11:47, xarkes notifications@github.com wrote:

I'm working on it.

— Reply to this email directly or view it on GitHub https://github.com/radare/radare2/issues/3705#issuecomment-191703456.

XVilka commented 8 years ago

Done in https://github.com/radare/radare2-extras/tree/master/libr/asm/arch/swf and https://github.com/radare/radare2-extras/blob/master/libr/asm/p/asm_swf.c

Though it's quite basic and missing analysis support - this one could be closed.

Maijin commented 8 years ago

https://github.com/radare/radare2-extras/issues/51