summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Collapse)Author
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
Also affects `stable`.
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
Also secrets provider + openUrl
2021-11-11Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, ↵KyleMiles
and the respective C and C++ functions; Addressed the API side of #2662
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
2021-09-30Remove unsafe BNDeleteAutoVariablePeter LaFosse
2021-09-30Core: Add new `UnknownMemoryToken` token typeJon Palmisciano
2021-09-28Add Refactor Symbol to CoreSymbol and SymbolPeter LaFosse
2021-09-27Better support for change type in linear viewXusheng
2021-09-17Raise an exception when attempting to write to memory which has a relocationPeter LaFosse
2021-09-06Add BNTypeBuilderSetChildTypePeter LaFosse
2021-09-05Remove CreateEnumerationBuilderOfWidth instead just use the normal API and ↵Peter LaFosse
pass nullptr as arch
2021-09-05Make use of BNGetRealVariableName for variable namesPeter LaFosse
2021-09-05Add TypeBuilder SetAlternateName/SetParameters/SetSignedPeter LaFosse
2021-09-05Move MemberAccess/MemberScope to StructureMemberPeter LaFosse
Fix rust AddStructureMemebers
2021-09-05Refactor Python TypesPeter LaFosse
Remove _mutable types
2021-09-05Fix some misspells in various enumerationsPeter LaFosse
2021-09-05Add ability for TypeBuilder objects to utilize ↵Peter LaFosse
StructureBuilder/EnumerationBuilder/NamedTypeReferenceBuilder objects
2021-08-20Workflows basic blocks and IL function analysis setters.Brian Potchik
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-17Websocket providerGlenn Smith
2021-08-13Workflows early preview.Brian Potchik
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-08-04Add query mode to flow graph reports.Brian Potchik
2021-08-04Expose some BasicBlock APIs.Brian Potchik
2021-08-04Expose LLIL SSA Generation API.Brian Potchik
2021-07-30DataRenderer: Create binding for `RenderLinesForData`Jon Palmisciano
2021-07-29support for repository plugins loaded from a subdirectoryJordan Wiens
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-07-26Remove default register optionKyleMiles
2021-07-26Python API : Fix copyright year, add .vars to IL functions, remove ↵KyleMiles
BNGetFunctionILVariables, prevent variables without types (from Mapped MLIL) from erroring out in function.Variable's __repr__, added BNGetLowLevel-Registers, RegisterStacks, Flags, MemoryVersions, and their respective SSA versions, added `LowLevelILFunction`- `.vars`, `.ssa_vars`, `.registers`, `.register_stacks`, `.flags`, `.memory_versions` and ssa versions.
2021-07-13Database apiGlenn Smith
Co-Authored-By: Josh Ferrell <josh@vector35.com>
2021-07-09Optionally annotate LLIL blocks and instructions with stack pointerGlenn Smith