summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 08e3feb5..4336febb 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -7205,6 +7205,14 @@ namespace BinaryNinja {
\param name Name of the BinaryViewType
\param id ID of the platform
+ \param platform The Platform to register
+ */
+ static void RegisterPlatform(const std::string& name, uint32_t id, Platform* platform);
+
+ /*! Register a Platform for a specific view type (this form is deprecated as of 4.3, please use the form without architecture as an argument instead)
+
+ \param name Name of the BinaryViewType
+ \param id ID of the platform
\param arch Architecture to register this platform with
\param platform The Platform to register
*/