逆向环境搭建

逆向环境搭建

常用工具

一、Alfred ---- 智能搜索软件

软件下载:链接:https://pan.baidu.com/s/1yxcHZ2fTs3Yy-gEUTgaZuw 密码:ngb1
或者http://www.sdifen.com/alfred32.html
软件使用:https://www.jianshu.com/p/e9f3352c785f
添加shell步骤:
1、“command + ,” 调出设置页面;
2、选择Features->Terminal/Shell,选择application为Custom,粘贴一下脚本:

on alfred_script(q)  
    if application "iTerm2" is running or application "iTerm" is running then  
        run script "  
            on run {q}  
                tell application \":Applications:iTerm.app\"  
                    activate  
                    try  
                        select first window  
                        set onlywindow to false  
                    on error  
                        create window with default profile  
                        select first window  
                        set onlywindow to true  
                    end try  
                    tell current session of the first window  
                        if onlywindow is false then  
                            tell split vertically with default profile  
                                write text q  
                            end tell  
                        end if  
                    end tell  
                end tell  
            end run  
        " with parameters {q}  
    else  
        run script "  
            on run {q}  
                tell application \":Applications:iTerm.app\"  
                    activate  
                    try  
                        select first window  
                    on error  
                        create window with default profile  
                        select first window  
                    end try  
                    tell the first window  
                        tell current session to write text q  
                    end tell  
                end tell  
            end run  
        " with parameters {q}  
    end if  
end alfred_script

二、iTerm2 ---- 终端利器

软件下载:链接:https://pan.baidu.com/s/1jcavHXWeCRiQWg3To5OoAQ 密码:b7dk
字体下载:链接:https://pan.baidu.com/s/1JtbuZflji-QLVNjUidqRfQ 密码:p9q4
软件配置与使用:http://www.cnblogs.com/xishuai/p/mac-iterm2.html
修改主题:
1、选择Color -> Color Presents... ,选择Solarized Dark
2、“command + ,”显示设置页面,选择Profiles -> Text,选择Font底下Change Font -> Meslo LG M Regular for Powerline

三、Go2Shell ---- 打开Shell的工具

软件下载:链接:https://pan.baidu.com/s/1HofWxomnQlAJQMGkyVd3XQ 密码:aeek
软件配置:
1、Terminal application to use,选择Iterm2
2、open terminal in,选择New Window
3、Command to execute in terminal,填写:cd %PATH%; clear; pwd
4、install
Go2Shell加入文件夹顶部:
打开finder,在顶部右键,选择“自定义工具栏”,将需要的应用拉入finder顶部;或者按住command,用鼠标将应用拖到finder的顶部。

必备工具

MonkeyDev 和 cycript

MonkeyDev安装:https://github.com/AloneMonkey/MonkeyDev/wiki/安装
cycript安装:https://segmentfault.com/a/1190000011720125

配置:
1、打开iTerm2,输入vim ~/.zshrc
2、在底部添加以下代码:

export MonkeyDevPath=/opt/MonkeyDev
export MonkeyDevDeviceIP=
export PATH=/opt/MonkeyDev/bin:$PATH
export PATH=/opt/cycript_0.9.594:$PATH
source ~/.bash_profile

3、再次编辑bash_profile,iTerm2输入vim ~/.bash_profile
4、在底部输入以下代码:

export THEOS=/opt/theos/bin
export CY=/opt/cycript_0.9.594/
export PATH=/opt/theos/bin/:$CY:$PATH

注:以上的cycript版本根据实际安装的版本来填写

配置cycript配置遇到的问参考:https://note.youdao.com/share/?id=87a5e6bd63ad44e2193de5a2baaff810&type=note#/

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 1、计算的主要组成部件与功能 1946年ENIAC计算机研发完成,标志着电子计算机时代的正式到来。从第一代的电子管...
    Tigfish阅读 1,279评论 3 4
  • 《香帅的北大金融学课》 我们在经典教科书里都学过一个知识,“货币起源于物物交换”。这个观点是亚当·斯密发明的。但是...
    寻世良方Cc_Sandy拎0阅读 556评论 0 2
  • 风 文/党爱元(甘肃) 你从远古走来 吹落了一段历史 留下了一缕缕烟云 谁说风过无痕? 黑夜里 你漫过肌肤 淡淡的...
    落寞在凉州的烟雨里阅读 290评论 0 3
  • 儿时,听师父说,江湖是一个有很多人,很多武器,布满争斗的地方。后来,待到自己跨进了这个漩涡,原来,一个人,一柄剑,...
    洛川川阅读 292评论 0 0