summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Collapse)Author
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
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable ↵Brian Potchik
notification callbacks.
2023-07-17Add CheckForStringAnnotationType APIPeter LaFosse
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29BinaryView::LookupImportedType*Glenn Smith
2023-02-20Allow DataVariables to be added to Componentskat
2023-02-19Account for BinaryData::Ctor potentially failingGlenn Smith
2023-02-08Clean up possible early deletion issues in API callbacksRusty Wagner
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-02-03Expose GetSymbolsByRawName in the C++ APIPeter LaFosse
2023-01-30Fix Type object leaksRusty Wagner
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-12-21Add support for adding magic values into expression parserXusheng
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-16Add BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-11Convenience helpers for type parsing in c++Glenn Smith