This allows Function objects to be properly deduped when added to a set or dictionary. * Added __hash__ to Function. This allows Function objects to be properly deduped when added to a set or dictionary. 2017-07-14Adding API to get type of MLIL expressionRusty Wagner 2017-07-14fix documentation for perform_get_instruction_low_level_ilPeter LaFosse 2017-07-13Make query/store metadata completely duck typedPeter LaFosse 2017-07-12Adding remove_metadata API to BinaryView. Add remove APIs to MetadataPeter LaFosse 2017-07-12bug fix for: get_default_flag_write_low_level_il and get_flag_write_low_level_ilPeter LaFosse 2017-07-12Metadata enhancements. Metadata objects are now serialized to the DBPeter LaFosse 2017-07-11add documentation to shutdownJordan Wiens 2017-07-10Add confidence levels to type objectsRusty Wagner 2017-07-04initial plugin using writing documentationJordan Wiens 2017-07-03Allow default settings for integer and string listsPeter LaFosse 2017-07-03Add setting removal APIs, allow negative integersPeter LaFosse 2017-07-02expose Settings 'Set' APIs to C++Peter LaFosse 2017-07-01add license info for libmspackJordan Wiens 2017-07-01include memory to make linux happyPeter LaFosse 2017-07-01Refactor of metadata api names. modify how QueryMetadata worksPeter LaFosse 2017-07-01Remove need for explicitly initializing settings filePeter LaFosse 2017-07-01Adding settings system apis, and binaryview metadata apisPeter LaFosse 2017-07-01Fixes issue #712Peter LaFosse 2017-06-28Merging dev to master for linux demo fix -- will not change personal orJordan Wiens commercial builds 2017-06-28add libcurl to open source listJordan Wiens 2017-06-27Compute back edges in the coreRusty Wagner 2017-06-23Merge branch 'dev'Rusty Wagner 2017-06-21remove 800px limit on API docsJordan Wiens 2017-06-07Allow ILRegister's to be compared properlyPeter LaFosse 2017-06-06Adding missing X_ADD_OVERFLOW ILOperationPeter LaFosse 2017-06-01Use enumeration types for Endianness and ImplicitRegisterExtendPeter LaFosse 2017-05-31Example implementing notification callbacksPeter LaFosse 2017-05-31Fixing BinaryDataNotificationCallbacksPeter LaFosse 2017-05-31Make branches types always use the enumeration not the namePeter LaFosse 2017-05-27Merge pull request #669 from lucasduffey/patch-9Jordan sorry, missed this earlier 2017-05-25Modify how structures are created in the type system, expose additional ↵Peter LaFosse structure APIs 2017-05-25fix enum link in documentationJordan Wiens 2017-05-25fix links in offline user documentationJordan Wiens 2017-05-25typo in CLA sectionJordan Wiens 2017-05-23basic plugin usageJordan Wiens 2017-05-23make linux setup script features optional and include api setup as wellJordan Wiens 2017-05-23update install_api to use user directories by defaultJordan Wiens 2017-05-19add install_api script based on @withzombies scriptJordan Wiens 2017-05-19Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens 2017-05-19update copyright yearJordan Wiens 2017-05-19fix indentationJordan Wiens 2017-05-17Merge pull request #696 from bambu/patch-1Jordan 2017-05-17BinaryView doc string fixesBambu Noticed `create_database` had the wrong function name in the docstring. Was able to grep a few more occurrences. There may be more. 2017-05-16Adding pointer information to constant reference listRusty Wagner