diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 7e18a259..cc5ff914 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4145,7 +4145,7 @@ namespace BinaryNinja std::map<uint32_t, QualifiedNameAndType> GetSystemCalls(); Ref<Type> GetTypeByName(const QualifiedName& name); Ref<Type> GetVariableByName(const QualifiedName& name); - Ref<Type> GetFunctionByName(const QualifiedName& name); + Ref<Type> GetFunctionByName(const QualifiedName& name, bool exactMatch = false); std::string GetSystemCallName(uint32_t n); Ref<Type> GetSystemCallType(uint32_t n); |
