scanOmfLib

Scan a block of memory buf[0..buflen], pulling out each OMF object module in it and sending the info in it to (*pAddObjModule).

bool
scanOmfLib
(
void delegate
(
char* name
,
void* base
,
size_t length
)
pAddObjModule
,
void* buf
,
size_t buflen
,)

Return Value

Type: bool

true for corrupt OMF data

Suggestion Box / Bug Report