summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
2026-05-28[ELF] Fix MIPS symbol lookup hang with malformed symbol table entryMason Reed
2026-05-28[PE] Add a fast fail for malformed PE exception directory table sizeMason Reed
2026-05-27Pull lambdas out into separate functions.Alexander Taylor
2026-05-27Better handling for shared cache files in projects.Alexander Taylor
2026-05-27Improve UX when loading shared cache.Alexander Taylor
2026-05-27Apply symbols and types to TMS320C6x ELFsBrandon Miller
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-19Fix leaks due to missing parenting of Qt objectsMark Rowe
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-05-06Fix ARM/Thumb2 function platform for .gnu_debugdata symbols.Brian Potchik
2026-04-22Always show the triage view when opening a shared cache or kernel cacheMark Rowe
2026-04-22[PE] Do not create symbols for debugging metadata symbol entriesJosh Ferrell
2026-04-21[MachO] Improve library tracking for imported symbolsMark Rowe
2026-03-31Prevent a crash whenever readLEB128 is passed a nullptr0cyn
2026-03-30[DSC] Process Objective-C metadata when loading view from .bndbMark Rowe
2026-03-30This reverts commit 7228ba0b889765bc3474fbd5475870e24efc79ca.Brian Potchik
2026-03-23[MachO] Apply the correct calling convention for objc_retain_xN / objc_releas...Mark Rowe
2026-03-20Add option to disable dedicated Universal architecture picker and use Contain...Brian Potchik
2026-03-16Refactor where architecture selection is performed for universal binariesMark Rowe
2026-03-06Implement DTPOFF64 and DTPMOD64 relocations.Alexander Taylor
2026-03-06Remove unused variable (skip-ci)Xusheng
2026-03-05Parse and display PE resource information in triage view. Fix https://github....Xusheng
2026-01-27Fix MIPS64 relocation entry parsing.Alexander Taylor
2026-02-27[MachO] Ensure that weak bound symbols are not resolved to their import addressMark Rowe
2026-02-27[MachO] Fix incorrect handling of BIND_SPECIAL_DYLIB_*_LOOKUP in chained fixupsMark Rowe
2026-02-24[DSC] Simplify file mapping to fix intermittent unrelocated pointersMark Rowe
2026-02-23[KernelCache] Automatically unwrap kernel caches within a full IMG4 containerMark Rowe
2026-02-23Revert "validation for zero sized symbol or string tables"Brian Potchik
2026-02-23Revert "guard against empty .interp and .dynamic"Brian Potchik
2026-02-23[Rust] Fix plugins being referenced in `cargo about` outputMason Reed
2026-02-19guard against empty .interp and .dynamicJordan Wiens
2026-02-19validation for zero sized symbol or string tablesJordan Wiens
2026-02-17Handle Universal binaries through container transform system.Brian Potchik
2026-02-13[DSC] Correctly mark symbols as having local, global, or weak bindingMark Rowe
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2026-02-02[MachO] Set segment flags for kernel images based on how XNU initially maps themMark Rowe
2026-01-30Force ELF view addr size to 4 bytes for x32 and ilp32Brandon Miller
2026-01-30Improve filename handling for container files.Brian Potchik
2026-01-23Lifted new PPC insns, MIPS reloc fix.Alexander Taylor
2026-01-23Implement R_386_IRELATIVE relocation handling.Alexander Taylor
2026-01-22[ELF] Fix reading dynamic string tables at large offsetsJosh Ferrell
2026-01-22[Mach-O] Improve how section types are identifiedwanghaiwei
2026-01-22architecturePreference description updateJordan Wiens
2026-01-14Allow controlling which address is used for instructions created when inlinin...Mark Rowe
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-12-16Support automatic and manual endianness override for x86 ELF files (#7347)Copilot
2025-12-15[MachO] Fix handling of relocations for self-bound data symbolsMark Rowe