summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-23and the other modulus...Jordan Wiens
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 missing instructionRusty Wagner
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-23fix blocks to function in documentation and another small typoJordan Wiens
2018-03-23fixes #912Jordan Wiens
2018-03-23Add Access to Background Analysis Task.Brian Potchik
2018-03-23Allow flag roles to be dependent on semantic classRusty Wagner
2018-03-23fix slack badgeJordan Wiens
2018-03-23update open source documentation with qt 5.10 build informationJordan Wiens
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-23Add InstructionTextToken ConstructorBrian Potchik
2018-03-23Container Memory Reservations.Brian Potchik
2018-03-23fixes binaryninja-api #784 improper call to BNCreateEnumerationTypePeter LaFosse
2018-03-23API Temporary Object Elimination.Brian Potchik
2018-03-23get_valid_list is now a dict, as well as add documentation for plugin registr...Jordan Wiens
2018-03-23Fix incorrect handling of syscall ILRusty Wagner
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
2018-03-23Make indirect branch queries initialize CoreArchitecture objects correctlyRyan Snyder
2018-03-20Call CreateDatabase on parent view if it existsPeter LaFosse
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-03-19Add API to get file sizePeter LaFosse
2018-03-18Add api for getting total string output size of QualifiedName objectPeter LaFosse
2018-03-16Fix reference leak in calling conventionsRusty Wagner
2018-03-12update to latest slack badgeJordan
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-03-06add backward forward navigation hotkeys to documentationJordan
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-26Log cleanup.Brian Potchik
2018-02-26Advance submodule reference.Brian Potchik
2018-02-26Fix type error for get_semantic_{flag,class}_name (#957)Kareem El-Faramawi