jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.87k stars 666 forks source link

Need a Bytecode Viewer, a tool to read Bytecode #5116

Open FranckCao opened 7 months ago

FranckCao commented 7 months ago

It is very difficult to analyze the CBC without a analyse tool, which can map the CBC Macro definition and the CBC value。 I see the tool in the training document in IoT.js and Jerryscipt

zherczeg commented 7 months ago

You can dump the byte code. There is no visualization tool besides that.