summaryrefslogtreecommitdiff
path: root/view/macho
AgeCommit message (Expand)Author
2025-07-02Added no export trie data detection.Hongyu Chen
2025-06-25Fix cxx20 compiler warnings.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-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-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-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[SharedCache] Refactor Shared CacheMason Reed
2025-04-02[ObjC] Create a shared ObjC processor for Macho and DSC viewsWeiN76LQh
2025-03-28belated copyright year updateJordan Wiens
2025-03-19Disable MH_FILESET parsing in Mach-O viewkat
2025-03-19Add Kernel64 pointer format generickat
2025-03-18MachO/ObjC: Avoid generating names containing non-printable charsDaniel Roethlisberger
2025-02-17[SharedCache] Define BackingCacheTypeWeiN76LQh
2025-01-20Allow overriding common loader settings when automatic load file parsing fails.Brian Potchik
2025-01-15Remove unused calls to defineTypedef which were causing hangsPeter LaFosse
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-19Add additional testing and handling for object settings.Brian Potchik
2024-09-13Fix many warningsJosh Ferrell
2024-09-13Ultimate.Alexander Taylor
2024-08-20Initial support for per-function settings.Brian Potchik
2024-08-16Enable workflows by default.Brian Potchik
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-16[Mach-O] Fix an error on Free buildskat
2024-07-12[Objective-C] Fix an issue where freshly opened databases would prompt to sav...kat
2024-07-11Fix a database upgrade issue regarding mac-aarch64 dbs that are now loaded as...kat
2024-07-08[Mach-O] Fix issue with entry point function platforms on armv7/thumb2kat
2024-06-27Add iOS Platforms. Add Mach-O Typelib supportkat
2024-06-18Add support for __chain_start section parsing (Firmware fixups)kat
2024-06-17[Objective-C] Parse CFStrings seperately from main Objective-C Processing.kat
2024-06-16[Objective-C] Wrap undo actions in Objective-C processingkat
2024-06-16[Objective-C] Nonlazy Category Support, improve category variable namingkat
2024-06-16[Objective-C] Parse protocol information.kat
2024-06-16[Objective-C] Mark __objc_ivar as const, define names for class/super refskat
2024-06-13ObjC: Fix memory leak in processingGlenn Smith
2024-06-11[Mach-O] Add support for DYLD_INFO rebase informationkat
2024-06-11[Mach-O] Move Objective-C Structural processing to Mach-O View and automatica...kat