summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-15Added MemoryMap C++ API.Brian Potchik
2024-05-15Fix BinaryDataNotification errors when subscribed to undo notificationsJosh Ferrell
2024-05-15Initial parsing of PE resourcesJosh Ferrell
2024-05-15Initial MemoryMap implementation.Brian Potchik
2024-05-15Allow Rust CoreAPI FFI to implement DefaultRubens Brandao
2024-05-15Rust: change signatures of `define_{auto,user}_data_var`Michael Krasnitski
2024-05-15Apply suggestions from code reviewKyle Martin
2024-05-15Fix invalid write to uninitialized reserved VecRubens Brandao
2024-05-15Fix invalid write to uninitialized VecRubens Brandao
2024-05-15fix py function.get_tags_at returned typeRubens Brandao
2024-05-15Document DWARF Import and Export limitationsKyleMiles
2024-05-15DWARF Import : Add support for variable argumentsKyleMiles