summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
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
2025-09-29Treat .got.plt as read-only for HexagonBrandon Miller
2025-09-29Apply platform types on Hexagon statically linked binariesBrandon Miller
2025-09-25Sort table views in the shared cache / kernel cache triage views by address b...Mark Rowe
2025-09-17[DSC] Ignore .a2s files when loading a shared cacheMark Rowe
2025-09-17[DSC] Rework handling of .symbols files to be compatible with iOS 15Mark Rowe
2025-09-17[DSC] Support relative direct selectors in older shared cache versionsMark Rowe
2025-09-17[MachO] Populate external links with library imports for files in projectsMark Rowe
2025-09-05[KernelCache] Pass the correct flags when adding an image's segmentsMark Rowe
2025-09-02[SharedCache] Move plugin_rpath calls into BN_INTERNAL_BUILD blocksMark Rowe
2025-08-27Rewrite Obj-C workflow in RustMark Rowe
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-14[Mac] Consistently specify rpaths for plug-insMark Rowe
2025-08-14ELFView performance fix: avoid calling GetSectionsAt in the innerloopPeter LaFosse
2025-08-14Ensure ELFView only add segments in a Begin/EndBulkAddSegments contextPeter LaFosse
2025-08-13[DSC] Add support for DriverKit shared cachesMark Rowe
2025-08-05[ELF] Fix a memory leak when parsing .gnu_debugdataMark Rowe
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-30Add dependency tracking to the Python code generationMark Rowe
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-29Added check for sharedobject without program header section start address.Hongyu Chen