LyScript 示例库
这里整理了 LyScript 在调试、逆向分析中的核心使用示例,点击下方链接查看详细实现。
全部示例
| 示例名称 | 查看详情 |
|---|---|
| Combining with the PeFile module | 进入示例 → |
| Built in script function encapsulation | 进入示例 → |
| Patching and bypassing protection cases | 进入示例 → |
| Analysis of Process Environment Block and Thread Environment Block | 进入示例 → |
| Memory Read Write and Comparison | 进入示例 → |
| Exploration of Hook Hijacking Technology | 进入示例 → |
| Hook Scanning for Application layer Processes | 进入示例 → |
| PE Structure Retrieval SafeSEH Memory Address | 进入示例 → |
提示:每个示例包含完整的代码片段和使用说明,可直接复制到项目中测试。