summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
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
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-01-28Format All FilesKyleMiles
2022-01-26Convert SizeWithConfidence to OffsetWithConfidence and removePeter LaFosse
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] APIs for get/set server urlGlenn Smith
2022-01-20Move generator fake architecture into coreRusty Wagner
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-20Add support for mmlil_if_availablePeter LaFosse
2022-01-19Add getters and setters for syscall number in type objectsPeter LaFosse
2022-01-19Make enumeration's signed property BoolWithConfidencePeter LaFosse
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-17Single function mode in linear viewRusty Wagner
2022-01-17Decompile to Crose
2022-01-13Allow the creation of const/volatile NTRsPeter LaFosse
2022-01-10Refactor main area to use pane systemRusty Wagner
2022-01-06Add Function::HasUserAnnotationsPeter LaFosse
2022-01-04Remove duplicate declaration for `BNGetParentPath()`Christian Blichmann
2022-01-03update copyright yearsJordan Wiens
2021-12-08[Enterprise] API for getting the current session tokenGlenn Smith
2021-12-08[Enterprise] "Remember me" option in apiGlenn Smith
2021-12-07[Enterprise] APIs for server name, version, idGlenn Smith
2021-11-29Better handling of symbols whose raw names are obfuscatedPeter LaFosse
2021-11-18Enterprise apis and supportGlenn Smith
2021-11-11Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, an...KyleMiles
2021-10-28Smartly update the TypeViewXusheng
2021-10-21Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAtKyleMiles
2021-10-11expose BNIsHighLevelILBasicBlockrose
2021-10-05More HLIL API parity; Resolves #2363KyleMiles