summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12Demangler improvementsPeter LaFosse
2022-10-12Let "make code" become first-class feature. Fix https://github.com/Vector35/b...Xusheng
2022-10-12[Enterprise] C++ api and exampleGlenn Smith
2022-10-12[Enterprise] API for license status callbacksGlenn Smith
2022-10-11api: expose methods needed to construct offset pointersRyan Snyder
2022-10-11Support 'Open with Options' settings history for container files.Brian Potchik
2022-10-10[Python API] Fixed PointerType.origin to return a valid NTRTypeGlenn Smith
2022-10-10python: support for getting offset pointer origin informationRyan Snyder
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
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