The dnsglobe is a terminal-based DNS propagation checker written in Rust. It queries many public DNS resolvers around the world in parallel, compares the returned DNS records, and shows how...
The ugrep is a fast command-line search utility designed for finding text and patterns across files and directories. It supports recursive searches, regular expressions, Unicode text, and various output formats...
The entr is a lightweight command-line utility designed to monitor files for changes and automatically execute commands when modifications occur. It can be useful for development workflows where tests, scripts...
GNU cflow is a command-line utility that analyzes C source code and produces a hierarchical representation of function calls. It can help examine relationships between functions in a C program...
The jc is a command-line utility that transforms the output of common Linux commands into structured JSON. This makes command results easier to process with scripts, automation tools, and other...
The lcov is a command-line tool designed to collect and present code coverage information generated by GCC. It works with coverage data produced by GCC instrumentation features and provides a...
The fq is a command-line utility designed for inspecting and analyzing binary data. It supports a wide range of binary formats and provides an expressive query language for exploring structured...
The trdsql is a command-line tool that allows SQL queries to be executed against CSV, LTSV, JSON, and other tabular data formats. It provides a convenient way to inspect, filter...
The objdiff CLI is an object files comparison tool designed primarily for decompilation projects. It compares object files (.o) at the function and data level, making it possible to inspect...
Wakaru is a JavaScript decompiler that converts bundled or compiled code into more readable modern JavaScript. It can reverse common transformations produced by bundlers, compilers, and minifiers. This tutorial demonstrates...