summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2022-10-12Demangler improvementsPeter LaFosse
2022-10-12[Enterprise] API for license status callbacksGlenn Smith
2022-10-11api: expose methods needed to construct offset pointersRyan Snyder
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-06Add APIs for checking and writing snapshot dataJosh F
2022-10-05Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unneces...Peter LaFosse
2022-10-05Add SetExprType API to MLIL/HLILXusheng
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
2022-10-04Deprecate unused BinaryViewTypeArchitectureConstant APIXusheng
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29DebugInfo: take entire Type for function instead of by-partsGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-29Expose CallingConvention::GetVariablesForParametersGlenn Smith
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-09-29Optimized api for getting the title of the last undo entryGlenn Smith
2022-09-29Quoted string escaping typeGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-09-22Add the Components APIkat
2022-09-01Splitting of variablesRusty Wagner
2022-08-20Improve Python/C++ APIs to get registers, register stacks, and flags for LLILXusheng
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
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-07-01Add channel to core_version_infoJosh F
2022-06-30Add GetVersionInfo() and BNVersionInfo structJosh F
2022-06-30Implement the missing APIs in BinaryNinja::MetadataXusheng
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-14Debug option to display all IL expression typesGlenn Smith
2022-06-13Add graph node shadow, related instruction highlight theme colorsJon Palmisciano
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-06Do not export BN C API functions in demo on WindowsXusheng
2022-05-05Add a method to duplicate a DisassemblySettingsXusheng
2022-05-02[Enterprise] Always cache licensesGlenn Smith
2022-05-02added API for GetLanguageRepresentationIfAvailableGalen Williamson
2022-04-29Check in the debuggerXusheng
2022-04-22Add FunctionBuilder setter for stack adjustment w/ confidencePeter LaFosse
2022-04-13Add Database::TrimSnapshot apiGlenn Smith
2022-03-23Add BNAddTypeLibraryNamedTypeSource APIPeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
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