Crate chiter [] [src]

Macros

make_fn

A macro to convert a pointer into a function

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.

search

Searches for a pattern and returns all occurrences.

search_first

Searches for a pattern and stops at the first occurence, where:

write_bytes

Writes 'bytes' starting at 'address'