├── HackMenu ├── .DS_Store ├── Bsphp │ ├── Config.h │ ├── Config.m │ ├── Gongneng.h │ ├── Gongneng.m │ └── memui │ │ ├── AESUtility.h │ │ ├── AESUtility.m │ │ ├── AFNetworking │ │ ├── AFHTTPSessionManager.h │ │ ├── AFHTTPSessionManager.m │ │ ├── AFNetworkReachabilityManager.h │ │ ├── AFNetworkReachabilityManager.m │ │ ├── AFNetworking.h │ │ ├── AFSecurityPolicy.h │ │ ├── AFSecurityPolicy.m │ │ ├── AFURLRequestSerialization.h │ │ ├── AFURLRequestSerialization.m │ │ ├── AFURLResponseSerialization.h │ │ ├── AFURLResponseSerialization.m │ │ ├── AFURLSessionManager.h │ │ └── AFURLSessionManager.m │ │ ├── DES3Utill.h │ │ ├── DES3Utill.m │ │ ├── GTMBase64.h │ │ ├── GTMBase64.m │ │ ├── GTMDefines.h │ │ ├── LRKeychain.h │ │ ├── LRKeychain.m │ │ ├── MF_Base64Additions.h │ │ ├── MF_Base64Additions.m │ │ ├── NSData+Base64.h │ │ ├── NSData+Base64.m │ │ ├── NSData+CommonCrypto.h │ │ ├── NSData+CommonCrypto.m │ │ ├── NSDictionary+StichingStringkeyValue.h │ │ ├── NSDictionary+StichingStringkeyValue.m │ │ ├── NSString+AES.h │ │ ├── NSString+AES.m │ │ ├── NSString+Base64.h │ │ ├── NSString+Base64.m │ │ ├── NSString+MD5.h │ │ ├── NSString+MD5.m │ │ ├── NSString+Tools.h │ │ ├── NSString+Tools.m │ │ ├── NSString+URLCode.h │ │ ├── NSString+URLCode.m │ │ ├── NetWorkingApiClient.h │ │ ├── NetWorkingApiClient.m │ │ ├── UIAlertView+Blocks.h │ │ ├── UIAlertView+Blocks.m │ │ ├── UIView+Toast.h │ │ ├── UIView+Toast.m │ │ ├── UserInfoManager.h │ │ ├── UserInfoManager.m │ │ ├── defines.h │ │ └── lz4 │ │ ├── lz4.c │ │ ├── lz4.h │ │ ├── mem.c │ │ ├── mem.h │ │ ├── mem_utils.c │ │ ├── mem_utils.h │ │ ├── search_result.c │ │ ├── search_result.h │ │ └── search_result_def.h ├── CaptainHook.h ├── ESP │ ├── ESP.h │ ├── ESP.m │ ├── ESPView.h │ ├── ESPView.m │ └── Fiddler │ │ ├── NCSessionConfiguration.h │ │ ├── NCSessionConfiguration.m │ │ ├── NCURLProtocol.h │ │ └── NCURLProtocol.m ├── IGG-For-ShiSanGe-Prefix.pch ├── IGG │ ├── JHDragView.h │ ├── JHDragView.m │ ├── JHPP.h │ ├── JHPP.m │ ├── JHUIViewControllerDecoupler.h │ ├── JHUIViewControllerDecoupler.m │ ├── PubgLoad.h │ └── PubgLoad.mm ├── LuntanYZ │ ├── LtGongNeng.m │ └── LtShengMing.h ├── SCLAlertView │ ├── SCLAlertView.h │ ├── SCLAlertView.m │ ├── SCLAlertViewResponder.h │ ├── SCLAlertViewResponder.m │ ├── SCLAlertViewStyleKit.h │ ├── SCLAlertViewStyleKit.m │ ├── SCLButton.h │ ├── SCLButton.m │ ├── SCLMacros.h │ ├── SCLSwitchView.h │ ├── SCLSwitchView.m │ ├── SCLTextView.h │ ├── SCLTextView.m │ ├── SCLTimerDisplay.h │ ├── SCLTimerDisplay.m │ ├── UIImage+ImageEffects.h │ └── UIImage+ImageEffects.m └── main.m ├── IGG-For-ShiSanGe.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── apple.xcuserdatad │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings │ │ ├── guyongagng.xcuserdatad │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings │ │ ├── guyonggang.xcuserdatad │ │ ├── IDEFindNavigatorScopes.plist │ │ └── UserInterfaceState.xcuserstate │ │ ├── mac.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── mac126.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── macgu.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── macgyg.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── nongshifu.xcuserdatad │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings │ │ ├── yi.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── zzz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── xcshareddata │ └── xcschemes │ │ └── DLGMemor.xcscheme └── xcuserdata │ ├── apple.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ ├── guyongagng.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ ├── guyonggang.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ ├── mac126.xcuserdatad │ └── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ ├── macgu.xcuserdatad │ └── xcschemes │ │ └── xcschememanagement.plist │ ├── macgyg.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ └── xcschememanagement.plist │ ├── nongshifu.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ └── xcschememanagement.plist │ └── yi.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── JRMemory.framework ├── Headers │ └── MemScan.h ├── Info.plist └── JRMemory └── README.md /HackMenu/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/.DS_Store -------------------------------------------------------------------------------- /HackMenu/Bsphp/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/Config.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/Config.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/Config.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/Gongneng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/Gongneng.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/Gongneng.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/Gongneng.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AESUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AESUtility.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AESUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AESUtility.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFHTTPSessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFHTTPSessionManager.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFHTTPSessionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFHTTPSessionManager.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFNetworkReachabilityManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFNetworkReachabilityManager.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFNetworkReachabilityManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFNetworkReachabilityManager.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFNetworking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFNetworking.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFSecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFSecurityPolicy.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFSecurityPolicy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFSecurityPolicy.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFURLRequestSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFURLRequestSerialization.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFURLRequestSerialization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFURLRequestSerialization.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFURLResponseSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFURLResponseSerialization.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFURLResponseSerialization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFURLResponseSerialization.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFURLSessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFURLSessionManager.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/AFNetworking/AFURLSessionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/AFNetworking/AFURLSessionManager.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/DES3Utill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/DES3Utill.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/DES3Utill.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/DES3Utill.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/GTMBase64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/GTMBase64.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/GTMBase64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/GTMBase64.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/GTMDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/GTMDefines.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/LRKeychain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/LRKeychain.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/LRKeychain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/LRKeychain.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/MF_Base64Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/MF_Base64Additions.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/MF_Base64Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/MF_Base64Additions.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSData+Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSData+Base64.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSData+Base64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSData+Base64.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSData+CommonCrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSData+CommonCrypto.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSData+CommonCrypto.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSData+CommonCrypto.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSDictionary+StichingStringkeyValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSDictionary+StichingStringkeyValue.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSDictionary+StichingStringkeyValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSDictionary+StichingStringkeyValue.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+AES.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+AES.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+AES.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+AES.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+Base64.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+Base64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+Base64.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+MD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+MD5.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+MD5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+MD5.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+Tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+Tools.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+Tools.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+Tools.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+URLCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+URLCode.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NSString+URLCode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NSString+URLCode.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NetWorkingApiClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NetWorkingApiClient.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/NetWorkingApiClient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/NetWorkingApiClient.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/UIAlertView+Blocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/UIAlertView+Blocks.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/UIAlertView+Blocks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/UIAlertView+Blocks.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/UIView+Toast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/UIView+Toast.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/UIView+Toast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/UIView+Toast.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/UserInfoManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/UserInfoManager.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/UserInfoManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/UserInfoManager.m -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/defines.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/lz4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/lz4.c -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/lz4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/lz4.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/mem.c -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/mem.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/mem_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/mem_utils.c -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/mem_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/mem_utils.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/search_result.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/search_result.c -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/search_result.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/search_result.h -------------------------------------------------------------------------------- /HackMenu/Bsphp/memui/lz4/search_result_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/Bsphp/memui/lz4/search_result_def.h -------------------------------------------------------------------------------- /HackMenu/CaptainHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/CaptainHook.h -------------------------------------------------------------------------------- /HackMenu/ESP/ESP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/ESP.h -------------------------------------------------------------------------------- /HackMenu/ESP/ESP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/ESP.m -------------------------------------------------------------------------------- /HackMenu/ESP/ESPView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/ESPView.h -------------------------------------------------------------------------------- /HackMenu/ESP/ESPView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/ESPView.m -------------------------------------------------------------------------------- /HackMenu/ESP/Fiddler/NCSessionConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/Fiddler/NCSessionConfiguration.h -------------------------------------------------------------------------------- /HackMenu/ESP/Fiddler/NCSessionConfiguration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/Fiddler/NCSessionConfiguration.m -------------------------------------------------------------------------------- /HackMenu/ESP/Fiddler/NCURLProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/Fiddler/NCURLProtocol.h -------------------------------------------------------------------------------- /HackMenu/ESP/Fiddler/NCURLProtocol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/ESP/Fiddler/NCURLProtocol.m -------------------------------------------------------------------------------- /HackMenu/IGG-For-ShiSanGe-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG-For-ShiSanGe-Prefix.pch -------------------------------------------------------------------------------- /HackMenu/IGG/JHDragView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/JHDragView.h -------------------------------------------------------------------------------- /HackMenu/IGG/JHDragView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/JHDragView.m -------------------------------------------------------------------------------- /HackMenu/IGG/JHPP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/JHPP.h -------------------------------------------------------------------------------- /HackMenu/IGG/JHPP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/JHPP.m -------------------------------------------------------------------------------- /HackMenu/IGG/JHUIViewControllerDecoupler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/JHUIViewControllerDecoupler.h -------------------------------------------------------------------------------- /HackMenu/IGG/JHUIViewControllerDecoupler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/JHUIViewControllerDecoupler.m -------------------------------------------------------------------------------- /HackMenu/IGG/PubgLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/PubgLoad.h -------------------------------------------------------------------------------- /HackMenu/IGG/PubgLoad.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/IGG/PubgLoad.mm -------------------------------------------------------------------------------- /HackMenu/LuntanYZ/LtGongNeng.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/LuntanYZ/LtGongNeng.m -------------------------------------------------------------------------------- /HackMenu/LuntanYZ/LtShengMing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/LuntanYZ/LtShengMing.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLAlertView.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLAlertView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLAlertView.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLAlertViewResponder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLAlertViewResponder.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLAlertViewResponder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLAlertViewResponder.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLAlertViewStyleKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLAlertViewStyleKit.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLAlertViewStyleKit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLAlertViewStyleKit.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLButton.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLButton.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLMacros.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLSwitchView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLSwitchView.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLSwitchView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLSwitchView.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLTextView.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLTextView.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLTimerDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLTimerDisplay.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/SCLTimerDisplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/SCLTimerDisplay.m -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/UIImage+ImageEffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/UIImage+ImageEffects.h -------------------------------------------------------------------------------- /HackMenu/SCLAlertView/UIImage+ImageEffects.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/SCLAlertView/UIImage+ImageEffects.m -------------------------------------------------------------------------------- /HackMenu/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/HackMenu/main.m -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyongagng.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyongagng.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyongagng.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyongagng.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyonggang.xcuserdatad/IDEFindNavigatorScopes.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyonggang.xcuserdatad/IDEFindNavigatorScopes.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyonggang.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/guyonggang.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/mac126.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/mac126.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/macgu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/macgu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/macgyg.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/macgyg.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/nongshifu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/nongshifu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/nongshifu.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/nongshifu.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/yi.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/yi.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/zzz.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/project.xcworkspace/xcuserdata/zzz.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcshareddata/xcschemes/DLGMemor.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcshareddata/xcschemes/DLGMemor.xcscheme -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/guyongagng.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/guyongagng.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/guyonggang.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/guyonggang.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/mac126.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/mac126.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/macgu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/macgu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/macgyg.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/macgyg.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/macgyg.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/macgyg.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/nongshifu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/nongshifu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/nongshifu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/nongshifu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /IGG-For-ShiSanGe.xcodeproj/xcuserdata/yi.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/IGG-For-ShiSanGe.xcodeproj/xcuserdata/yi.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /JRMemory.framework/Headers/MemScan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/JRMemory.framework/Headers/MemScan.h -------------------------------------------------------------------------------- /JRMemory.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/JRMemory.framework/Info.plist -------------------------------------------------------------------------------- /JRMemory.framework/JRMemory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/JRMemory.framework/JRMemory -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kuteteen/IGG/HEAD/README.md --------------------------------------------------------------------------------