[][src]Function vmread_sys::ParseExportTable

pub unsafe extern "C" fn ParseExportTable(
    ctx: *const WinCtx,
    process: *const WinProc,
    moduleBase: u64,
    exports: *mut IMAGE_DATA_DIRECTORY,
    outList: *mut WinExportList
) -> c_int

@brief Parse module export table, writing them to the export list

@param ctx vmread context @param process target process @param moduleBase base address of the module @param exports address to the export table (parsed from the header) @param outList the list that gets the data written to

@return 0 on success; Otherwise a positive error number indicating stage of the failure