Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. | 一个简单的程序内字段偏移读取器

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!