QwQNT/d8-disassembler
GitHub: QwQNT/d8-disassembler
基于D8的V8字节码反汇编器,用于解析JavaScript执行过程。
Stars: 7 | Forks: 7
# `d8-disassembler`
```
.\target\v8\out.gn\x64.release\d8.exe `
--no-lazy `
--no-flush-bytecode `
--snapshot_blob .\v8_context_snapshot.bin `
-e "loadBytecode('.\\index.js.bin')"
```
# 许可证
```
d8-disassembler: A V8 bytecode disassembler based on D8.
Copyright (C) 2026 Cdm2883
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .
```
标签:D8, JavaScript引擎, Libemu, V8引擎, 云资产清单, 反汇编工具, 字节码, 逆向工程