mac环境配置

type
status
date
slug
tags
summary
category
icon
password
😀
Q:ios调试环境怎么搞?
A:买台mac
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • 环境变量:
echo "export PATH=/opt/homebrew/bin:$PATH" >> ~/.zshrc
  • 安装
brew install
  • zsh命令行
brew install zsh
  • oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • zsh-autosuggestions 命令行提示插件
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
.zshrc 中,把 zsh-autosuggestions 加入插件列表:
  • zsh-syntax-highlighting命令语法校验
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
在 .zshrc 中,把 zsh-syntax-highlighting 加入插件列表:
  • 传输文件
python -m http.server
  • 远程ida
把权限开了运行macos那个arm server局域网远程就行
上一篇
ACTF2023
下一篇
das202310
Loading...
目录
文章列表
Hi~, I ‘m moyao
reverse
pwn
pentest
iot
android
others
ctf
iOS