summaryrefslogtreecommitdiff
path: root/view/macho/machoview.cpp
AgeCommit message (Expand)Author
2026-04-21[MachO] Improve library tracking for imported symbolsMark Rowe
2026-03-23[MachO] Apply the correct calling convention for objc_retain_xN / objc_releas...Mark Rowe
2026-02-27[MachO] Ensure that weak bound symbols are not resolved to their import addressMark Rowe
2026-02-17Handle Universal binaries through container transform system.Brian Potchik
2026-02-02[MachO] Set segment flags for kernel images based on how XNU initially maps themMark Rowe
2026-01-22[Mach-O] Improve how section types are identifiedwanghaiwei
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-12-15[MachO] Fix handling of relocations for self-bound data symbolsMark Rowe
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-11-17Fix some compiler warningsRusty Wagner
2025-11-04[MachO] Set display name of memory regions to match the segment names they co...Mark Rowe
2025-10-22[Mach-O] Refactor fixup chain parsingMark Rowe
2025-10-02[MachO] Tweak handling of LC_FUNCTION_STARTSMark Rowe
2025-09-17[MachO] Populate external links with library imports for files in projectsMark Rowe
2025-08-27Rewrite Obj-C workflow in RustMark Rowe
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
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-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-08[MachO] Avoid leaking MachoObjCProcessorMark Rowe
2025-07-08Parse sections containing Objective-C constantsMark Rowe
2025-07-02Added no export trie data detection.Hongyu Chen
2025-06-25Fix cxx20 compiler warnings.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-06-04[MachO] Don't add symbols when processing bind fixupsMark Rowe
2025-06-03[MachoView] Add support of __init_offsetsObriv Mostov
2025-05-30Don't query the template simplifier setting while demangling symbolsPeter LaFosse
2025-05-13Rework Export Trie parser to avoid recursion, improve error checkingkat
2025-04-28[MachO] Handle chained imports with addendsMark Rowe
2025-04-14Avoid MH_FILESET in Mach-O view during magic check.Alexander Taylor
2025-04-09More gracefully ignore MH_FILESET in MachOView.Alexander Taylor
2025-04-09Revert "Disable MH_FILESET parsing in Mach-O view"Alexander Taylor
2025-04-09Fix capitalization of AArch64.Alexander Taylor
2025-04-08Remove notion of image name from objective-c processorMason Reed
2025-04-03Implement Kernel64 path for Chained Fixups in Mach-O Viewkat
2025-04-03Fix user platform override between armv7 and thumbBrandon Miller
2025-04-02[ObjC] Create a shared ObjC processor for Macho and DSC viewsWeiN76LQh
2025-03-19Disable MH_FILESET parsing in Mach-O viewkat
2025-02-17[SharedCache] Define BackingCacheTypeWeiN76LQh
2025-01-20Allow overriding common loader settings when automatic load file parsing fails.Brian Potchik
2024-11-13Bulk add segments in the binary view to improve performanceXusheng
2024-10-17Demangler plugin APIGlenn Smith
2024-09-26Clean up unused variables in Mach-O/Obj-C codekat
2024-09-13Ultimate.Alexander Taylor
2024-08-20Initial support for per-function settings.Brian Potchik