V8 Bytecode: Decompiler

[generated bytecode for function: add (0x...)] Parameter count 3 Bytecode length: 5 0x1234 @ 0 : 0c 01 Ldar a1 0x1236 @ 2 : 3b 02 00 Add a2, [0] 0x1239 @ 5 : a9 Return

python3 v8_decompiler.py --input bytecode.dump --output decompiled.js v8 bytecode decompiler