Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedreamforest authored Oct 13, 2019
1 parent ae504b8 commit b573979
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,18 @@ refresh_mod_info(...)
refresh_mod_info(self: kar98k.kar98k) -> None
c++签名:void refresh_mod_info(){...}
作用:刷新进程模块信息
get_fs_value(...)
get_fs_value(self: kar98k.kar98k, arg0: int) -> bytes
c++签名:py::bytes get_fs_value(unsigned char nOffset){...}
作用: 获取目标进程fs[offset]值
get_gs_value(...)
get_gs_value(self: kar98k.kar98k, arg0: int) -> bytes
c++签名:py::bytes get_gs_value(unsigned char nOffset){...}
作用: 获取目标进程gs[offset]值
```

Expand Down

0 comments on commit b573979

Please sign in to comment.