LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ktool

Mach-O and Objective-C analysis toolkit for the terminal

TLDR

Dump Mach-O header information
$ ktool dump [path/to/binary]
copy
List segments and sections
$ ktool list [path/to/binary]
copy
Show symbols from a binary
$ ktool symbols [path/to/binary]
copy
Output analysis as JSON
$ ktool json [path/to/binary]
copy
Show file type information
$ ktool file [path/to/binary]
copy

SYNOPSIS

ktool command [options] [file]

DESCRIPTION

ktool is a CLI and TUI toolkit for inspecting and editing Mach-O binaries and Objective-C metadata. It provides commands for MachO analysis (dump, json, list, symbols, info), MachO editing (insert, edit, lipo), and miscellaneous utilities (file, img4).The tool works without external compiled dependencies and runs anywhere with a Python interpreter. It can analyze Apple mach-o and dyldsharedcache files.

CAVEATS

Designed specifically for Apple Mach-O binary format. Not applicable to ELF or PE binaries.

HISTORY

ktool was created by 0cyn and is written in Python. It can be installed via pip with `pip install k2l`.

SEE ALSO

nm(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid