Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjiayu committed Oct 9, 2020
1 parent ff50de9 commit bdb46f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bdb46f7

Please sign in to comment.