pfalcon / ScratchABit

Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
GNU General Public License v3.0
393 stars 47 forks source link

Q: micropython disassembler? #48

Open rkompass opened 9 months ago

rkompass commented 9 months ago

Hello @pfalcon,

I tried to find the routines for just the disassembly in your code but was somewhat lost. Could you give me a pointer? And also: How do you estimate the possibilities of transforming those into a Micropython routine? My idea was to have something that together with the inspect function here would allow for displaying the disassembled code of a viper/asm_thumb function?

Thanksm Raul