summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Collapse)Author
2024-08-20Initial support for per-function settings.Brian Potchik
2024-08-13Add a way to disable function analysis update and use it to supress analysis ↵Xusheng
update during debugger launch
2024-08-07Expose Collaboration::ConflictSplitter in APIJosh Ferrell
2024-08-06Add flag role for carry flag when subtraction is implemented with additionRusty Wagner
2024-08-04Add support for memory region flags propagation.Brian Potchik
2024-08-02Support setting user global pointer valueXusheng
2024-07-26Properly check for/log failures and return status on Typelib.write_to_filekat
2024-07-26Add BinaryView::GetDataOffsetForAddresskat
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-25Add MediumLevelILFunction.is_var_live_atZichuan Li
2024-07-25Add is_ssa_var_live_at into mlilZichuan Li
2024-07-24API for setting the current OS thread's nameGlenn Smith
For debugging threads when you have like 50 and want to find one at a glance
2024-07-24Add Platform::GetRelatedPlatformskat
2024-07-22Add ability to modify segment flags via MemoryMap API.Brian Potchik
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Add fuzzy completion to the python consoleGlenn Smith
Co-Authored-By: Rusty Wagner <rusty@vector35.com> Co-Authored-By: Kyle Miles <kyle@vector35.com>
2024-07-09Expose Function::UsesIncomingGlobalPointer through the API. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5686
2024-07-02Fix many crashes from uncaught exceptionsJosh Ferrell
2024-06-26[Enterprise] Clean up initialization flowGlenn Smith
2024-06-19Implement callback function for fallback type libraryZichuan Li
2024-06-19Add a rebased callback for binary viewXusheng
2024-06-14Replace plugin minimum_version with minimum_version_info; Add ↵KyleMiles
maximum_version_info
2024-06-14Plugin Manager : Remove install instructionsKyleMiles
2024-06-14Plugin mananger : Remove license name fieldKyleMiles
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-04Fix crash in AnalysisMergeConflict::GetPathItemJosh Ferrell
2024-06-04Add AdjustTypeParserArguments callback to platformGlenn Smith
Implementing the solution to #4868
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-24arch: multiple delay slot support, suppress spurious mips warningRyan Snyder
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-05-24Remove duplicate definition of core API functionsXusheng
2024-05-23Based pointersGlenn Smith
2024-05-23Expose Type::PointerSuffixGlenn Smith
2024-05-23Add TypeBuilder::SetWidth and TypeBuilder::SetAlignmentGlenn Smith
2024-05-19Make call param hints more configurable & support more param types for hint ↵Mason Reed
deduplication
2024-05-15Initial MemoryMap implementation.Brian Potchik
2024-05-14History widgetJosh Ferrell
2024-05-14Ref count undo objectsJosh Ferrell
2024-05-13Move collaboration to coreJosh Ferrell
2024-05-08Disassembly: Add relative to fixed base address modeGlenn Smith
2024-05-06Highlight matching indentation lines in linear viewGlenn Smith
2024-05-06Use a flags enum for address offset displayGlenn Smith
2024-05-03Add decimal format for relative address displayGlenn Smith
2024-05-03Bump ABI to 61Mason Reed
2024-05-03Expose LLVM demanglerMason Reed
2024-05-02Add address display mode optionsGlenn Smith
2024-04-25Moved TryReadPointer to core BinaryReader classBrandon Miller
2024-04-25Simplified base address detection UIBrandon Miller
Moved advanced settings to expandable group and no longer display results items until analysis completes
2024-04-25Hiding base detection results widgets before runBrandon Miller