summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2023-10-04Remove BNILInstructionAttribute SrcInstructionIsAtomicAndrew Lamoureux
2023-09-30Add two values to enum BNILInstructionAttributeAndrew Lamoureux
2023-08-29Fix block return/noreturn indicator being too subtleGlenn Smith
2023-08-23typelibrary: add methods for dependency infoRyan Snyder
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-11Add current_il_instructions magic variable in the Python console. Fix https:...Xusheng
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable noti...Brian Potchik
2023-08-03Add an API to get structure member including inherited ones. Fix auto structu...Xusheng
2023-07-29Core workflows feature update.Brian Potchik
2023-07-25Fix typoJosh Ferrell
2023-07-20Add BNGetDefaultTypeParser API.Alexander Taylor
2023-07-17Add CheckForStringAnnotationType APIPeter LaFosse
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-06-29Pass KeyValueStore ValueHash through the APIJosh Ferrell
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-19Ensure that binaryninjacore.h is valid C.Alex Rønne Petersen
2023-06-08Bump abi versionGlenn Smith
2023-06-08API to read raw undo buffer (for DHView)Glenn Smith
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-05-31Simplify template simplifier API; remove cursed RustString stuffKyleMiles
2023-05-23Add support for changing enumeration member names by clicking 'N' on their tokenPeter LaFosse
2023-05-23Add tokentype for bracesGlenn Smith
2023-05-10Add name to worker tasks for debuggingGlenn Smith
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-04-18Exceptions with stack traces because I neeeeed themGlenn Smith
2023-04-18Add APIs for dumping the contents of TypeLibrariesPeter LaFosse
2023-04-17Allow TypeLibrary::Finalize() to return true on successPeter LaFosse
2023-04-12add new purge original filename save optionJordan Wiens
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29BinaryView::LookupImportedType*Glenn Smith
2023-03-29Add support for warnings to ScriptingInstanceJosh Ferrell
2023-03-22DebugInfo: Make datavar types have confidenceGlenn Smith
2023-03-10Forgot to rename the Python API as well.Alexander Taylor
2023-02-20Allow DataVariables to be added to Componentskat
2023-02-15Remove legacy BNDB Merge ToolJosh Ferrell
2023-02-14ShowILOpcodes to show what the IL operations areGlenn Smith
2023-02-14Add DisassemblySettings to LLIL::GetExprTextGlenn Smith
2023-02-08Remove default param in C api functionGlenn Smith
2023-02-08Add boolean for Function.user_type to indicate if a user type has been setPeter LaFosse
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-30Fix Type object leaksRusty Wagner
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-10[Enterprise] Add api for IsFloatingLicenseGlenn Smith
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat
2023-01-09added CollapsedPaddingLineType to BNTypeDefinitionLineType enumGalen Williamson
2023-01-05Update copyright to 2023Josh F
2023-01-03Move this api for consistencyGlenn Smith