mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-01-11 11:32:54 +08:00
Update signature.cpp
fixed a bug
This commit is contained in:
parent
09b981e568
commit
ffa0378610
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user