summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-29Fix copy paste for selections in the Log.Brian Potchik
2023-08-28Fix BackgroundThread::then not forwarding qt signalsGlenn Smith
2023-08-28Allow adding actions to menus with relative pathsGlenn Smith
2023-08-28Fix scripting completer sometimes returning garbageGlenn Smith
2023-08-28Revert "Fix object lifetimes for view sensitive widgets in the UI."Brian Potchik
2023-08-25Document platform diffrences in default fonts.Alexander Taylor
2023-08-25Use new macro, old one is deprecated.Alexander Taylor
2023-08-25Update font settings APIs, add documentation.Alexander Taylor
2023-08-25Make the IL exceptions include stack tracesGlenn Smith
2023-08-25DWARF Import : Fix crash on recursively defined function type that contains i...KyleMiles
2023-08-25DWARF Import : More optimizationsKyleMiles
2023-08-25DWARF Import : Introduce fastpath for compilation unit handlingKyleMiles
2023-08-25DWARF Import : Correctly track parsing progressKyleMiles
2023-08-24Commit cargo.lock files for rust apiGlenn Smith
2023-08-23typelibrary: add methods for dependency infoRyan Snyder
2023-08-23small clarification on APIs that descibe max_instruction_lengthJordan Wiens
2023-08-22Change how DWARF Import initializes to enable unit testsKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-08-22DWARF : Update gimli dependencyKyleMiles
2023-08-22Recover parameter names even when type parsing fails (this could be a bad idea)KyleMiles
2023-08-22DWARF Import : Prevent another crash related to #4547KyleMiles
2023-08-21Add initial debug info, PDB, and DWARF user docsKyleMiles
2023-08-21Docs: Fix bad word wrappingKyleMiles
2023-08-17The load API now returns None for an invalid handle.Brian Potchik
2023-08-17Better fix for linear view hangGlenn Smith
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
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