summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2024-11-07Add APIs to support bulk segment addition operations.Brian Potchik
2024-11-01Fix segment removal APIs.Brian Potchik
2024-10-28hlr: expose ability to claim line addressesRyan Snyder
2024-10-25Retrieve view from analysis contextMason Reed
2024-10-24Add disassembly setting to allow/disallow rendering of collapse tokensPeter LaFosse
2024-10-24Initial implementation of the module-level analysis workflow.Brian Potchik
2024-10-24Initial Firmware Ninja core APIBrandon Miller
2024-10-23Linear view function regions collapsePeter LaFosse
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
2024-10-19Improved support for interactive flowgraphs.Brian Potchik
2024-10-17Demangler plugin APIGlenn Smith
2024-10-14Expose Unicode conversion functionsGlenn Smith
2024-10-14Add various missing Type/TypeBuilder getters and settersaGlenn Smith
2024-10-14Expose Type::GetNameTypeStringGlenn Smith
2024-10-14Add VarArgsType and ValueType constructorsGlenn Smith
2024-10-14Add missing Logger::Indent functionsGlenn Smith
2024-10-14Add some missing type builder getters and settersGlenn Smith
2024-10-03Added IsForceLoadable method to BinaryViewTypeBrandon Miller
2024-10-03Make sure the undefined data variable does not get recreated by auto-analysis...Xusheng
2024-09-30Use title for generation of function analysis actions.Brian Potchik
2024-09-30Add IsViewOnly field to pluginsKyleMiles
2024-09-30Additional core functionality in support of Workflows.Brian Potchik
2024-09-25Fix bad any cast on macJosh Ferrell
2024-09-18Custom flow graph layout supportJosh Ferrell
2024-09-13Ultimate.Alexander Taylor
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-20Update progress functions to use BNProgressFunction typedefJosh Ferrell
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
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
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
2024-07-09Expose Function::UsesIncomingGlobalPointer through the API. Fix https://githu...Xusheng
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 maximum_version...KyleMiles