summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
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
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-12-08[KernelCache] Wrap section creation within BeginBulkAddSegments / EndBulkAddS...Mark Rowe
2025-12-08[DSC] Wrap section creation within BeginBulkAddSegments / EndBulkAddSegmentsMark Rowe
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-12-04[DSC] Fix unhandled exception when opening secondary cache file with unbacked...Mason Reed
2025-11-26[DSC] Place synthetic sections after the cache's address rangeMark Rowe
2025-11-26[KernelCache] Place synthetic sections after the cache's address rangeMark Rowe
2025-11-25Update to Qt 6.10.1Rusty Wagner
2025-11-17Fix some compiler warningsRusty Wagner
2025-11-11[KernelCache] Remove 'Load Selected Image and Dependencies'Mark Rowe
2025-11-04[MachO] Set display name of memory regions to match the segment names they co...Mark Rowe
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
2025-11-04Fix whitespace. (skip-ci)Brian Potchik
2025-10-23[KernelCache] Set segment permissions based on how XNU initially maps themMark Rowe
2025-10-22[MachO] Fix GCC buildMark Rowe
2025-10-22[MachO] Fix Windows buildMark Rowe
2025-10-22[Mach-O] Refactor fixup chain parsingMark Rowe
2025-10-21better validation for malformed PE RSRC records and cleanup (fixes an infinit...Jordan Wiens
2025-10-21fix pe section debug loggingJordan Wiens
2025-10-18Add DecodeWithContext to LZFSETransform.Brian Potchik
2025-10-14Fix issue #7247WeiN76LQh
2025-10-11Fix demo ifdefsJosh Ferrell
2025-10-10Add password prompting for encrypted containers in Container Browser.Brian Potchik
2025-10-07Remove old banners from DSC and KC pluginsMason Reed
2025-10-03Add zero-copy data pointer access for BinaryData objects for API-side contain...Brian Potchik
2025-10-03Update IMG4 transform to use DecodeWithContext and synthesize a filename for ...Brian Potchik
2025-10-02[MachO] Tweak handling of LC_FUNCTION_STARTSMark Rowe
2025-10-01Cleanup for some container format handling.Brian Potchik
2025-09-30Initial support for opening container formats.Brian Potchik