Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shucharjer/offsetreader
A simple in-program field offset reader. | 一个简单的程序内字段偏移读取器
https://github.com/shucharjer/offsetreader
cpp dumper memory offset
Last synced: 4 days ago
JSON representation
A simple in-program field offset reader. | 一个简单的程序内字段偏移读取器
- Host: GitHub
- URL: https://github.com/shucharjer/offsetreader
- Owner: Shucharjer
- License: bsd-3-clause
- Created: 2023-09-15T16:24:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-19T08:56:21.000Z (over 1 year ago)
- Last Synced: 2024-12-14T20:14:17.840Z (about 2 months ago)
- Topics: cpp, dumper, memory, offset
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OffsetReader
[简体中文](README_zh-Hans.md)|English
#### Description
This project could reader some offsets. To use it, you only need clone it and change `processName`, `moduleName` and commands to what you want to.
#### Notice
- `reader.findOffset()`returns the address of the offset. To get the offset, you need to use `reader.read(process, `the address`)` or `reader.getOffset()`!
- The longest length of the command could be only 8 bytes!