summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2018-05-07Merge branch 'dev' into test_relocationPeter LaFosse
2018-04-26fix broken up note lines in interaction documentationJordan Wiens
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-04-11fix for #1015, thanks joshJordan Wiens
2018-04-05Add SSA variable liveness API for MLILRusty Wagner
2018-04-04Merging with devPeter LaFosse
2018-04-04Most relocations work on ELF/x86_64Peter LaFosse
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-23Make indirect branch queries initialize CoreArchitecture objects correctlyRyan Snyder
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-03-08Update AnalysisCompletionEvent documentation.Brian Potchik
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner
2018-03-07Automatically update analysis after commands in interactive PythonRusty Wagner
2018-02-27Fix lifted IL access from PythonRusty Wagner
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2018-02-26Fix type error for get_semantic_{flag,class}_name (#957)Kareem El-Faramawi
2018-02-21Fix documentationlucasduffey
2018-02-20and the other modulus...Jordan Wiens
2018-02-20one more signed/unsigned copy paste failureJordan Wiens
2018-02-20unsigned improperly using signed divisionJordan Wiens
2018-02-17For Python, display set of values in hex format.Brian Potchik
2018-02-16implement missing get_semantic_flag_class_name and get_semantic_flag_group_nameJordan Wiens
2018-02-16another typoJordan Wiens
2018-02-16fix a typoJordan Wiens
2018-02-14fix typo in semantic flag core namesJordan Wiens
2018-02-12Merge branch 'dev' into fpuRusty Wagner
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-07Add APIs for overriding stack adjustments on callsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Allow intrinsics to write flagsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2018-01-25fixes #912Jordan Wiens
2018-01-18Allow flag roles to be dependent on semantic classRusty Wagner
2018-01-16Add classes and groups for semantic flags resolutionRusty Wagner
2018-01-15Add platform check and access correct autodefined field.Brian Potchik
2018-01-15Fix 'demangled' typo.Brian Potchik
2018-01-11fixes binaryninja-api #784 improper call to BNCreateEnumerationTypePeter LaFosse
2018-01-11get_valid_list is now a dict, as well as add documentation for plugin registr...Jordan Wiens
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-12-26Adding return value registers to function typeRusty 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-27Register stack adjustments in calling conventionsRusty Wagner