summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-11Logger, LogRegistry C++ Docskat
2022-08-11Add support for automatically restoring view state (layout and location) ↵Brian Potchik
when reopening files.
2022-08-10Add Workflow, Action, AnalysisContext C++ Docskat
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of ↵Rusty Wagner
variable merges
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. ↵Xusheng
Close https://github.com/Vector35/binaryninja-api/issues/2982.
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. ↵Xusheng
Close #3339.
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 ↵Glenn Smith
https://github.com/Vector35/binaryninja-api/issues/3339
2022-08-04Merge the functionality of "Create Structure" with "Create All Members" in ↵Xusheng
linear view
2022-08-03Enable 'ui.recentFileOptionsLimit' by default and allow general analysis ↵Brian Potchik
settings propagation for new files.
2022-08-03Use inspect instead of hasattrkat
2022-08-03Fix bninspect on documented propertieskat
2022-08-03Add more type actions to Stack ViewJon Palmisciano
- Invert integer sign - Cycle integer size - Cycle float size - Create 32- and 64-bit floats - Make pointer
2022-08-03Add a recent file options history for use in the 'Open with Options' UI.Brian Potchik
2022-07-31fix parse type documentationJordan Wiens
2022-07-29Fix stack_adjustment.setterPeter LaFosse
2022-07-27Do not use fully qualified names in python type hintsJosh Ferrell
2022-07-27Fix FileContext stashing of binary views when loading from a database.Brian Potchik
2022-07-27remove stale API references fixes #3333Jordan Wiens
2022-07-27add better BNIL API documentation examplesJordan Wiens
2022-07-22remove community install warning settingJordan Wiens
2022-07-22remove misleading commentJordan
2022-07-22update description of user folder filesJordan
2022-07-21Add FileMetadata::GetLast{Undo,Redo}Entry, add valid field to BNUndoEntryJosh F
2022-07-21Fix type annotation & documentation for `define_auto_symbol_and_var_or_function`Jon Palmisciano
2022-07-20add feature map exampleJordan Wiens
2022-07-20Add unit tests for segment and section notificationsJosh F
2022-07-19Update to Qt 6.3.1Rusty Wagner
2022-07-19Memory Map widget does not need to inherit from BinaryDataNotificationJosh F
2022-07-19adding feature_map example scriptJordan Wiens
2022-07-18Memory map sidebar widget + segment/section notificationsJosh F
2022-07-18Temporarily disable Objective-C unit test, update test binaries submoduleJon Palmisciano
2022-07-18Fix `70788d0af07e507be9c3a90db8c1b5342e77bc75`: "Add unit test for ↵KyleMiles
Objective-C plugin"; Change case to match convention; Remove extra Mac folders/files