iosre Blog

iOS 逆向开发,熟悉iphone/tweak、iphone/tool、cydia的repo 制作 、cocoapods的Specs repo制作(using-pod-lib-create、private-cocoapods)

snippets-lab

SnippetsLab is an easy-to-use code snippets manager

与alfred 的workflow结合使用 See Also capstone Capstone disassembly/disassembler framework: Core (Arm, Arm64, M68K, Mips, PPC, Sparc, SystemZ, X86, X86_64, XCore) + bindings (Python, Java...

alfredapp

Alfred is an award-winning app for Mac OS X which boosts your efficiency with hotkeys, keywords, text expansion and more. Search your Mac and the web, and be more productive with custom actions to control your Mac

前言 alfred彻底解决了输入输出的痛点,极大的减少了程序之间的切换成本和重复按键成本;快速打开软件、自定义脚本执行 之前觉得Spotlight Search很牛逼,现在发现更好用 Spotlight Search的默认唤起快捷键:control+space 切换输入法的快捷键:command+space 打开Alf...

Postman-osx-6.1.3

Postman helps you develop APIs faster

See Also knpost /Users/devzkn/bin//knpost Postman-osx-6.1.3 Postman helps you develop APIs faster -t Efficiency #原来""的参数,需要自己加上""

autojump

autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line.

I、autojump A cd command that learns - easily navigate directories from the command line 允许你可以直接跳转到你喜爱的目录,而不用管你现在身在何处。 通过history命令就能找到近期执行的命令,autojump 就是通过记录你在 history 中的行为把你访问过的文件夹路径...

stringByReplacingOccurrencesOfString_substringWithRange_NSRegularExpression

处理字符串的常用方法

setupstr substringWithRange //NSRange range = {7, word.length-2}; //word = [word substringWithRange:range]; stringByReplacingOccurrencesOfString title = [t...

UIImageTobase64EncodedString

二维码的base64字符串转换;通过我们更喜欢传递二维码的信息

originImage-> encodedImageStr encodedImageStr UIImage *originImage = [self valueForKey:@"m_oQRCodeImage"]; NSData *data = UIImageJPEGRepresentation(originImage, 1.0...

CycriptUsefulCommand

常用的cycript命令、分析思路

前言 使用cy 分析应用:查看界面、查找关键函数、验证代码执行效果 I 、Powerful private methods Powerful private methods _ivarDescription _shortMethodDescription nextResponder _autolayoutTrace recursiveDescription _...

respondsToSelector

处理不同版本的API

NSStringFromSelector NSStringFromSelector if([verifyLogic respondsToSelector:@selector(startWithVerifyContactWrap:opCode:parentView:fromChatRoom:)]){ // 此方...

EnumStringinterrotation

枚举字符串互转,常用语服务端不使用整型枚举的场景

KNConst.h ` 定义私有的互转函数` 定义互转函数 ` 此文件只有在使用的时候才引用` const NSArray *_knevent_TYPE; // 创建初始化函数。等于用宏创建一个getter函数 #define NetworkTypeGet (_knevent_TYPE == nil ? _knevent_TYPE = [[NSArray ...

MM.sqlite

MM.sqlite

MM.sqlite MM.sqlite iPhone:/var/mobile/Containers/Data/Application/672BC109-4ED3-41EB-9E29-D976AF150661/Documents root# find . -name "MM.sqlite" ./168382edfbf20fc8e6340f8590a006c0/DB...