summaryrefslogtreecommitdiff
path: root/objectivec
AgeCommit message (Expand)Author
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-04-27[Mach-O] Fix crash reading malformed CFStringJosh Ferrell
2026-04-08[ObjC] Don't undefine / redefine symbols and types that already exist in the ...Mark Rowe
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-11-05[ObjC] Remove unnecesary BeginUndoActions / ForgetUndoActionsMark Rowe
2025-08-27[ObjC] Fix parsing method type encoding strings for 32-bit platformsMark Rowe
2025-08-27[ObjC] Correctly decode block pointers in the method type encodingMark Rowe
2025-08-19[ObjC] Only define metadata types if they don't already exist on the viewMark Rowe
2025-07-16Miscellaneous leak fixes in MachoView and ObjCProcessorMark Rowe
2025-07-13[ObjC] Use NamedTypeReference to refer to id / SEL / BOOLMark Rowe
2025-07-13[ObjC] Use the appropriate integer size for entries in __objc_ivarMark Rowe
2025-07-08[MachO] Avoid leaking MachoObjCProcessorMark Rowe
2025-07-08[ObjC] Avoid leaking SymbolQueueMark 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-03Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...Peter LaFosse
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-03[ObjC] Add an explicit reference to a method impl from its selectorMark Rowe
2025-05-30[ObjC] Improve naming of arguments to Objective-C methodsMark Rowe
2025-05-30[ObjC] Fix another case where a category's class name was not being resolvedMark Rowe
2025-05-30Misc shared cache improvementsMason Reed
2025-05-28[ObjC] Use relative pointer types for members of `objc_method_entry_t`Mark Rowe
2025-05-13Mark Objective-C metadata-derived symbols as local instead of exported.kat
2025-05-09[ObjC] Remove shared cache prefix on a log callMason Reed
2025-05-09[ObjC] Retrieve category's class name when class is an external symbolMark Rowe
2025-04-08[ObjC] Handle Objective-C ivars with an offset of 0Mark Rowe
2025-04-08Remove notion of image name from objective-c processorMason Reed
2025-04-03Change warning to info for undetermined base class for objective-c categoryMason Reed
2025-04-03[SharedCache] Fix detection of the class name of categoriesMark Rowe
2025-04-02Remove ObjC todos which shouldnt be doneMason Reed
2025-04-02[SharedCache] Fix some bugsMason Reed
2025-04-02[SharedCache] Refactor Shared CacheMason Reed
2025-04-02[ObjC] Create a shared ObjC processor for Macho and DSC viewsWeiN76LQh