summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2025-07-03Bump current core ABI versionAlexander Khosrowshahi
2025-07-03Add get_files_by_path_in_project and get_path_in_project to C++ and python APIsAlexander Khosrowshahi
2025-07-03Add GetPathInProject() to core APIAlexander Khosrowshahi
2025-07-03Add API to get all type field references at the same time to avoid duplicatin...Rusty Wagner
2025-07-03Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...Peter LaFosse
2025-07-03api: indirect branch inlining supportRyan Snyder
2025-07-03Fix TagType objects being leaked when opening tags sidebarMason Reed
2025-07-02Add outlining support for wmemcpy.Brian Potchik
2025-07-02Add PluginCommand for projects and hide non-contextual commands in linear/gra...Mason Reed
2025-07-01Python: Collect and pass mappings when copying MLIL functionsGlenn Smith
2025-07-01Make constructing an MLILFunction require an LLILFunctionGlenn Smith
2025-06-30Add Checkbox input support to python apiAlexander Khosrowshahi
2025-06-28Add support for ternary simplification in Psuedo C and disable in graph viewAlexander Khosrowshahi
2025-06-26Add dataflowquery option to allow reading writable memoryGlenn Smith
2025-06-25Initial support for guided disassembly.Brian Potchik
2025-06-23abb: minor refactorRyan Snyder
2025-06-23Perform BB analysis from Architecture C++ APIBrandon Miller
2025-06-20Update the Settings IsEmpty API for querying resources.Brian Potchik
2025-06-16Update SymbolQueue API to support types with confidence.Brian Potchik
2025-06-13Fix misc memory leaks in C++ APIMason Reed
2025-06-11API to create immediate function graphsGlenn Smith
2025-06-11Expose Function::CheckForDebugReportGlenn Smith
2025-06-11Expose AnalysisContext::GetLiftedILFunction properlyGlenn Smith
2025-06-10Add UI action and API to control switch recovery in HLILRusty Wagner
2025-06-06Option to ignore whitespace in searchesGlenn Smith
2025-06-03Add UI action and API to control early returns in HLILRusty Wagner
2025-06-03Add UI action and API to flip conditions during HLIL restructuringRusty Wagner
2025-05-28Support for Linux x86-64 x32 ABIBrandon Miller
2025-05-23Add UI action and API to control expression foldingRusty Wagner
2025-05-22Bump abi version for new apiGlenn Smith
2025-05-22Add TypeContainer::GetEmptyTypeContainerGlenn Smith
2025-05-21Fix HLIL_LABEL renderingGlenn Smith
2025-05-19Implement function level metadataBrandon Miller
2025-05-17Add `BNIsMemoryMapActivated` APIMason Reed
2025-05-01Updates to WorkflowMonitor UI.Brian Potchik
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-23Add Function::Analyze API to perform on-demand function analysis.Brian Potchik
2025-04-21Make binja core BASE API compatible with CBrandon Miller
2025-04-16Fix Logger indentation apiGlenn Smith
2025-04-16Add loaded column for kernel cache view.Alexander Taylor
2025-04-11Add instruction attribute for intermediate computations that are potentially ...Rusty Wagner
2025-04-09Expose AnalysisState through the APIXusheng
2025-04-03Render address relative to data start optionGlenn Smith
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-17core: initial union support with C++ APIRyan Snyder
2025-03-10Increment core ABI version for API change.Alexander Taylor
2025-03-07Resolve analysis pipeline suspend processing and integrate with existing core...Brian Potchik
2025-03-06Add API to insert Activities after a specified Activity.Brian Potchik