1、修复bug:virtual table扫描时,未能正确识别上一次命中的compile的bug,导致compile多次返回。2、修复bug:在进行virtual table+ Expr plus的扫描时,由于笔误,错误的认为table id不合法
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#define UNUSED __attribute__((unused))
|
||||
const char* module_name_str(const char*name);
|
||||
#define maat_module (module_name_str("MAAT_Frame"))
|
||||
|
||||
#define TO_RELATION_ID(vid, gid) ((unsigned long long)vid<<32|gid)
|
||||
char* _maat_strdup(const char* s);
|
||||
char* str_unescape(char* s);
|
||||
inline void ipv6_ntoh(unsigned int *v6_addr)
|
||||
|
||||
Reference in New Issue
Block a user