Skip to content

Instantly share code, notes, and snippets.

View SecFathy's full-sized avatar
🔍
Hunting Issues

Mohammed Fathy SecFathy

🔍
Hunting Issues
View GitHub Profile
@claui
claui / install_jtool2.sh
Last active September 5, 2024 09:34
How to install Jonathan Levin’s jtool2 on macOS 11.0 (Apple Silicon)
# Copy and paste the following snippet, including brackets, into the Terminal
(
set -e;
cd "$(mktemp -d)"
curl -LO 'http://www.newosxbook.com/tools/jtool2.tgz'
tar -x -f jtool2.tgz
lipo jtool2 -thin x86_64 -output jtool2.x86_64
lipo disarm -thin x86_64 -output disarm.x86_64
sudo mkdir -p /usr/local/bin