Skip to main content

sceKernelFindModuleByAddress

Function sceKernelFindModuleByAddress 

Source
pub unsafe extern "C" fn sceKernelFindModuleByAddress(
    addr: c_uint,
) -> *mut SceModule
Expand description

Find a module from an address.

@param addr - Address somewhere within the module.

@return Pointer to the ::SceModule structure if found, otherwise NULL.