summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
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
2025-07-28SharedCache: Fix a compile error w/ GCCkat
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
2025-07-23KernelCache: Fix double-click load dialog in symbol listkat
2025-07-22Fix an incorrect offset used in KernelCache header parsingkat
2025-07-21Fix MachO loading some settings too earlyGlenn Smith
2025-07-16Miscellaneous leak fixes in MachoView and ObjCProcessorMark Rowe
2025-07-16Mach-O/KernelCache warning cleanupkat
2025-07-15Added search placeholder for DSCView and KCView.Hongyu Chen
2025-07-15[KernelCache] Fix misc warningsMason Reed
2025-07-15Fix shared cache cmake artifact in kernel cacheMason Reed
2025-07-14Disable outlining in .gnu_debugdata to prevent incorrect symbol definitions.Brian Potchik
2025-07-14Revert "Update Objective-C Workflow to use the meta workflow."Brian Potchik
2025-07-14Update Objective-C Workflow to use the meta workflow.Brian Potchik
2025-07-14[Mach-O] Handling for special library ordinals used in binding informationkat
2025-07-10[DSC] Performance improvements and clean-up in SymbolTableViewMark Rowe
2025-07-10[DSC] Use BNAllocStringWithLength when copying strings for the APIMark Rowe
2025-07-10[DSC] Fix GetRegionAt / optimize GetRegionContainingMark Rowe
2025-07-09[MachO] Treat a binary as containing Objective-C metadata if it has __objc_stubsMark Rowe
2025-07-08[MachO] Avoid leaking MachoObjCProcessorMark Rowe
2025-07-08Parse sections containing Objective-C constantsMark Rowe
2025-07-07[ObjC] Fix handling of relative method selectors with MSVCMark Rowe
2025-07-07KernelCache rewritekat
2025-07-05Fix ELF loader image base calculation to include memory-only PT_LOAD segments.Brian Potchik
2025-07-04[SharedCache] Enqueue pointer sweep on image/region loadMason Reed
2025-07-03Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...Peter LaFosse
2025-07-02Added no export trie data detection.Hongyu Chen
2025-06-29[powerpc] Full merge of PowerPC disassembler PRs, including:Galen Williamson
2025-06-25Fix cxx20 build issue on Linux.Alexander Taylor
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Fix cxx20 compiler errors.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner