notify_module_load

Function notify_module_load 

Source
pub fn notify_module_load(module_name: &str, address: usize, length: usize)
Expand description

Notifies the debugger of a module load at the provided address and length. This should be invoked before the module has begun execution.