summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-15Fixes #700 MLIL_SET_VAR_SPLIT_SSA operands are incorrectly typedPeter LaFosse
2017-07-15Fixes #539 CallingConvention can not be instantiated in the python apiPeter LaFosse
2017-07-15Add flags option to LLIL storePeter LaFosse
2017-07-15Adding documentation to interaction.py fixing enumeration use bug DirectoryNa...Peter LaFosse
2017-07-15Give error message when license validation failsPeter LaFosse
2017-07-15adding set_comment_at deprecating set_comment for consistencyPeter LaFosse
2017-07-15Fixed wrong enumeration in angr pluginPeter LaFosse
2017-07-15Adding convenience function 'get_functions_containing'Peter LaFosse
2017-07-15Accidentally omitted the parenthesis to create a tuple for SSAVariable.__hash...Josh Watson
2017-07-14Update Python to use BNUpdateAnalysisAndWaitBrian Potchik
2017-07-14Added __hash__ and __eq__ to Variable and SSAVariable (#725)Josh Watson
2017-07-14Added __hash__ to Function. (#668)Josh Watson
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-03Allow default settings for integer and string listsPeter LaFosse
2017-07-03Add setting removal APIs, allow negative integersPeter 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-27Compute back edges in the coreRusty Wagner
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-25Modify how structures are created in the type system, expose additional struc...Peter LaFosse
2017-05-25fix enum link in documentationJordan Wiens
2017-05-19Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-05-17BinaryView doc string fixesBambu
2017-05-16Adding pointer information to constant reference listRusty Wagner
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-14Expose some core API's for the demangling and type creationPeter LaFosse
2017-05-10add documentation for show_message_box and fix default button parameterJordan Wiens
2017-05-09add warnings for duplicate symbolsJordan Wiens
2017-05-09style tweaks and banner at the bottom of svgsJordan Wiens
2017-05-05Adding carry flag operand to IL instructions that need itRusty Wagner
2017-05-04Initial support for concrete flags computationRusty Wagner
2017-05-03Adding IL instruction for truncating result to smaller valueRusty Wagner
2017-05-02Fix NES plugin for new IL APIRusty Wagner
2017-05-02Renaming SSA index to version, more uniform register and variable representat...Rusty Wagner
2017-05-02add method to query log output statePeter LaFosse
2017-05-02Make plugin loading errors show up in error consolePeter LaFosse
2017-04-27Adding an API for performance debuggingRusty Wagner