summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-07Fix one case of resources not being freed right away when closing tabsRusty Wagner
2022-10-06Add APIs for checking and writing snapshot dataJosh F
2022-10-06Remove loading default load settings from BinaryDataKyleMiles
2022-10-05Update open-source.md for pdb-rsGlenn Smith
2022-10-05Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unneces...Peter LaFosse
2022-10-05Add/Tweak StringsView Filtering Optionskat
2022-10-05Add SetExprType API to MLIL/HLILXusheng
2022-10-04Fix cargo warnings about unused imports; cargo fmtKyleMiles
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...KyleMiles
2022-10-04Deprecate unused BinaryViewTypeArchitectureConstant APIXusheng
2022-10-03Fix typo in BinaryView::ParseTypesFromSourceGlenn Smith
2022-09-30Avoid referring to `std::vector<T>` members when `T` is incomplete.Christian Blichmann
2022-09-29Fix updated rust apiGlenn Smith
2022-09-29[Rust API] Register settingsGlenn Smith
2022-09-29[Rust API] From<Vec<StructureMember>> for StructureBuilderGlenn Smith
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29DebugInfo: take entire Type for function instead of by-partsGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-29Expose CallingConvention::GetVariablesForParametersGlenn Smith
2022-09-29[Rust API] BinaryView::update_analysisGlenn Smith
2022-09-29[Rust API] interaction::show_message_boxGlenn Smith
2022-09-29[Rust API] impl Debug for CallingConventionGlenn Smith
2022-09-29[Rust API] BinaryView metadata storingGlenn Smith
2022-09-29[Rust API] Fancier Debug impl for TypeGlenn Smith
2022-09-29[Rust API] Trait for Confidence-mergable typesGlenn Smith
2022-09-29[Rust API]: Eq for Ref<Type>Glenn Smith
2022-09-29[Rust API] Various path gettersGlenn Smith
2022-09-29[Rust API] DownloadProviderGlenn Smith
2022-09-29[Rust API] Debug for StructureBuilderGlenn Smith
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-09-29[Rust API] General type fixes and additionsGlenn Smith
2022-09-29[Rust API] Settings string_list and jsonGlenn Smith
2022-09-29[Rust API] Add support for MetadataGlenn Smith
2022-09-29[Rust API] Helpers and Structure::members/insert_memberGlenn Smith
2022-09-29[Rust API] Make more types convertible to BN typesGlenn Smith
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-09-29Fix TypeParserResult annotated typeGlenn Smith
2022-09-29BinaryViewType.open(): Allow PathLike filenameGlenn Smith
2022-09-29Optimized api for getting the title of the last undo entryGlenn Smith
2022-09-29Quoted string escaping typeGlenn Smith
2022-09-29[Python API] Type hints for SymbolMappingGlenn Smith
2022-09-29This test is flakyGlenn Smith
2022-09-29Add 'Libraries' group to Triage summaryPeter LaFosse
2022-09-28Update the screenshot of the debugger controls buttonXusheng
2022-09-28Remove (Beta) marking in debugger section titleXusheng
2022-09-22Add new DebugInfo APIsKyleMiles
2022-09-22Add the Components APIkat
2022-09-17Add method to set the search filter on a SettingsView instance.Brian Potchik
2022-09-15- send the correct type to `BNCreateDatabaseWithProgress`verylazyguy