summaryrefslogtreecommitdiff
path: root/view/sharedcache
AgeCommit message (Expand)Author
2026-01-14Allow controlling which address is used for instructions created when inlinin...Mark Rowe
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-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-25Update to Qt 6.10.1Rusty Wagner
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
2025-10-14Fix issue #7247WeiN76LQh
2025-10-11Fix demo ifdefsJosh Ferrell
2025-10-07Remove old banners from DSC and KC pluginsMason Reed
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-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-14[Mac] Consistently specify rpaths for plug-insMark Rowe
2025-08-13[DSC] Add support for DriverKit shared cachesMark 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-28SharedCache: Fix a compile error w/ GCCkat
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
2025-07-15Added search placeholder for DSCView and KCView.Hongyu Chen
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-08Parse sections containing Objective-C constantsMark Rowe
2025-07-07[ObjC] Fix handling of relative method selectors with MSVCMark Rowe
2025-07-04[SharedCache] Enqueue pointer sweep on image/region loadMason Reed
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
2025-06-06Objective-C Processor: Remove vestigial code tracking whether view was backed...kat
2025-05-30Misc shared cache improvementsMason Reed
2025-05-21[SharedCache] Fix .dylddata sections failing to propagate constantsMason Reed
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-05-13Rework Export Trie parser to avoid recursion, improve error checkingkat
2025-05-06[SharedCache] Add activities to core.function.metaAnalysis rather than a new ...Mark Rowe
2025-05-06[SharedCache]"Fix" possible deadlock when loading images from the UIMason Reed
2025-05-03[SharedCache] Avoid reading header fields outside of the bounds of the headerDaniel Roethlisberger
2025-05-02[SharedCache] Have VirtualMemoryReader get the address size from the underlyi...Mark Rowe
2025-05-02[SharedCache] Fix parsing of Objective-C metadataMark Rowe
2025-04-28[SharedCache] Support loading iOS shared caches older than 11Mason Reed
2025-04-28[SharedCache] Improve support for older shared cache versionsMason Reed