summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Collapse)Author
2025-04-09Expose AnalysisState through the APIXusheng
2025-03-28missed the older dates!Jordan Wiens
2025-03-19Add API for BinaryView::FinalizeNewSegmentskat
2025-03-17Add search mode detection feedback in find dialog for advanced binary search.Brian Potchik
2025-03-05Improvements for advanced binary search.Brian Potchik
2025-02-26Add null check to prevent crash when BinaryView::GetAnalysisFunction called ↵Galen Williamson
with null platform
2025-02-17Add long Symbol constructor for no namespace allocationMason Reed
This allows us to construct a symbol without constructing a namespace, while also giving us the ability to specify raw, long, short names
2025-02-13StringRef and direct access to symbol namesGlenn Smith
2025-02-12Add Symbol constructor for pre-allocated core namespaceMason Reed
This allows a consumer to bypass the alloc + free of the API NameSpace, removing the need for the consumer to manually construct a symbol for said behavior.
2025-02-03Add option to support auto parsing text formats.Brian Potchik
2024-12-04Fix missing ref increment in BinaryView::GetRelocationsAtMason Reed
2024-11-24Properly maintain selections in the tags list.Brian Potchik
2024-11-07Add APIs to support bulk segment addition operations.Brian Potchik
2024-10-24Initial implementation of the module-level analysis workflow.Brian Potchik
2024-10-23Add API to bulk add segments, use it in elf viewJosh Ferrell
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ↵Rusty Wagner
Pseudo Python example plugin
2024-10-14Add BinaryNinja::Load(Ref<ProjectFile>) to c++ apiJosh Ferrell
2024-10-03Make sure the undefined data variable does not get recreated by ↵Xusheng
auto-analysis. Fix https://github.com/Vector35/binaryninja-api/issues/5817
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-13Add a way to disable function analysis update and use it to supress analysis ↵Xusheng
update during debugger launch
2024-08-04Add support for memory region flags propagation.Brian Potchik
2024-08-02Support setting user global pointer valueXusheng
2024-07-26Add BinaryView::GetDataOffsetForAddresskat
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-06-19Add a rebased callback for binary viewXusheng
2024-06-18Fix memory leak in BinaryView::GetUniqueSectionNamesMason Reed
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
1. Add two new APIs for multiple entry functions `GetAllAnalysisEntryFunctions` and `AddToEntryFunctions` 2. Add Python APIs `entry_functions` and `add_to_entry_functions`. `entry_functions` resturns a list of functions, which supports parsing functions in `init_array`, `fini_array` and TLS callbacks. 3. Modify bin-info, it now prints all entry functions
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-05-15Added MemoryMap C++ API.Brian Potchik
2024-05-14History widgetJosh Ferrell
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library ↵Glenn Smith
imports
2024-03-14Add support for advanced binary search.Brian Potchik
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and ↵Josh Ferrell
ExternalLibrary API documentation
2024-02-11Add BinaryView::GetTypeNameByGuid APIPeter LaFosse
2024-02-07Type ArchivesGlenn Smith
2024-02-07Add ImportTypeLibraryTypeByGuid API and dialogPeter LaFosse
2024-01-22Project supportJosh Ferrell
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and ↵Peter LaFosse
TypeLibraries
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵Xusheng
warning in the debugger
2024-01-08update copyright yearJordan Wiens
2024-01-08Fix BinaryView::GetRelocationsAt C++ APIRusty Wagner
2024-01-05Add a new API to get the original image base of the binary view. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4861
2024-01-04Add GetRelocationsAt APIRusty Wagner
2023-11-16Initial components UI update.Brian Potchik
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-10-02Add GetEnd to Section API.Brian Potchik
2023-09-11Fix memory leak in functions calling BNCreateUserFunctionXusheng