summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2022-09-22Add new DebugInfo APIsKyleMiles
2022-09-22Add the Components APIkat
2022-09-08Fix comparison operator for BinaryNinja::RefXusheng
2022-09-01Splitting of variablesRusty Wagner
2022-08-29Remove `Segment::SetStart` which is not backed by C APIgalenbwill
2022-08-20Improve Python/C++ APIs to get registers, register stacks, and flags for LLILXusheng
2022-08-19cleaned up trailing whitespace (and inconsistent leading space in docs only)Galen Williamson
2022-08-19PluginCommand, BinaryView docs, formatting fixeskat
2022-08-16Document BinaryViewTypes and another portion of BinaryViewkat
2022-08-16Add several missing API functions in LowLevelILFunction. Close https://github...Xusheng
2022-08-14Update documentation settings, update Settings documentationkat
2022-08-14Document Architecture, BasicBlock, minor improvementskat
2022-08-12Document Platform and several top level functionskat
2022-08-11Logger, LogRegistry C++ Docskat
2022-08-10Add Workflow, Action, AnalysisContext C++ Docskat
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-08-10BinaryWriter C++ Docskat
2022-08-10BinaryReader docskat
2022-08-09Add New Theme and some C++ API Documentationkat
2022-07-21Add FileMetadata::GetLast{Undo,Redo}Entry, add valid field to BNUndoEntryJosh F
2022-07-18Memory map sidebar widget + segment/section notificationsJosh F
2022-07-07Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ...KyleMiles
2022-07-04Add CanUndo,CanRedo,GetRedoEntriesJosh F
2022-06-22Add unreachable instruction for switch statements with an unreachable defaultRusty Wagner
2022-06-21Add Analysis::GetTypeByRef, which searches for types by id/nameGlenn Smith
2022-06-16Add support for executing scripts from fileskat
2022-06-09Add `IsExternal` callback to debug info APIrose
2022-05-25BinaryView::DefineTypes with type idsGlenn Smith
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-05-05Add a method to duplicate a DisassemblySettingsXusheng
2022-05-02added API for GetLanguageRepresentationIfAvailableGalen Williamson
2022-04-29Check in the debuggerXusheng
2022-04-13Add Database::TrimSnapshot apiGlenn Smith
2022-03-23OpenView for 2 more argument types: data and bvGlenn Smith
2022-03-16Add LogTracePeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-14These functions do not return positive values.Alexander Taylor
2022-03-11Add bulk symbol management API to improve performance when adding/removing la...Rusty Wagner
2022-03-11Move stack var refs and constant refs behind advanced analysis requests for s...Rusty Wagner
2022-03-02Add function update request API.Brian Potchik
2022-02-16Escape type names and definitionsGlenn Smith
2022-02-10Move TypeView::getLinesForType into core as Type::GetLinesGlenn Smith
2022-02-07Expose HLIL GenerateSSAForm via API and add python wrapper.Brian Potchik
2022-02-04BinaryNinja::OpenView() c++ port of python open_view()Glenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-20Add support for mmlil_if_availablePeter LaFosse