iOS安全攻防 工具链及获取途径

常用的命令和工具
ps           ——显示进程状态,CPU使用率,内存使用情况等【 Using the cydia package, adv-cmds does the trick!
sysctl       ——检查设定Kernel配置
netstat     ——显示网络连接,路由表,接口状态等【 默认源 apt.saurik.com 下搜索 network-cmds, ifconfig, route,同
route        ——路由修改
renice       ——调整程序运行的优先级
ifconfig    ——查看网络配置
tcpdump   ——截获分析网络数据包【 默认源 apt.saurik.com 下搜索tcpdump 】
lsof           ——列出当前系统打开的文件列表,别忘记一切皆文件,包括网络连接、硬件等
otool ①     ——查看程序依赖哪些动态库信息,反编代码段……等等等等【默认源 apt.saurik.com 下搜索 CC Tools】
nm ②        ——显示符号表
ldid ③      ——签名工具
gdb          ——调试工具【 默认源 apt.saurik.com 下搜索 GNU Debugger】
patch       ——补丁工具
SSH         ——远程控制

classdump(http://stevenygard.com/projects/class-dump/)
class-dump -H -o Headers bin

 apt.saurik.com 下 大量 for development的工具
killall,mktemp,renice,time,which【shell-cmds】
enforces support of injecting keypresses【Simulated Key Events】
【sudo】
【syslog to /var/log/syslog】

AppCrackr

 To install AppCrackr through Cydia (jailbroken devices only), you need to add the source " http://cydia.xsellize.com"  or " http://repo.insanelyi.com"  (Manage->Sources->Edit->Add).

http://alternativeto.net/software/appcrackr/reviews/

你可能感兴趣的:(iOS)