Crate chiter[][src]

Macros

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

Enums

SearchError

Functions

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