summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17fix images and some user manual linksJordan Wiens
2022-10-17documentation overhaulJordan Wiens
2022-10-17fix Platform.os_listJordan Wiens
2022-10-14binaryninjaapi.h Whitespace cleanupkat
2022-10-14FlowGraph, FlowGraphNode, Function, BinaryView docskat
2022-10-14Fix debug info 'function' APIsKyleMiles
2022-10-14Fix some minor bugs in BasicBlock and highlight APIPeter LaFosse
2022-10-14Update Python license info. Fix https://github.com/Vector35/binaryninja/issue...Xusheng
2022-10-14Remove Python 2.7 code in user documentation. Fix https://github.com/Vector35...Xusheng
2022-10-12Fix Universal schema serialization in C++ API.Brian Potchik
2022-10-12This shouldn't be deleted as its a QThreadPeter LaFosse
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