mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-09-19 04:06:09 +08:00
Update signature.cpp
fixed a bug
This commit is contained in:
@ -46,7 +46,7 @@ void *find_signature(const char* mask, struct base_addr_t *base_addr, int pure)
|
||||
char *pEndPtr = pBasePtr+base_addr->len-(int)mask[SIGN_LEN_BYTE];
|
||||
int i;
|
||||
char* tmp;
|
||||
if(base_addr == NULL)
|
||||
if(base_addr.addr == NULL)
|
||||
return NULL;
|
||||
|
||||
#ifndef WIN32
|
||||
|
Reference in New Issue
Block a user