Built-in
otool
Install Dump Decrypted
git clone https://github.com/stefanesser/dumpdecrypted.git
cd dumpdecrypted
make
Install Class Dump
Kunjungi http://stevenygard.com/projects/class-dump/
Install Radare2
Kunjungi https://rada.re/r/
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install radare2
Install VIM
brew install vim
Install iRET
Kunjungi https://www.veracode.com/iret-ios-reverse-engineering-toolkit-veracode
iRet mempunyai dependensi dengan Cydia->iFile.
Install Cycript
Kunjungi http://www.cycript.org
Install iFun-Box
Kunjungi http://www.i-funbox.com/en_download.html
Install Java
Kunjungi http://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html
Install Node
brew upgrade node
brew install npm
Install Maven
brew install mvnvm
mvn -v
Install Frida-Cycript
brew install readline
export CPPFLAGS="$CPPFLAGS -I/usr/local/opt/readline/include"
export LDFLAGS="$LDFLAGS -L/usr/local/opt/readline/lib"
git clone https://github.com/nowsecure/frida-cycript.git
cd cycript
git submodule init
git submodule update
brew install automake autogen autoconf libtool
./autogen.sh
./configure --enable-static --with-libclang="-rpath /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib" --with-python=/usr/bin/python-config
make clean
make -j8
mc724s-mbp:src mc724$ cat -n Makefile* | grep "\-source"
1382 rm -rf Class; mkdir Class; javac -g -Xlint:unchecked -source 1.5 -target 1.5 -d Class -sourcepath $(srcdir)/Java $<
119 rm -rf Class; mkdir Class; javac -g -Xlint:unchecked -source 1.5 -target 1.5 -d Class -sourcepath $(srcdir)/Java $<
1382 @CY_JAVA_TRUE@ rm -rf Class; mkdir Class; javac -g -Xlint:unchecked -source 1.5 -target 1.5 -d Class -sourcepath $(srcdir)/Java $<
mc724s-mbp:src mc724$ vi +1382 Makefile
mc724s-mbp:src mc724$ vi +19 Makefile
mc724s-mbp:src mc724$ vi +119 Makefile
mc724s-mbp:src mc724$ vi +119 Makefile.in
mc724s-mbp:src mc724$ vi +119 Makefile.am
mc724s-mbp:src mc724$
./src/cycript
Failed