Skip to content
P
非影
精选
最新
漏洞
研究
工具
主题
来源
搜索
搜索
English
面向安全从业者的中英双语安全研究与漏洞情报精选。
在 Ghidra 中反编译 Node.js
swarm.ptsecurity.com
| 研究 |
#reverse-engineering
|
#ghidra
|
#research
|
#nodejs
摘要
ghidra_nodejs 背后的故事:在 Ghidra 中反编译受 bytenode 保护的 Node.js 应用——解析常量池、函数参数与异常处理器,支持包括宽/超宽在内的全部 JSC 操作码,并能在混淆代码中解析交叉引用。
发布时间
2021-05-20 15:18
收录时间
2026-07-24 04:18
原文 ↗
相关内容
我们如何绕过 bytenode 并在 Ghidra 中反编译 Node.js 字节码
(swarm.ptsecurity.com)
ReAgent:用于二进制自主逆向工程与 C/C++ 重建的开源 AI Agent
(github.com)
从 .NET Native AOT 二进制文件中恢复元数据
(blog.washi.dev)
P-Code 注入指南:在 Ghidra 中动态修改代码的中间表示
(swarm.ptsecurity.com)
以 V8 字节码为例在 SLEIGH 中创建 Ghidra 处理器模块
(swarm.ptsecurity.com)
服务端原型污染:不触发 DoS 的黑盒检测
(portswigger.net)
返回