summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-08-16Remove unused function (skip-ci)Xusheng
2022-08-14Update documentation settings, update Settings documentationkat
2022-08-14Document Architecture, BasicBlock, minor improvementskat
2022-08-12Show HLIL best guess in xrefsPeter LaFosse
2022-08-12Document Platform and several top level functionskat
2022-08-11Logger, LogRegistry C++ Docskat
2022-08-11Add support for automatically restoring view state (layout and location) when...Brian Potchik
2022-08-10Add Workflow, Action, AnalysisContext C++ Docskat
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-08-10Minor StringsView Fixeskat
2022-08-10BinaryWriter C++ Docskat
2022-08-10BinaryReader docskat
2022-08-09Add Copy and some filtering options to the Strings viewkat
2022-08-09Add New Theme and some C++ API Documentationkat
2022-08-08Un-deprecate BinaryView.symbols(), and raise KeyError like a real dictGlenn Smith
2022-08-08Add call to _init_plugins() to RepositoryManager.__init__Josh F
2022-08-08implement is_thunk, closes PR #3343Jordan Wiens
2022-08-08Use BinaryNinja::GetBundledPluginPath() to get the bundled plugin path. Close...Xusheng
2022-08-07Fix navigation with respect to preserving graph and IL view preferences.Brian Potchik
2022-08-08Add missing get_basic_block_at() function for IL functions in Python API. Clo...Xusheng
2022-08-06save type dialog size/locationJordan Wiens
2022-08-05Allow None for function return_type and calling_conventionJosh F
2022-08-05Allow passing QualifiedNameType instead of QualifiedName to many functionsJosh F
2022-08-05Raise Exception instead of returning None from open_view and loadJosh F
2022-08-05Fix incorrect type hints in BinaryView.find* apisJosh F
2022-08-05add note about using other IDEs, fixes #3257Jordan Wiens
2022-08-05Fix possible value set query for token inputs.Brian Potchik
2022-08-04Fix regression in scripting console when no view is activekat
2022-08-04Also make current_il_basic_block write-protectedXusheng
2022-08-04More magic console variables. Close https://github.com/Vector35/binaryninja-a...Glenn Smith
2022-08-04Merge the functionality of "Create Structure" with "Create All Members" in li...Xusheng
2022-08-03Enable 'ui.recentFileOptionsLimit' by default and allow general analysis sett...Brian Potchik
2022-08-03Use inspect instead of hasattrkat
2022-08-03Fix bninspect on documented propertieskat
2022-08-03Add more type actions to Stack ViewJon Palmisciano