summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-17Remove deprecation of BinaryView and BinaryViewType open APIs.Brian Potchik
2023-08-17Docs for updated PDB pluginGlenn Smith
2023-08-17Rust API: Add Structure::base_structures and fix type on StructureBuilder::ba...Glenn Smith
2023-08-17Rust API: Stop using NamedTypeReference::from_raw directlyGlenn Smith
2023-08-16Handle case where __init__ on BinaryDataNotifications base class is not calle...Brian Potchik
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-16Add some convenience flags to NotificationType.Brian Potchik
2023-08-15Fix potential crash with register_notification and add support for notificati...Brian Potchik
2023-08-12Fix typo in components callbacks.Brian Potchik
2023-08-11Add notification_barrier support and ability to selectively enable notificati...Brian Potchik
2023-08-11Add current_il_instructions magic variable in the Python console. Fix https:...Xusheng
2023-08-10Fix object lifetimes for view sensitive widgets in the UI.Brian Potchik
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable noti...Brian Potchik
2023-08-10Add API to get all SSA versions of a variable for MLIL and HLILDan Killinger
2023-08-07[Rust API] Fix format string bug in BNLogGlenn Smith
2023-08-04DWARF Import : Fix crash / Bandaid fix for #4547KyleMiles
2023-08-04Fix overloaded virtual function warningsJosh Ferrell
2023-08-03Add an API to get structure member including inherited ones. Fix auto structu...Xusheng
2023-08-02Fix cannot run Python script when the file contains non-ASCII characters. Fix...Xusheng
2023-08-01remove deprecation warning on mlilvar srcJordan Wiens
2023-07-31Add dSYM supportKyleMiles
2023-07-31Dwarf import : Handle default address size for pointers better when the dwarf...KyleMiles
2023-07-31Rust Minidump example : Pin time dependency version to fix buildsKyleMiles
2023-07-29Core workflows feature update.Brian Potchik
2023-07-26Allow for anonymous classes and fix mutability error with respect to #4512KyleMiles
2023-07-26DWARF Import/Export : Update Cmake to save pdbsKyleMiles
2023-07-26Properly set DisassemblySettings like WaitForIL while doing text and constant...Xusheng
2023-07-25small pydoc fixes in navigate APIsJordan Wiens
2023-07-25Rust API : apply cargo fmtKyleMiles
2023-07-25impl `From<&'a Ref<T>>` for `Conf<&'a T>`Michael Krasnitski
2023-07-25rust: Add `StructureBuilder::with_members`Michael Krasnitski
2023-07-25rust: Change `StructureBuilder::insert` to take and return `&self`Michael Krasnitski
2023-07-25rust: Add support for defining auto data vars and auto typesMichael Krasnitski
2023-07-25DWARF Import : Allow for duplicate type definitions; log_error when overwriti...KyleMiles
2023-07-25Fix typoJosh Ferrell
2023-07-24fix debuginfo example documentationJordan Wiens
2023-07-22Python API : Add examples to the docs for MediumLevelILInstruction.visit and ...KyleMiles
2023-07-22Python API : Deprecate MediumLevelILVar.src and MediumLevelILVarSsa.src in fa...KyleMiles
2023-07-22Python API : Allow HLIL/MLIL get_ssa_var_definition and get_ssa_var_uses to a...KyleMiles
2023-07-22Add Variable.is_parameter_variableKyleMiles
2023-07-20Add BNGetDefaultTypeParser API.Alexander Taylor
2023-07-19Revert type parser change to provide default value.Alexander Taylor
2023-06-15Change default behavior of CommentDialog.Alexander Taylor
2023-07-19Prevent null default type parser.Alexander Taylor
2023-07-17Add copy function for tag list.Alexander Taylor
2023-07-17Add CheckForStringAnnotationType APIPeter LaFosse
2023-07-17Disable back/forward arrow if there aren't any back/forward locationsJosh Ferrell
2023-07-17document tab completion in IDE in plugin dev docsJordan Wiens
2023-07-12Fix a failure that occured when passing load/BinaryView.load raw datakat
2023-07-11Resolve github dependabot security warningKyleMiles