disabled import analysis
This commit is contained in:
parent
12365bd00e
commit
305d861f11
|
@ -83,7 +83,8 @@ const hookLibrary = (name) => {
|
|||
'address': ptr(parseInt(symbol.address, 16) + parseInt(library.base, 16))
|
||||
}));
|
||||
} else {
|
||||
functions = [...library.enumerateExports(), ...library.enumerateImports()];
|
||||
functions = library.enumerateExports();
|
||||
// functions = [...library.enumerateExports(), ...library.enumerateImports()];
|
||||
target = functions.find(func => OEM_CRYPTO_API.includes(func.name));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue