From bdb46f77df6fa9865b856b15785049ae87f8f573 Mon Sep 17 00:00:00 2001 From: jiayu Date: Fri, 9 Oct 2020 16:39:39 +0800 Subject: [PATCH] Update README --- README.md | 4 +++- README_en.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb01dbf..6a160d6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ DDGMiner v5029 (MD5: 95199e8f1ab987cd8179a60834644663) 样本中核心的配置 - **strings.py**: 解析 strings 和 string pointers; - **moduldata.py**: 解析 **firstmoduledata**; - **types_builder.py**: 解析所有 **types** ; -- **itab.py**: 解析 **itab**(Interface Table);. +- **itab.py**: 解析 **itab**(Interface Table)。 + +另外, **str_ptr.py** 可以通过手动指定**字符串指针**数据的起始、结束位置来解析**字符串指针**。 ### Note diff --git a/README_en.md b/README_en.md index c7524e5..c67c4ed 100644 --- a/README_en.md +++ b/README_en.md @@ -39,7 +39,9 @@ And the user-defined source file paths list: - **strings.py**: Parse strings 和 string pointers; - **moduldata.py**: Parse **firstmoduledata**; - **types_builder.py**: Parse **types** ; -- **itab.py**: Parse **itab**(Interface Table);. +- **itab.py**: Parse **itab**(Interface Table). + +Additionally, the **str_ptr.py** will parse **string pointers** by specify the start address and end address of **string pointers** manually. ### Note