summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2024-01-30Avoid windows CreateFile conflictJosh Ferrell
2024-01-30Make status bar buttons themeable.Alexander Taylor
2024-01-29Add creation timestamp to ProjectFileJosh Ferrell
2024-01-25Make new tab bar themable.Alexander Taylor
2024-01-23Bump ABI version due to projects changes.Alexander Taylor
2024-01-22Project supportJosh Ferrell
2024-01-19Add support for components in debug infoKyleMiles
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and TypeLib...Peter LaFosse
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions warni...Xusheng
2024-01-08update copyright yearJordan Wiens
2024-01-05Add a new API to get the original image base of the binary view. Fix https://...Xusheng
2024-01-04Add local label symbol type to always prioritize normal local symbols over co...Rusty Wagner
2024-01-04Add GetRelocationsAt APIRusty Wagner
2023-12-14Fix object settings.Brian Potchik
2023-12-06Improve partial access resolution when one of the uses is an automatically di...Rusty Wagner
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-11-30Implement BN<FileSystem> family of APIs based on std::filesystemXusheng
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-16Special color for exported symbolsGlenn Smith
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
2023-11-13Add fmt library to apiGlenn Smith
2023-11-10Add support for object settingsJosh Ferrell
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-10-17BNGetVariablesForParameters register list also works for float regsRusty Wagner
2023-10-04Remove BNILInstructionAttribute SrcInstructionIsAtomicAndrew Lamoureux
2023-09-30Add two values to enum BNILInstructionAttributeAndrew Lamoureux
2023-08-29Fix block return/noreturn indicator being too subtleGlenn Smith
2023-08-23typelibrary: add methods for dependency infoRyan Snyder
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-11Add current_il_instructions magic variable in the Python console. Fix https:...Xusheng
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable noti...Brian Potchik
2023-08-03Add an API to get structure member including inherited ones. Fix auto structu...Xusheng
2023-07-29Core workflows feature update.Brian Potchik
2023-07-25Fix typoJosh Ferrell
2023-07-20Add BNGetDefaultTypeParser API.Alexander Taylor
2023-07-17Add CheckForStringAnnotationType APIPeter LaFosse
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-06-29Pass KeyValueStore ValueHash through the APIJosh Ferrell
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-19Ensure that binaryninjacore.h is valid C.Alex Rønne Petersen
2023-06-08Bump abi versionGlenn Smith
2023-06-08API to read raw undo buffer (for DHView)Glenn Smith
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-05-31Simplify template simplifier API; remove cursed RustString stuffKyleMiles
2023-05-23Add support for changing enumeration member names by clicking 'N' on their tokenPeter LaFosse