Tools

project

cocospod
fastline
Carthage

build

xcodebuild
xcrun
security
sed
xtool
xbuild
fastline

analysis

nm
otool
Class-dump
strings
lipo

network

  • Chisel is a collection of LLDB commands to assist debugging iOS apps.

    debug

    lldb

    disassemble

    ida
    Hopper

    others

    brew
    svn
    git

MLeaksFinder Find memory leaks in your iOS app at develop time.

Codesign
xxd
MachOView
yololib
./yololib [binary] [dylib file]
./yololib [被插入dylib的二进制文件] [要插入的dylib]

1
2
__attribute__((constructor)) static void entry() {
}

CaptainHook

Localization

1
2
genstrings
plutil

reference