summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-09Python: Update docs for label / transformation functionsGlenn Smith
2025-09-09Docs: Better explanations of using IL labelsGlenn Smith
2025-09-09Unflatten example: use source labels betterGlenn Smith
2025-09-09IL Modifying docs: Add section on labels and GOTOsGlenn Smith
2025-09-09Fix and optimize triage view hash calculations for large files.Brian Potchik
2025-09-08remove duplicate documentation, resolves #7365Jordan Wiens
2025-09-08[aarch64] Enable Always and Never Branch patching for TBZ/TBNZ and CBZ/CBNZGalen Williamson
2025-09-07[Rust] Support pointer base types and offsetsLukBukkit
2025-09-05Ensure that auto call type adjustments don't overwrite user call type adjustm...Mark Rowe
2025-09-05[KernelCache] Pass the correct flags when adding an image's segmentsMark Rowe
2025-09-04Further improve feature map behavior when feature map pane is hiddenMark Rowe
2025-09-03Fix user stack var rust APIsJosh Ferrell
2025-09-03Add disassembly setting for block labelsMason Reed
2025-09-03Fix idb_import invalid offset in EoF hitrbran
2025-09-03Update idb_import idb-rs to 0.1.12rbran
2025-09-03[WARP] Improve matcher speed and add fast fail for pathological casesMason Reed
2025-09-03[WARP] Fix very large binaries from being prevented from creating WARP files ...Mason Reed
2025-09-03[WARP] Do not show the report in the UI if file is very largeMason Reed
2025-09-03[WARP] Only merge chunks in create from view command if an existing file was ...Mason Reed
2025-09-03[WARP] Refactor variable retrieval to fix eager dependence on the functions MLILMason Reed
2025-09-03[WARP] Fix generating lifted IL when function GUID is already cachedMason Reed
2025-09-02[SharedCache] Move plugin_rpath calls into BN_INTERNAL_BUILD blocksMark Rowe
2025-09-02Introduce a new define to control LogTrace rather than using _DEBUGMark Rowe
2025-09-02Do not change symbol type when setting data variable nameJosh Ferrell
2025-09-01Add option to build rust api without linking to coreJosh Ferrell
2025-08-29Update docs for new theme colorsRusty Wagner
2025-08-29Add theme color for panes with keyboard focusRusty Wagner
2025-08-29Added additional theming for sidebar iconsRusty Wagner
2025-08-29Add a modal dialog option for cross referencesRusty Wagner
2025-08-29Highlight sidebar icon when the sidebar has focusRusty Wagner
2025-08-29Add a Pinned Cross References tab to hold pinned referencesRusty Wagner
2025-08-27Rewrite Obj-C workflow in RustMark Rowe
2025-08-27[Rust] Fix a couple of oversights in the APIMark Rowe
2025-08-27[Rust] Add LowLevelILFunction::{get_ssa_register_value, get_ssa_flag_value}Mark Rowe
2025-08-27[ObjC] Fix parsing method type encoding strings for 32-bit platformsMark Rowe
2025-08-27[ObjC] Correctly decode block pointers in the method type encodingMark Rowe
2025-08-27Revise the documentation on how multiple symbols at the same address are handledMark Rowe
2025-08-27Revert "Clarify the documentation on how multiple symbols at the same address...Mark Rowe
2025-08-27Clarify the documentation on how multiple symbols at the same address are han...Mark Rowe
2025-08-21Add support for automatically loading PDB/DWARF info from sibling files in pr...Josh Ferrell
2025-08-20[Rust] Fix misc inconsistencies in `2ba29fd`Mason Reed
2025-08-20[Rust] Misc formatting fixesMason Reed
2025-08-20[Rust] Add project path file retrieval related functionsMason Reed
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-20Fix memory leak in LZFSE transform along with some other fixes.Brian Potchik
2025-08-19[ObjC] Only define metadata types if they don't already exist on the viewMark Rowe
2025-08-19Add platform support to workflow eligibility.Brian Potchik
2025-08-18Fix loading local variables from DWARF in non-relocatable imagesJosh Ferrell
2025-08-18Add ability to rebase the current view through the UIContext.Brian Potchik
2025-08-18Fix disallowBranchToString in default abb.Benedikt Waibel