index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
objectivec
Age
Commit message (
Expand
)
Author
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-04-27
[Mach-O] Fix crash reading malformed CFString
Josh Ferrell
2026-04-08
[ObjC] Don't undefine / redefine symbols and types that already exist in the ...
Mark Rowe
2025-12-20
Fix many of the warnings that show up when compiling with GCC 15.2
Mark Rowe
2025-12-08
Introduce an RAII type for managing bulk symbol modifications
Mark Rowe
2025-11-05
[ObjC] Remove unnecesary BeginUndoActions / ForgetUndoActions
Mark Rowe
2025-08-27
[ObjC] Fix parsing method type encoding strings for 32-bit platforms
Mark Rowe
2025-08-27
[ObjC] Correctly decode block pointers in the method type encoding
Mark Rowe
2025-08-19
[ObjC] Only define metadata types if they don't already exist on the view
Mark Rowe
2025-07-16
Miscellaneous leak fixes in MachoView and ObjCProcessor
Mark Rowe
2025-07-13
[ObjC] Use NamedTypeReference to refer to id / SEL / BOOL
Mark Rowe
2025-07-13
[ObjC] Use the appropriate integer size for entries in __objc_ivar
Mark Rowe
2025-07-08
[MachO] Avoid leaking MachoObjCProcessor
Mark Rowe
2025-07-08
[ObjC] Avoid leaking SymbolQueue
Mark Rowe
2025-07-08
Parse sections containing Objective-C constants
Mark Rowe
2025-07-07
[ObjC] Fix handling of relative method selectors with MSVC
Mark Rowe
2025-07-03
Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...
Peter LaFosse
2025-06-25
Fix cxx20 compiler warnings.
Alexander Taylor
2025-06-25
Remove implicit conversions from Confidence to underlying type, these can cau...
Rusty Wagner
2025-06-06
Objective-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 selector
Mark Rowe
2025-05-30
[ObjC] Improve naming of arguments to Objective-C methods
Mark Rowe
2025-05-30
[ObjC] Fix another case where a category's class name was not being resolved
Mark Rowe
2025-05-30
Misc shared cache improvements
Mason Reed
2025-05-28
[ObjC] Use relative pointer types for members of `objc_method_entry_t`
Mark Rowe
2025-05-13
Mark Objective-C metadata-derived symbols as local instead of exported.
kat
2025-05-09
[ObjC] Remove shared cache prefix on a log call
Mason Reed
2025-05-09
[ObjC] Retrieve category's class name when class is an external symbol
Mark Rowe
2025-04-08
[ObjC] Handle Objective-C ivars with an offset of 0
Mark Rowe
2025-04-08
Remove notion of image name from objective-c processor
Mason Reed
2025-04-03
Change warning to info for undetermined base class for objective-c category
Mason Reed
2025-04-03
[SharedCache] Fix detection of the class name of categories
Mark Rowe
2025-04-02
Remove ObjC todos which shouldnt be done
Mason Reed
2025-04-02
[SharedCache] Fix some bugs
Mason Reed
2025-04-02
[SharedCache] Refactor Shared Cache
Mason Reed
2025-04-02
[ObjC] Create a shared ObjC processor for Macho and DSC views
WeiN76LQh