summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28Remove (Beta) marking in debugger section titleXusheng
2022-09-22Add new DebugInfo APIsKyleMiles
2022-09-22Add the Components APIkat
2022-09-17Add method to set the search filter on a SettingsView instance.Brian Potchik
2022-09-15- send the correct type to `BNCreateDatabaseWithProgress`verylazyguy
2022-09-15Improve theme handling in the settings UI.Brian Potchik
2022-09-13No longer mark debugger as betaXusheng
2022-09-13Allow programmatically closing a global area widgetXusheng
2022-09-08Fix comparison operator for BinaryNinja::RefXusheng
2022-09-08Fix memory leak issue related to ScriptingInstance. Close https://github.com/...Xusheng
2022-09-07Fix misspell in rebase and its type hintsPeter LaFosse
2022-09-06Make sure to release references when the last tab of a binary is closedXusheng
2022-09-01Splitting of variablesRusty Wagner
2022-08-31update triage view copying fieldsJordan Wiens
2022-08-31Turn off building the Rust API in the API CMake by defaultKyleMiles
2022-08-31Rust API : Major docs update (still need detailed module and function documen...KyleMiles
2022-08-30Rust doc : Copy images every time, not just when the images changeKyleMiles
2022-08-29Rust docs : add `#![doc(html_no_source)]` to reduce file countKyleMiles
2022-08-29Add Rust docs to CI (see https://dev-rust.binary.ninja 🎉)KyleMiles
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-08-29Rust API Examples : Fix uses of `InstructionTextToken::new`KyleMiles
2022-08-29Add `cargo check` of API and all examples to CIKyleMiles
2022-08-29Fix the documentation of named types referencesVictor Collod
2022-08-29Remove `Segment::SetStart` which is not backed by C APIgalenbwill
2022-08-28convert type dialog arguments into multiline fieldJordan Wiens
2022-08-26implement hash for CoreDataVariableJordan Wiens
2022-08-26rename current_file_offset to current_raw_offsetJordan Wiens
2022-08-25Fix LowLevelILConstantBase __eq__ against unexpected typesGlenn Smith
2022-08-23Fix loading existing database having empty FileMetadataJosh F
2022-08-22Add documentation for Memory Map widgetJosh F
2022-08-22Fix issue where EnumerationBuilder couldn't set the width of the enumerationPeter LaFosse
2022-08-22let .vars of an SSA MLIL/HLIL function return a list of SSA variablesXusheng
2022-08-21Fix ProgressTask/BackgroundThread docskat
2022-08-20Improve Python/C++ APIs to get registers, register stacks, and flags for LLILXusheng
2022-08-19Produce non-ast HLIL expression forms for HLIL mappings.Brian Potchik
2022-08-19cleaned up trailing whitespace (and inconsistent leading space in docs only)Galen Williamson
2022-08-19PluginCommand, BinaryView docs, formatting fixeskat
2022-08-19fixed BinaryView.get_functions_by_name to handle cases like `sub_main`Galen Williamson
2022-08-18fix typos in various doc strings (a/an, repeated words) (skip-ci)Galen Williamson
2022-08-18Fix trying to delete incomplete LowLevelILFunctionJosh F
2022-08-18Update getting-started guide to include new 'Zoom to Fit', 'Zoom to Cursor' a...Peter LaFosse
2022-08-18Add 'Zoom To Cursor' to flow graphPeter LaFosse
2022-08-18Add 'Zoom to Fit' in graph viewPeter LaFosse
2022-08-16Document BinaryViewTypes and another portion of BinaryViewkat
2022-08-16Fix typos, clean up formatting in documentation.mdgalenbwill
2022-08-16Rust API : Implement more of the core enum `InstructionTextTokenType` in `Ins...KyleMiles
2022-08-16Fix typo in documentation.mdPeter LaFosse
2022-08-16Create documentation.mdPeter LaFosse
2022-08-16Add several missing API functions in LowLevelILFunction. Close https://github...Xusheng
2022-08-16Properly check whether self.active_view is None. Close https://github.com/Vec...Xusheng