summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2018-03-23one more signed/unsigned copy paste failureJordan Wiens
2018-03-23unsigned improperly using signed divisionJordan Wiens
2018-03-23For Python, display set of values in hex format.Brian Potchik
2018-03-23implement missing get_semantic_flag_class_name and get_semantic_flag_group_nameJordan Wiens
2018-03-23another typoJordan Wiens
2018-03-23fix a typoJordan Wiens
2018-03-23fix typo in semantic flag core namesJordan Wiens
2018-03-23Add instructions for tracking freed register stack slotsRusty Wagner
2018-03-23Add APIs for overriding stack adjustments on callsRusty Wagner
2018-03-23Add rounding instructionsRusty Wagner
2018-03-23Allow intrinsics to write flagsRusty Wagner
2018-03-23Adding CPU intrinsics supportRusty Wagner
2018-03-23fixes #912Jordan Wiens
2018-03-23Allow flag roles to be dependent on semantic classRusty Wagner
2018-03-23Add classes and groups for semantic flags resolutionRusty Wagner
2018-03-23Add platform check and access correct autodefined field.Brian Potchik
2018-03-23Fix 'demangled' typo.Brian Potchik
2018-03-23fixes binaryninja-api #784 improper call to BNCreateEnumerationTypePeter LaFosse
2018-03-23get_valid_list is now a dict, as well as add documentation for plugin registr...Jordan Wiens
2018-03-23Adding return value registers to function typeRusty Wagner
2018-03-23Register stack adjustments in calling conventionsRusty Wagner
2018-03-23Top relative register stack access as a normal registerRusty Wagner
2018-03-23Adding support for register stacks in IL (for x87)Rusty Wagner
2018-03-23Add basic floating point instructionsRusty Wagner
2017-12-18Remove newline from split lines as it breaks more than it fixesPeter LaFosse
2017-12-15Make multi-line python input more robustPeter LaFosse
2017-12-14Fix PluginManager Doc Example (#885)toolCHAINZ
2017-12-14Add autoDefined attribute to Sections and SegmentsPeter LaFosse
2017-12-14Fix multi-line insertion and single expression evalutationPeter LaFosse
2017-12-14Fix multi-line execution in python consolePeter LaFosse
2017-12-05Add __eq__ and __hash__ to BasicBlockEdgeDavid Barksdale
2017-12-04Better Architecture Transition Support.Brian Potchik
2017-12-04Add MediumLevelIL Function Recognizer.Brian Potchik
2017-11-20Update Python API to display PossibleValues that are of type ConstantPointerV...Brian Potchik
2017-11-16Cache Platform object and not handleDavid Barksdale
2017-11-14Fix _get_instruction_alignment type.Brian Potchik
2017-11-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
2017-11-10Add 'relocatable' property to BinaryView classPeter LaFosse
2017-11-08Cache arch and platform property values (#862)Matt Revelle
2017-11-02Move the function discrimination from SSAVariable to Variable (#856)David Barksdale
2017-11-02Make SSAVariables unique between functions (#855)David Barksdale
2017-11-01fix new scripting provider aliases when no current context existsJordan Wiens
2017-10-30Provide a slightly different implementation for @joshwatson's AnalysisComplet...Peter LaFosse
2017-10-30add current_llil and current_mlil scripting console aliasesJordan Wiens
2017-10-30__hash__ for three types of basic blocksJordan Wiens
2017-10-29Add convenience API's for accessing blocks and instructions in Function (#792)Cory Duplantis
2017-10-29Fixed possible IndexError in Function.get_*_at methods (#775)Josh Watson
2017-10-19UI Updates for Product and Update Status.Brian Potchik
2017-09-21Bugfix for BasicBlock incoming edges source and target were swappedPeter LaFosse
2017-09-21Add segment permission propertiesPeter LaFosse