From 4c8271a8aae5897785904adb48c911818f2dd301 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 28 Aug 2019 06:59:45 -0400 Subject: Make GetPlatformFunctionByName optionally strip leading underscores when matching --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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 GetSystemCalls(); Ref GetTypeByName(const QualifiedName& name); Ref GetVariableByName(const QualifiedName& name); - Ref GetFunctionByName(const QualifiedName& name); + Ref GetFunctionByName(const QualifiedName& name, bool exactMatch = false); std::string GetSystemCallName(uint32_t n); Ref GetSystemCallType(uint32_t n); -- cgit v1.3.1