moon-driver-utils 0.1.0

Windows Kernel Utils
1
2
3
4
5
6
use core::ffi::c_void;

extern "C" {
    pub fn DistormAsmLength(TargetAddress: *mut c_void, size: u32) -> u32;
    pub fn DisassembleInstruction(TargetAddress: *mut c_void) -> u32;
}