SYMBOL INDEX (24 symbols across 4 files) FILE: Other/UpdateRemoteControlCommandsPlist.py function ExportPlistToDict (line 14) | def ExportPlistToDict(plist, key): function SyncPlistContent (line 21) | def SyncPlistContent(remote_plist, local_plist, key): function main (line 35) | def main(): FILE: WeChatPlugin/Sources/Managers/TKVersionManager.h type TKVersionStatusOld (line 11) | typedef NS_ENUM(NSUInteger, TKVersionStatus) { FILE: WeChatPlugin/Sources/Vendor/fishhook.c type mach_header_t (line 40) | typedef struct mach_header_64 mach_header_t; type segment_command_t (line 41) | typedef struct segment_command_64 segment_command_t; type section_t (line 42) | typedef struct section_64 section_t; type nlist_t (line 43) | typedef struct nlist_64 nlist_t; type mach_header_t (line 46) | typedef struct mach_header mach_header_t; type segment_command_t (line 47) | typedef struct segment_command segment_command_t; type section_t (line 48) | typedef struct section section_t; type nlist_t (line 49) | typedef struct nlist nlist_t; type rebindings_entry (line 57) | struct rebindings_entry { type rebindings_entry (line 63) | struct rebindings_entry function prepend_rebindings (line 65) | static int prepend_rebindings(struct rebindings_entry **rebindings_head, function get_protection (line 85) | static int get_protection(void *addr, vm_prot_t *prot, vm_prot_t *max_pr... function perform_rebinding_with_section (line 114) | static void perform_rebinding_with_section(struct rebindings_entry *rebi... function rebind_symbols_for_image (line 167) | static void rebind_symbols_for_image(struct rebindings_entry *rebindings, function _rebind_symbols_for_image (line 229) | static void _rebind_symbols_for_image(const struct mach_header *header, function rebind_symbols_image (line 234) | int rebind_symbols_image(void *header, function rebind_symbols (line 248) | int rebind_symbols(struct rebinding rebindings[], size_t rebindings_nel) { FILE: WeChatPlugin/Sources/Vendor/fishhook.h type rebinding (line 44) | struct rebinding { type rebinding (line 59) | struct rebinding type rebinding (line 68) | struct rebinding