summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04python/architecture: return instance from `Architecture.register()`Catherine
2024-06-04BASE rebase navigation for non-mapped viewsBrandon Miller
2024-06-04Display BASE widget for all file typesBrandon Miller
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-06-04Add AdjustTypeParserArguments callback to platformGlenn Smith
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-05-31Add binaryninja::load_viewJosh Ferrell
2024-05-31improve efficiencyZichuan Li
2024-05-31Fixed type propagation issue in AARCH64 and MIPSZichuan Li
2024-05-30[arm64] lift scvtfGalen Williamson
2024-05-30fix cargo doc warningsGalen Williamson
2024-05-30Improve offset pointer docs and sidebarGlenn Smith
2024-05-29Add LLIL_JUMP_TO target list to Rust APIRusty Wagner
2024-05-29improve lifting of arm64 CSET instruction per Vector35/binaryninja-api#5134Galen Williamson
2024-05-29Fix crash when reopening a binary with a valid X86_64_RELOC_SUBTRACTOR entryJosh Ferrell
2024-05-29Improve load performance of Mach-Os with relocations and many symbolsJosh Ferrell
2024-05-28Rust API : recommend users use serde_json for when opening with optionsKyleMiles
2024-05-28Implement python MLIL related functionsRubens Brandao
2024-05-28Include CoreAPI documentation into the generate rust bindingsRubens Brandao
2024-05-28fix multiple memory leaks related to CStr/BnStringRubens Brandao
2024-05-28update `Session::load_with_option` to the new APIRubens Brandao
2024-05-28allow `load_with_option` to accept json optionsRubens Brandao
2024-05-28Use Architecture type for BASE arch paramBrandon Miller
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
2024-05-28Fix Python DownloadProvider. Fix https://github.com/Vector35/binaryninja-api/...Xusheng
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-27Add additional JSON schema validation for registered settings.Brian Potchik
2024-05-24Fix do while condition and body being flipped in Rust HLIL bindingsRusty Wagner
2024-05-24arch: multiple delay slot support, suppress spurious mips warningRyan Snyder
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-05-24Fix the method name in docZichuan Li
2024-05-24fix missing params in ILOperands and mark as deprecated in LLIL, HLILJordan Wiens
2024-05-24ensures python site package dir existsdeadc0de6
2024-05-24Remove duplicate definition of core API functionsXusheng
2024-05-23Docs for type attributesGlenn Smith
2024-05-23Based pointersGlenn Smith
2024-05-23Expose Type::PointerSuffixGlenn Smith
2024-05-23Add TypeBuilder::SetWidth and TypeBuilder::SetAlignmentGlenn Smith
2024-05-23Fix building background_task example plugin on headlessMason Reed
2024-05-22cleanup all outstanding sphinx RST warningsJordan Wiens
2024-05-22actual fix for incorrect settings tableJordan Wiens
2024-05-22Add background task example pluginMason Reed
2024-05-20Fix ARM64 Linux buildRusty Wagner
2024-05-20Implement python Function methods to rustRubens Brandao
2024-05-19Make call param hints more configurable & support more param types for hint d...Mason Reed
2024-05-17Update C++ example code to use BinaryNinja::Load to open a file. Fix https://...Xusheng
2024-05-16Fix crash when searching Collaboration GroupsJosh Ferrell
2024-05-16add additional debug info documentationJordan Wiens
2024-05-16Removed loader.architecture from py mapped viewBrandon Miller
2024-05-16Removed loader.architecture override from viewsBrandon Miller