summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-14Fix BinaryDataNotificationJosh Ferrell
2024-05-14History widgetJosh Ferrell
2024-05-14Ref count undo objectsJosh Ferrell
2024-05-13Move collaboration to coreJosh Ferrell
2024-05-10Rust API : Misc cargo clippy fixesKyleMiles
2024-05-10Fix remaining Rust doc examples; We now make sure examples build in PR CIKyleMiles
2024-05-10use the new public/private Array trait implRubens Brandao
2024-05-10hide array implementation detailsRubens Brandao
2024-05-10Add actions to quickly adjust the selection in linear and hex viewXusheng
2024-05-09implement open/create database with progress functionRubens Brandao
2024-05-09fix GAT CoreArrayWrapper implRubens Brandao
2024-05-09fix rust doc codeRubens Brandao
2024-05-09Add Array GAT to StructureMemberRubens Brandao
2024-05-09add StructureBuilder missing python methodsRubens Brandao
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-05-09replace Vec<T> with Box<[T]>Rubens Brandao
2024-05-09Fix binja_path in case the lib is a symlinkRubens Brandao
2024-05-09only create FlowGraph with RefRubens Brandao
2024-05-09fix github workflowRubens Brandao
2024-05-09remove duplicate platform typesJordan Wiens
2024-05-08Disassembly: Add relative to fixed base address modeGlenn Smith
2024-05-08Stack view: Make constant base offset per-functionGlenn Smith
2024-05-08Stack view: allow setting arbitrary base offset by double-clickGlenn Smith
2024-05-07Stack view: Make the base offsets work with the "create variable" dialogGlenn Smith
2024-05-07Stack view: Allow switching base register offsetGlenn Smith
2024-05-07Type Browser: Option to have exact search matches come firstGlenn Smith