All Projects → hongruqi → SafeGuard

hongruqi / SafeGuard

Licence: other
WTSafeGuard can effectively prevent the IOS system application crash

Programming Languages

objective c
16641 projects - #2 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SafeGuard

Defensecrash
Android defense crash
Stars: ✭ 128 (+137.04%)
Mutual labels:  crash
Ios Crash Dump Analysis Book
iOS Crash Dump Analysis Book
Stars: ✭ 158 (+192.59%)
Mutual labels:  crash
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-5.56%)
Mutual labels:  crash
Xcrash
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
Stars: ✭ 148 (+174.07%)
Mutual labels:  crash
Wocrashprotector
一个无侵入的 iOS crash 防护框架,基于 Swizzle Method 的 Crash 防护。能有效的防止代码潜在的crash,自动在app运行时实时捕获导致app崩溃的破环因子,使app避免崩溃,照样可以继续正常运行。 主要参考了《大白健康系统--iOS APP运行时Crash自动修复系统》此文,以及AvoidCrash、QYCrashProtector、NeverCrash这三个框架编写而成。更多内容请看项目吧。
Stars: ✭ 176 (+225.93%)
Mutual labels:  crash
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+290.74%)
Mutual labels:  crash
Koom
KOOM is an OOM killer on mobile platform by Kwai.
Stars: ✭ 2,247 (+4061.11%)
Mutual labels:  crash
XLog
一个简易的日志打印框架(支持打印策略自定义,默认提供2种策略:logcat打印和磁盘打印)
Stars: ✭ 33 (-38.89%)
Mutual labels:  crash
Xcrash
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
Stars: ✭ 2,689 (+4879.63%)
Mutual labels:  crash
perses
Language-agnostic program reducer.
Stars: ✭ 57 (+5.56%)
Mutual labels:  crash
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (+187.04%)
Mutual labels:  crash
Crashcanary
CrashCanary是一个无侵入的安卓崩溃日志记录工具,对你的代码没有任务侵入性,无需申请权限,只需要添加依赖,即可在程序崩溃时记录崩溃日志并可查看所有日志。
Stars: ✭ 175 (+224.07%)
Mutual labels:  crash
Panicparse
Crash your app in style (Golang)
Stars: ✭ 2,954 (+5370.37%)
Mutual labels:  crash
Recovery
Blog:https://zhengxiaoyong.com Wechat:
Stars: ✭ 1,679 (+3009.26%)
Mutual labels:  crash
backtrace-unity
First-class error reporting for the Unity game engine.
Stars: ✭ 99 (+83.33%)
Mutual labels:  crash
Dr.light
iOS safety kit to avoid crash in some cases(OC)
Stars: ✭ 127 (+135.19%)
Mutual labels:  crash
Cuteviruscollection
A Collection of Cute But Deadly Viruses (small-unharmful-annoying-harmless-funny-computer-malware-virus-worm-windows-xp-7-10)
Stars: ✭ 202 (+274.07%)
Mutual labels:  crash
LogServiceCrash
POC code to crash Windows Event Logger Service
Stars: ✭ 23 (-57.41%)
Mutual labels:  crash
kahoot-tools
A website for interacting with kahoot games.
Stars: ✭ 63 (+16.67%)
Mutual labels:  crash
Droid Application Fuzz Framework
Android application fuzzing framework with fuzzers and crash monitor.
Stars: ✭ 248 (+359.26%)
Mutual labels:  crash

WTSafeGuard can effectively prevent the IOS system application crash

Features

  • Avoid NSTimer crash
  • Avoid UIKit Called on Non-Main Thread crash
  • Avoid KVO crash
  • Avoid unrecognized selector crash
  • Avoid Container NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSSet, NSMutableSet crash
  • Avoid NSString, NSMutableString,NSAttributedString crash
  • Avoid NSURL, NSFileManager, NSIndexPath, NSJSONSerialization

Requirements

  • IOS 8 or later , XCode 7 or later

How To Use

#import "WTSafeGuard.h"

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    [WTSafeGuard startSafeGuard];
}

Installation

  • pod 'WTSafeGuard'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].