summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-11Fixes to allow plugins to be installed and loaded from headlessPeter LaFosse
2017-08-11Fixing some broken documentationPeter LaFosse
2017-08-11Fixing llil and mlil incoming/outgoing edges, and dominator apisPeter LaFosse
2017-08-10Fix get_ssa_var_possible_values API call to core.Brian Potchik
2017-08-05Fix typoRusty Wagner
2017-08-05Refactor IL instruction access APIsRusty Wagner
2017-08-04Use the basic block's arch not the view's archPeter LaFosse
2017-08-04Fixing UAF in settingsPeter LaFosse
2017-08-01Call shutdown whenever binaryninja is unloadedPeter LaFosse
2017-07-27add jemalloc license infoJordan Wiens
2017-07-26Fix Linux buildRusty Wagner
2017-07-26Merge type propagation into devRusty Wagner
2017-07-25Add mappings from LLIL to normal MLILRusty Wagner
2017-07-24Adding size of stack var refs, source operand in MLILRusty Wagner
2017-07-21Provide options for controlling the display of variable typesRusty Wagner
2017-07-21Adding optimization for accessing arch and function from basic blockPeter LaFosse
2017-07-18Add IsUIEnabled to API.Brian Potchik
2017-07-18Add instruction for indirect structure accessRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-16A LLIL C++ API Parser example with in depth build notes (#721)Robert Yates
2017-07-16Added missing files to CMakeLists.txt (#738)Ryan Stortz
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-14Add API to get list of all definitions or uses of a variableRusty Wagner
2017-07-14Add UpdateAnalysisAndWait to API.Brian Potchik
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-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