From 43d5fb9103cde2941948f3e7dfb1b38bb67fac23 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 19 Sep 2024 12:45:07 -0400 Subject: Add additional testing and handling for object settings. --- binaryninjaapi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 4126c8cd..78d04d86 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -16041,8 +16041,9 @@ namespace BinaryNinja { Property JSON Data Type Prerequisite Optional {Allowed Values} and Notes ================== ====================================== ================== ======== ======================================================================= "title" string None No Concise Setting Title - "type" string None No {"array", "boolean", "number", "string"} - "elementType" string "type" is "array" No {"string"} + "type" string None No {"array", "boolean", "number", "string", "object"} + "sorted" boolean "type" is "array" Yes Automatically sort list items (default is false) + "isSerialized" boolean "type" is "string" Yes Treat the string as a serialized JSON object "enum" array : {string} "type" is "array" Yes Enumeration definitions "enumDescriptions" array : {string} "type" is "array" Yes Enumeration descriptions that match "enum" array "minValue" number "type" is "number" Yes Specify 0 to infer unsigned (default is signed) -- cgit v1.3.1