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