mac装机必备
软件工具
安装
sogou输入法 https://shurufa.sogou.com/mac安装
hombrew包管理器 https://brew.sh/安装
iterm2工具 https://iterm2.com/安装
oh-my-zsh插件 https://ohmyz.sh/- 安装
clashverge revvpn 工具 https://www.clashverge.dev/
- 安装
安装
git命令行工具brew install githttps://git-scm.com/安装
git-cz插件 https://github.com/commitizen/cz-cli1
2
3npm install -g commitizen
npm install -g cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc安装
node环境--global全局安装 https://nodejs.org/en安装
typorahttps://typora.io/安装
hexo工具 https://hexo.io/zh-cn/安装
postman网络请求工具 https://www.postman.com/安装
alfred效率工具 https://www.alfredapp.com/安装
sublime文本编辑器 https://www.sublimetext.com/- 安装
submlime HTML-CSS-JS Prettify插件,步骤:Tools->Command Palette->Package Control:Install Package - 安装
submlime shellcheck插件,步骤:Tools->Command Palette->Package Control:Install Package
- 安装
安装
charles抓包工具(破解) https://www.charlesproxy.com/安装
wireshark网络抓包工具 https://www.wireshark.org/安装
android studio开发工具 https://developer.android.com/studio安装
vscode开发工具 https://code.visualstudio.com/安装
idea开发工具 https://www.jetbrains.com/zh-cn/idea/安装
Clion开发工具 https://www.jetbrains.com.cn/clion/安装
jdgui反编译工具 https://java-decompiler.github.io/安装
jadx反编译工具 https://github.com/skylot/jadx, 通过自动操作.app 创建应用程序安装
apktool反编译以及重打包 工具 https://apktool.org/安装
ghidra反编译工具(c/c++反编译) https://github.com/NationalSecurityAgency/ghidra,通过自动操作.app 创建应用程序安装
ida pro反编译工具(破解版) https://www.123865.com/?notoken=1安装
colc代码统计工具 https://github.com/AlDanial/cloc?tab=readme-ov-file#install-via-package-manager安装
mumu模拟器 https://mumu.163.com/安装
frida动态hook工具 https://frida.re/
环境配置
配置
ssh环境1
2
3
4ssh-keygen -t rsa -b 4096 -C "cxue.dev@qq.com"
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
ssh-add ~/.ssh/xxx.pub
ssh -T github.com ## 测试是否连通配置
JAVA_HOMEANDROID_NDK_HOME环境变量添加当前目录到 PATH 中,可以避免每次执行文件时添加
./前缀:export PATH=${PATH}:.