Search found 3 matches

by jcase
Fri Jan 08, 2021 7:21 pm
Forum: Development of MicroPython
Topic: how to decompile bytecode into human readable format
Replies: 15
Views: 14080

Re: how to decompile bytecode into human readable format

Can you provide these compiled mpy to me? jon <at> cunninglogic <dot> com, or explain to me what a lego spike hub is and where I can buy one? I've got a semi working disassembler done. Hoping to make it stable, then work on a decompiler. Check this repo.. this is regularly updated and there is some...
by jcase
Mon Dec 21, 2020 6:28 pm
Forum: Development of MicroPython
Topic: how to decompile bytecode into human readable format
Replies: 15
Views: 14080

Re: how to decompile bytecode into human readable format

Any news on this? The Lego Spike hub runs micropython and the source code doesn't seem to be public. Its default UI comes in form of a mpy and can easily be downloaded from the device. It would be nice to be able to decompile and modify this. Can you provide these compiled mpy to me? jon <at> cunni...
by jcase
Sun Dec 20, 2020 5:53 pm
Forum: Development of MicroPython
Topic: how to decompile bytecode into human readable format
Replies: 15
Views: 14080

Re: how to decompile bytecode into human readable format

While today is my first day playing with micropython, I'm pretty versed in writing disassemblers and decompilers from scratch. I'll give it a shot at writing one. Can anyone share a source for some precompiled bins that don't have source available? Obviously I'll start with my own examples, but woul...