summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-22add mention of popup xrefs to migration documentationJordan Wiens
2024-10-21Fix UAF of base structure typesMason Reed
2024-10-21Stop leaking named type references in rustMason Reed
2024-10-21Better calculation for sp offsets of DWARF local variablesJosh Ferrell
2024-10-21Add missing TypeBuilder::~TypeBuilderGlenn Smith
2024-10-21Allow `current_il_instruction` to work in Pseudo C (or any high level language)Rusty Wagner
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-10-21Fix compiler warnings.Alexander Taylor
2024-10-21Add redirects for moved debugger docs pages.Alexander Taylor
2024-10-19Fix some rust warnings and remove mention of `binja-rs`Mason Reed
2024-10-19Add misc docs to BinaryDataNotificationMason Reed
2024-10-19Add way to set the id of the defined type in rust apiMason Reed
2024-10-19Add ArchitectureExt::calling_conventions to rust apiMason Reed
2024-10-19Rework rust workflow api and add workflow exampleMason Reed
2024-10-19implement rust workflowRubens Brandao
2024-10-19Improved support for interactive flowgraphs.Brian Potchik
2024-10-18Move GenericRange and GenericRangeMap to apiJosh Ferrell
2024-10-18Add progress reporting to first phase of DWARF parsingJosh Ferrell
2024-10-18raise sidebar widgets when focusedJordan Wiens
2024-10-17verify relocation sections have non-zero sizesJordan Wiens
2024-10-17Fix free edition for demangler plugins (woops)Glenn Smith
2024-10-17Demangler plugin APIGlenn Smith
2024-10-14Expose Unicode conversion functionsGlenn Smith
2024-10-14FFI helpers in the api too nowGlenn Smith
2024-10-14Add various missing Type/TypeBuilder getters and settersaGlenn Smith
2024-10-14Expose Type::GetNameTypeStringGlenn Smith
2024-10-14Add VarArgsType and ValueType constructorsGlenn Smith
2024-10-14Add missing Logger::Indent functionsGlenn Smith
2024-10-14Add some missing type builder getters and settersGlenn Smith
2024-10-14Add name simplifier apis to headerGlenn Smith
2024-10-14Fix DWARF import crash when FDE has row with start==endJosh Ferrell
2024-10-14Add BinaryNinja::Load(Ref<ProjectFile>) to c++ apiJosh Ferrell
2024-10-14Support loading IDBs from projects in idb_importJosh Ferrell
2024-10-14Implement FileMetadata::get_project_file in rustJosh Ferrell
2024-10-14Update bindgen to 0.70.1 and remove untracked lockfilesMason Reed
2024-10-14add force option to install_api scriptJordan Wiens
2024-10-11Highlight selected variable in stack viewJosh Ferrell
2024-10-11Move ScriptingProvider log messages to a dedicated loggerJosh Ferrell
2024-10-11Fix type hints in log.pyJosh Ferrell
2024-10-10Fix use-after-free in rust `BinaryViewExt::get_relocations_at`Mason Reed
2024-10-10Lots of improvements to stack variable location calculations in DWARFJosh Ferrell
2024-10-10Parse .debug_frame if present and fix stack variable offset calculationJosh Ferrell
2024-10-10Update Cargo.lockMason Reed
2024-10-10Update IDB import to idb-rs 0.1.4Rubens Brandao
2024-10-08Add support for zstd compressed DWARF, simplify handling of zlib compressed D...Josh Ferrell
2024-10-07Update documentation with IDB import pluginMason Reed
2024-10-04Make the undefine action context awareXusheng
2024-10-03Fix RemoteProject.create_fileJosh Ferrell
2024-10-03Checkout enterprise license in rust headless modeMason Reed
2024-10-03Added IsForceLoadable method to BinaryViewTypeBrandon Miller