Crate chiter
Source - create_function_definitions
- A macro to interop with c++ virtual funcs
- make_fn
- A macro to convert a pointer into a function
- make_functions
- A macro to convert multiple pointers into functions
- ptr
- A macro to write rust-usable pointers in a somewhat nicer way
- SearchError
- read_bytes
- Reads ‘length’ bytes starting at ‘address’, returns a Vec with all the bytes.
- read_object
- Reads an Value from the specified address
- search
- Searches for a pattern and returns all occurrences.
- search_first
- Searches for a pattern and stops at the first occurrence, where:
- write_bytes
- Writes ‘bytes’ starting at ‘address’
- write_object
- writes an Value to the specified address