summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-04spelling error in rust docs for provenanceJordan Wiens
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-08-04fix typo in provenance docsJordan Wiens
2024-08-04Add support for memory region flags propagation.Brian Potchik
2024-08-02make URLs linked text for connect_debugger python callsJordan Wiens
2024-08-02add documentation for progress_func only working on BNDB filesJordan Wiens
2024-08-02fix formatting of a few return typesJordan Wiens
2024-08-02fix formatting on user docs type libraries page, still needs imagesJordan Wiens
2024-08-02Import debuginfo.py in __init__.py. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5815
2024-08-02Properly lift push r16 instructions in x86. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4028
2024-08-02Fix arm64 Linux build by using std::os::raw::c_char rather than i8 to ↵Xusheng
represent a C char
2024-08-02Support setting user global pointer valueXusheng
2024-07-30Add MSRV field to Cargo.tomlMason Reed
More info: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
2024-07-29Fix project tests in rust accessing to the same single project fileMason Reed
2024-07-29Revert temporary fix for enterprise crashing on rust project APIMason Reed
Solution was added in the core
2024-07-29Fix crash when using projects API in rust with enterpriseMason Reed
2024-07-29fix rust Database::fileRubens Brandao
2024-07-28Fix `is_shutdown_requested` fn signaturemason
2024-07-26Finish the `DataBuffer` implementationRubens Brandao
2024-07-26Add more core API's to rustRubens Brandao
2024-07-26Add `VariableSourceType` type aliasMichael Krasnitski
2024-07-26Properly check for/log failures and return status on Typelib.write_to_filekat
2024-07-26Add BinaryView::GetDataOffsetForAddresskat
2024-07-25Remove unused variable in DemangleLLVM (skip-note)Mason Reed
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-25Add MediumLevelILFunction.is_var_live_atZichuan Li
2024-07-25Add is_ssa_var_live_at into mlilZichuan Li
2024-07-24Release floating license in shutdown()Glenn Smith
2024-07-24API for setting the current OS thread's nameGlenn Smith
For debugging threads when you have like 50 and want to find one at a glance
2024-07-24Fix every call to _init_plugins() causing a license checkoutGlenn Smith
2024-07-24Add Platform::GetRelatedPlatformskat
2024-07-24change parameter name to align the function definitionZichuan Li
A user reported in public slack that the definition doesn't agree on endianness
2024-07-23restore tab completion parity when fuzzySearch is disabledJordan Wiens
2024-07-23add extra clarificaiton around project file backing external librariesJordan Wiens
2024-07-23Revert "remove optionally to make more clear projects are required for ↵Jordan Wiens
external linking" This reverts commit 8b410e9129c74476c369e7870121e980fa4cc1d1.
2024-07-23remove optionally to make more clear projects are required for external linkingJordan Wiens
2024-07-23Support directly creating a new mapped fileXusheng
2024-07-22Add ability to modify segment flags via MemoryMap API.Brian Potchik
2024-07-19Update to Qt 6.7.2Rusty Wagner
2024-07-19Filter under/dunder members in bncompleterJosh Ferrell
2024-07-19Process feature map menu actions more efficiently.Brian Potchik
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Remove deprecated TypeViewGlenn Smith
2024-07-18Add fuzzy completion to the python consoleGlenn Smith
Co-Authored-By: Rusty Wagner <rusty@vector35.com> Co-Authored-By: Kyle Miles <kyle@vector35.com>
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-18Update operationColor in theme docsJosh Ferrell
2024-07-17comment unfinished sectionsZichuan Li
2024-07-16add history UI documentationJordan Wiens
2024-07-16[Mach-O] Fix an error on Free buildskat
2024-07-16Update api usage in the other collaboration examplesGlenn Smith