memory-tool-4-cheat 0.2.0

A memory tool for cheat
Documentation
1
2
3
4
5
6
7
mod aarch64;

pub use aarch64::*;

pub const fn regs_count() -> usize {
    SAMPLE_REGS_USER.count_ones() as usize
}