V8 - Bytecode Decompiler |link|
What it does well
If you want, I can:
For security researchers analyzing malicious npm packages or Chrome extensions, bytecode analysis is a powerful tool. Even without a decompiler, reading the disassembly allows an analyst to determine: v8 bytecode decompiler
// Translate to an intermediate representation let ir = createIR(parsedBytecode); What it does well If you want, I