0xtools |
Always-on profiling for production systems |
---|
abi-compliance-checker |
A tool for checking backward compatibility of a C/C++ library |
---|
abi-dumper |
Dump ABI of an ELF object containing DWARF debug info |
---|
abootimg |
Manipulate Android boot images |
---|
ald |
Assembly Language Debugger |
---|
amtterm |
A nice tool to manage amt-enabled machines |
---|
android-ndk |
Open Handset Alliance's Android NDK (Native Dev Kit) |
---|
android-sdk-update-manager |
Open Handset Alliance's Android SDK |
---|
android-studio |
Android development environment based on IntelliJ IDEA |
---|
android-tools |
Android platform tools (adb, fastboot, and mkbootimg) |
---|
android-udev-rules |
Android udev rules list aimed to be the most comprehensive on the net |
---|
anjuta |
Base library of defunct IDE for GNOME to run applications |
---|
apitrace |
Tool for tracing, analyzing, and debugging graphics APIs |
---|
App-SVN-Bisect |
Binary search through svn revisions |
---|
archdiff |
Utility to view the differences between two source code archives |
---|
argouml |
Modelling tool that helps you do your design using UML |
---|
aruba |
Cucumber steps for driving out command line applications |
---|
astyle |
Artistic Style is a re-indenter and reformatter for C++, C and Java source code |
---|
autodia |
Parses source code, XML or data and produces an XML document in Dia format |
---|
autoproject |
Start a programming project using autotools and a command line parser generator |
---|
b2 |
A system for large project software construction, simple to use and powerful |
---|
babeltrace |
A command-line tool and library to read and convert trace files |
---|
bats |
Bats-core: Bash Automated Testing System |
---|
bazel |
Fast and correct automated build system |
---|
bbe |
Sed-like editor for binary files |
---|
bcc |
Tools for BPF-based Linux IO analysis, networking, monitoring, and more |
---|
bcpp |
Indents C/C++ source code |
---|
bdelta |
Binary Delta - Efficient difference algorithm and format |
---|
bear |
Build EAR generates a compilation database for clang tooling |
---|
biew |
A portable viewer of binary files, hexadecimal and disassembler modes |
---|
bindgen |
Automatically generates Rust FFI bindings to C and C++ libraries. |
---|
bingrep |
Binary file analysis tool |
---|
bin_replace_string |
A tool to edit C strings in compiled binaries |
---|
bitcoin-tx |
Command-line Bitcoin transaction tool |
---|
bitrise |
Run your Bitrise.io automations on any Mac or Linux machine |
---|
bloaty |
A size profiler for binaries |
---|
blueprint-compiler |
Compiler for Blueprint, a markup language for GTK user interfaces |
---|
bootconfig |
Bootconfig tools for kernel command line to support key-value |
---|
bpftool |
Tool for inspection and simple manipulation of eBPF programs and maps |
---|
bpftrace |
High-level tracing language for eBPF |
---|
breakpad |
implement a crash-reporting system. |
---|
bsdiff |
bsdiff: Binary Differencer using a suffix alg |
---|
btyacc |
Backtracking YACC - modified from Berkeley YACC |
---|
build2 |
cross-platform toolchain for building and packaging C++ code |
---|
buildbot |
BuildBot build automation system |
---|
buildbot-badges |
Buildbot badges plugin produces an image in SVG or PNG format... |
---|
buildbot-console-view |
Buildbot console-view plugin |
---|
buildbot-grid-view |
BuildBot grid view web interface |
---|
buildbot-pkg |
BuildBot common www build tools for packaging releases |
---|
buildbot-react-console-view |
Buildbot react based console-view plugin |
---|
buildbot-react-grid-view |
BuildBot react based grid view web interface |
---|
buildbot-waterfall-view |
Buildbot waterfall-view plugin |
---|
buildbot-worker |
BuildBot Worker (slave) Daemon |
---|
buildbot-wsgi-dashboards |
Buildbot plugin to integrate flask or bottle dashboards to buildbot UI |
---|
buildbot-www |
BuildBot base web interface, use with buildbot-{console-view,waterfall-view}... |
---|
buildbot-www-react |
BuildBot base web interface, use with buildbot-react-{console-view,grid-view}... |
---|
byacc |
The best variant of the Yacc parser generator |
---|
cargo-audit |
Audit Cargo.lock for crates with security vulnerabilities |
---|
cargo-c |
Helper program to build and install c-like libraries |
---|
cargo-ebuild |
Generates an ebuild for a package using the in-tree eclasses. |
---|
cargo-license |
Cargo subcommand to see license of dependencies |
---|
cargo-nextest |
Next-generation test runner for Rust |
---|
cargo-tarpaulin |
Cargo-Tarpaulin is a tool to determine code coverage achieved via tests |
---|
catalyst |
Release metatool used for creating releases based on Gentoo Linux |
---|
catfish |
A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot |
---|
cbindgen |
A tool for generating C bindings to Rust code |
---|
ccache |
Fast compiler cache |
---|
cccc |
Source metrics (line counts, complexity, etc) for Java and C++ |
---|
ccls |
C/C++/ObjC language server |
---|
cdecl |
Composing and deciphering C (or C++) declarations or casts, aka "gibberish." |
---|
cflow |
C function call hierarchy analyzer |
---|
cgdb |
A curses front-end for GDB, the GNU debugger |
---|
cgvg |
Minimal command-line source browsing tool similar to cscope |
---|
checkbashisms |
Perl script to check for commonly used bash features not defined by POSIX |
---|
chirurgien |
Chirurgien helps to understand and manipulate file formats |
---|
chroot-wrapper |
Wrapper for chroot to set up some bind mounts, namespaces, and control groups |
---|
clair |
Vulnerability Static Analysis for Containers |
---|
clazy |
Compiler plugin which allows clang to understand Qt semantics |
---|
clinfo |
A tool to display info about the system's OpenCL capabilities |
---|
clion |
A complete toolset for C and C++ development |
---|
clippy |
Standalone clippy tool built from FRR sources |
---|
cloc |
Count Lines of Code |
---|
cmake |
Cross platform Make |
---|
cmake-fedora |
Provides cmake helper macros and targets for linux, especially fedora developers |
---|
cmocka |
Unit testing framework for C |
---|
coccigrep |
A semantic grep for the C language |
---|
coccinelle |
Program matching and transformation engine |
---|
codeblocks |
The open source, cross platform, free C, C++ and Fortran IDE |
---|
codespell |
Check text files for common misspellings |
---|
colm |
COmputer Language Manipulation |
---|
colorgcc |
Perl script to colorise the gcc output |
---|
complexity |
a tool designed for analyzing the complexity of C program functions |
---|
conan |
Distributed C/C++ package manager |
---|
conf2struct |
Create C parsers for libconfig and command-line |
---|
cookiecutter |
Command-line utility to create projects from cookiecutters (project templates) |
---|
cppcheck |
Static analyzer of C/C++ code |
---|
cppi |
a cpp directive indenter |
---|
cpptest |
Simple but powerful unit testing framework for C++ |
---|
cppunit |
C++ port of the famous JUnit framework for unit testing |
---|
cpputest |
Unit testing and mocking framework for C/C++ |
---|
cproto |
Generate C function prototypes from C source code |
---|
cpuinfo-collection |
huge collection of /proc/cpuinfo files |
---|
cram |
Functional testing framework for command line applications |
---|
crash |
Red Hat crash utility; used for analyzing kernel core dumps |
---|
cscope |
Interactively examine a C program |
---|
csup |
A rewrite of CVSup |
---|
ctags |
Exuberant Ctags creates tags files for code browsing in editors |
---|
cucumber |
Executable feature scenarios |
---|
cucumber-ci-environment |
Detect CI Environment from environment variables |
---|
cucumber-compatibility-kit |
Kit to check compatibility with official cucumber implementation |
---|
cucumber-core |
Executable feature scenarios |
---|
cucumber-cucumber-expressions |
a simpler alternative to Regular Expressions |
---|
cucumber-gherkin |
Fast Gherkin lexer and parser |
---|
cucumber-html-formatter |
HTML formatter for Cucumber |
---|
cucumber-messages |
Protocol Buffer messages for Cucumber's inter-process communication |
---|
cucumber-rails |
Executable feature scenarios for Rails |
---|
cucumber-tag-expressions |
Cucumber tag expressions for ruby |
---|
cunit |
C Unit Test Framework |
---|
cutils |
C language utilities |
---|
cutter |
A Qt and C++ GUI for rizin reverse engineering framework |
---|
cvise |
Super-parallel Python port of the C-Reduce |
---|
cwdiff |
A script that wraps wdiff to support directories and colorize the output |
---|
datree |
Tool to ensure K8s manifests and Helm charts follow best practices |
---|
dbus-test-runner |
Run executables under a new DBus session for testing |
---|
ddd |
Graphical front-end for command-line debuggers |
---|
debhelper |
Collection of programs that can be used to automate common tasks in debian/rules |
---|
debootstrap |
Debian/Ubuntu bootstrap scripts |
---|
debugedit |
Create debuginfo and source file distributions |
---|
dejagnu |
Framework for testing other programs |
---|
desktop-file-utils |
Command line utilities to work with desktop menu entries |
---|
devhelp |
An API documentation browser for GNOME |
---|
d-feet |
D-Feet is a powerful D-Bus debugger |
---|
dialog |
Tool to display dialog boxes from a shell |
---|
diffball |
Delta compression suite for using/generating binary patches |
---|
diff-cover |
Find diff lines that do not have test coverage |
---|
difffilter |
Filter files out of unified diffs using POSIX extended regular expressions |
---|
diffoscope |
Will try to get to the bottom of what makes files or directories different |
---|
diffstat |
Display a histogram of diff changes |
---|
difftastic |
A structural diff that understands syntax. |
---|
diffuse |
A graphical tool to compare and merge text files |
---|
dirdiff |
A tool for differing and merging directories |
---|
directx-headers |
DirectX header files and WSL stubs |
---|
dissembler |
polymorphs bytecode to a printable ASCII string |
---|
docker-distribution-pruner |
Clean all old container revisions from registry |
---|
dogtail |
GUI test tool and automation framework using accessibility framework |
---|
drone |
A Continuous Delivery platform built on Docker, written in Go |
---|
drone-cli |
Command-line interface for Drone |
---|
dropwatch |
A utility to interface to the kernel to monitor for dropped network packets |
---|
d-spy |
D-spy is a blisteringly fast D-Bus debugger |
---|
duma |
DUMA (Detect Unintended Memory Access) is a memory debugging library |
---|
dwdiff |
diff-like program operating at word level instead of line level |
---|
ebuildtester |
A dockerized approach to test a Gentoo package within a clean stage3 container |
---|
edb-debugger |
edb is a cross platform x86/x86-64 debugger, inspired by Ollydbg |
---|
edi |
An EFL-based IDE |
---|
editorconfig-geany |
EditorConfig plugin for Geany |
---|
egypt |
Devilishly simple tool for creating call graphs of C programs |
---|
elfkickers |
collection of programs to manipulate ELF files: sstrip, rebind, elfls, elftoc |
---|
envman |
Environment variable manager for Bitrise CLI |
---|
FlameGraph |
Visualization of hierarchical data, especially profiled stack traces |
---|
flatpak-builder |
Tool to build flatpaks from source |
---|
flawfinder |
Examines C/C++ source code for security flaws |
---|
fq |
Tool for working with binary data (app-misc/jq for binary formats) |
---|
ftjam |
A 100% compatible, enhanced implementation of the make alternative Jam |
---|
ftnchek |
Static analyzer a la 'lint' for Fortran 77 |
---|
fuzz |
Stress-tests programs by giving them random input |
---|
gcovr |
A Python script for summarizing gcov data |
---|
gdbus-codegen |
GDBus code and documentation generator |
---|
geany |
GTK+ based fast and lightweight IDE |
---|
geany-plugins |
A collection of different plugins for Geany |
---|
gef |
A GDB Enhanced Features for exploit devs & reversers |
---|
gengetopt |
A tool to write command line option parsing code for C programs |
---|
gertty |
Gertty is a console-based interface to the Gerrit Code Review system |
---|
gi-docgen |
A documentation generator for GObject-based libraries |
---|
gitchangelog |
Creates a nicely formatted changelog from git log history |
---|
git-delta |
A syntax-highlighting pager for git |
---|
github-cli |
GitHub CLI |
---|
gitlab-ci-linter |
linter for .gitlab-ci.yml files |
---|
gitlab-cli |
the official gitlab command line interface |
---|
gitlab-runner |
The official GitLab Runner, written in Go |
---|
glade |
A user interface designer for GTK+ and GNOME |
---|
glib-utils |
Build utilities for GLib using projects |
---|
global |
tag system to find an object location in various sources |
---|
glslang |
Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator |
---|
gn |
GN is a meta-build system that generates build files for Ninja |
---|
gnome-builder |
An IDE for writing GNOME-based software |
---|
gnome-devel-docs |
Documentation for developing for the GNOME desktop environment |
---|
gob |
Preprocessor for making GTK+ objects with inline C code |
---|
goland |
Golang IDE by JetBrains |
---|
google-perftools |
Fast, multi-threaded malloc() and nifty performance analysis tools |
---|
gource |
A software version control visualization tool |
---|
gperf |
A perfect hash function generator |
---|
gpp |
A generic preprocessor |
---|
gprof2dot |
Converts profiling output to dot graphs |
---|
gtk-builder-convert |
Converts Glade files to GtkBuilder XML format |
---|
gtk-doc |
GTK+ Documentation Generator |
---|
gtk-doc-am |
Automake files from gtk-doc |
---|
gtk-update-icon-cache |
GTK update icon cache |
---|
gyp |
GYP (Generate Your Projects) meta-build system |
---|
heaptrack |
Fast heap memory profiler |
---|
herdtools7 |
The Herd toolsuite to deal with .cat memory models |
---|
hermes |
Lua based testing manager |
---|
hfstospell |
HFST spell checker library and command line tool |
---|
hip |
C++ Heterogeneous-Compute Interface for Portability |
---|
howdoi |
A code search tool |
---|
huc |
HTML umlaut conversion tool |
---|
hxd |
Binary to hexadecimal converter |
---|
hxtools |
A collection of tools and scripts |
---|
icemon |
Monitor program for use with Icecream compile clusters based on KDE Frameworks |
---|
icmake |
Hybrid between a make utility and a shell scripting language |
---|
idea-community |
A complete toolset for web, mobile and enterprise development |
---|
ignition-cmake |
CMake modules to be used by the Ignition projects |
---|
imediff2 |
An interactive, user friendly 2-way merge tool in text mode |
---|
include-what-you-use |
Find unused include directives in C/C++ programs |
---|
indent |
Indent program source files |
---|
intel-graphics-compiler |
LLVM-based OpenCL compiler for OpenCL targetting Intel Gen graphics hardware |
---|
intel-graphics-system-controller |
Intel graphics system controller firmware update library |
---|
intel-ocl-sdk |
Intel's implementation of the OpenCL standard |
---|
intltool |
Internationalization Tool Collection |
---|
its4 |
ITS4: Software Security Tool |
---|
itstool |
Translation tool for XML documents that uses gettext files and ITS rules |
---|
japi-compliance-checker |
Java API compliance checker |
---|
jenkins-bin |
The leading open source automation server |
---|
jfrog-cli |
Command line utility for operations on container images and image repositories |
---|
kbuild |
A makefile framework for writing simple makefiles for complex tasks |
---|
kcov |
Kcov is a code coverage tester for compiled languages, Python and Bash |
---|
kdbg |
Graphical debugger interface |
---|
kdevelop |
Integrated Development Environment, supporting KF5/Qt, C/C++ and much more |
---|
kdevelop-pg-qt |
LL(1) parser generator used mainly by KDevelop language plugins |
---|
kdevelop-php |
PHP plugin for KDevelop |
---|
kdevelop-python |
Python plugin for KDevelop |
---|
kdstatemachineeditor |
Framework for creating Qt State Machine metacode using graphical user interfaces |
---|
kernelshark |
Graphical reader for trace-cmd output |
---|
kio-perldoc |
KIO worker interface to browse Perl documentation |
---|
kube-linter |
kubernetes yaml and helm chart static analysis tool |
---|
kubeval |
validate kubernetes YAML or JSON configuration files |
---|
kup |
kernel.org uploader tool |
---|
kyua |
Testing framework for infrastructure software |
---|
lcov |
A graphical front-end for GCC's coverage testing tool gcov |
---|
leaktracer |
Trace and analyze memory leaks in C++ programs |
---|
libabigail |
Suite of tools for checking ABI differences between ELF objects |
---|
librnp |
High performance C++ OpenPGP library |
---|
libtree |
ldd as a tree with an option to bundle dependencies into a single folder |
---|
linklint |
A Perl program that checks links on web sites |
---|
lldb |
The LLVM debugger |
---|
local-log4j-vuln-scanner |
simple local log4j vulnerability scanner |
---|
lockrun |
Lockrun - runs cronjobs with overrun protection |
---|
log4shelldetect |
Check for java programs vulnerable to log4shell |
---|
lsuio |
List available userspace I/O (UIO) devices |
---|
ltrace |
trace library calls made at runtime |
---|
lttng-modules |
LTTng Kernel Tracer Modules |
---|
lttng-tools |
Linux Trace Toolkit - next generation |
---|
lttng-ust |
Linux Trace Toolkit - UST library |
---|
lv2lint |
Check whether a given LV2 plugin is up to the specification |
---|
lxqt-build-tools |
LXQt Build Tools |
---|
mage |
make/rake like tool using go |
---|
makeheaders |
Tool that automatically generates .h files for a C or C++ programming project |
---|
makepp |
GNU make replacement |
---|
massif-visualizer |
Tool visualising massif data |
---|
maturin |
Build and publish crates with pyo3, rust-cpython and cffi bindings |
---|
maxcso |
Fast cso compressor |
---|
mdds |
Collection of multi-dimensional data structure and indexing algorithm |
---|
meld |
A graphical diff and merge tool |
---|
memprof |
Profiling and leak detection tool |
---|
meson |
Open source build system |
---|
meson-format-array |
Format shell expressions into a meson array |
---|
min-cscope |
Interactively examine a C program |
---|
mingw64-runtime |
Free Win64 runtime and import library definitions |
---|
mingw64-toolchain |
All-in-one mingw64 toolchain intended for building Wine without crossdev |
---|
muon |
A meson-compatible build system |
---|
netsurf-buildsystem |
Build system used for netsurf and its libs |
---|
ninja |
A small build system similar to make |
---|
ninka |
A license identification tool for source code |
---|
numdiff |
File comparision, ignoring small numeric differences and formats |
---|
nvidia-cuda-toolkit |
NVIDIA CUDA Toolkit (compiler and friends) |
---|
objconv |
object code file converted (COFF, ELF, OMF, MACHO) |
---|
omake |
Make replacement |
---|
opencl-headers |
Unified C language headers for the OpenCL API |
---|
open-vcdiff |
An encoder/decoder for the VCDIFF (RFC3284) format |
---|
oprofile |
A transparent low-overhead system-wide profiler |
---|
ostree |
Operating system and container binary deployment and upgrades |
---|
packer |
A tool to create identical machine images for multiple platforms |
---|
pahole |
pahole (Poke-a-Hole) and other DWARF2 utilities |
---|
patchelf |
Small utility to modify the dynamic linker and RPATH of ELF executables |
---|
patchutils |
A collection of tools that operate on patch files |
---|
patdiff |
Colored patience diffs with word-level refinement |
---|
peda |
Python Exploit Development Assistance for GDB |
---|
peg |
Recursive-descent parser generators for C |
---|
perf |
Userland tools for Linux Performance Counters |
---|
pkgcheck |
pkgcore-based QA utility for ebuild repos |
---|
pkgconf |
pkg-config compatible replacement with no dependencies other than C99 |
---|
pkgdev |
Collection of tools for Gentoo development |
---|
pkgdiff |
Package Changes Analyzer (pkgdiff) |
---|
plan9port |
Port of many Plan 9 programs and libraries |
---|
ply |
Dynamic instrumentation of the Linux kernel with BPF and kprobes |
---|
poke |
Extensible editor for structured binary data |
---|
premake |
A makefile generation tool |
---|
pretrace |
start dynamically linked applications under debugging environment |
---|
promu |
Prometheus Utility Tool |
---|
pscan |
A limited problem scanner for C source files |
---|
pwndbg |
A GDB plug-in that makes debugging with GDB suck less |
---|
pwntools |
CTF framework and exploit development library |
---|
pycharm-community |
Intelligent Python IDE with unique code assistance and analysis |
---|
pycharm-professional |
Intelligent Python IDE with unique code assistance and analysis |
---|
py-spy |
Sampling profiler for Python programs |
---|
qbs |
Modern build tool for software projects |
---|
qdevicemonitor |
Crossplatform log viewer for Android, iOS and text files |
---|
qstlink2 |
GUI and CLI ST-Link V2(Debugger/Programmer) client |
---|
quilt |
quilt patch manager |
---|
radare2 |
unix-like reverse engineering framework and commandline tools |
---|
ragel |
Compiles finite state machines from regular languages into executable code |
---|
rats |
RATS - Rough Auditing Tool for Security |
---|
rbtools |
Command line tools for use with Review Board |
---|
re2c |
Tool for generating C-based recognizers from regular expressions |
---|
rebar |
A sophisticated build-tool for Erlang projects that follows OTP principles |
---|
redo |
Smaller, easier, more powerful, and more reliable than make |
---|
regexxer |
An interactive tool for performing search and replace operations |
---|
rej |
A utility for solving diff/patch rejects |
---|
repolite |
Manage a small set of git repository dependencies with YAML. |
---|
rgbds |
Rednex Game Boy Development System |
---|
rinstall |
Utility for declarative installation of programs |
---|
rizin |
reverse engineering framework for binary analysis |
---|
rocm_bandwidth_test |
Bandwidth test for ROCm |
---|
rocm-cmake |
Radeon Open Compute CMake Modules |
---|
rocminfo |
ROCm Application for Reporting System Info |
---|
rocm-smi |
ROCm System Management Interface Library |
---|
rocprofiler |
Callback/Activity Library for Performance tracing AMD GPU's |
---|
roctracer |
Callback/Activity Library for Performance tracing AMD GPU's |
---|
ROPgadget |
Search for gadgets in binaries to facilitate your ROP exploitation |
---|
ropper |
Use to display information about binary files in different file formats |
---|
rpmdevtools |
Collection of rpm packaging related utilities |
---|
rr |
Record and Replay Framework |
---|
rt-tests |
A collection of latency testing tools for the linux(-rt) kernel |
---|
ruff |
An extremely fast Python linter, written in Rust |
---|
rustup |
Rust toolchain installer |
---|
samurai |
ninja-compatible build tool written in C |
---|
sasm |
Simple crossplatform IDE for NASM assembly language |
---|
scanmem |
Locate and modify variables in executing processes |
---|
scap-driver |
Kernel module for dev-util/sysdig |
---|
sccache |
ccache/distcc like tool with support for rust and cloud storage |
---|
schroot |
Utility to execute commands in a chroot environment |
---|
scons |
Extensible Python-based build utility |
---|
sdl-jstest |
Simple SDL joystick test application for the console |
---|
seer |
A GUI frontend to gdb |
---|
sel |
A filemanager for shell scripts |
---|
selenium-manager |
Selenium Manager is a CLI tool that automatically manages the browser/driver infrastructure required by Selenium. |
---|
serialtalk |
simple command-line tool to talk to serial devices |
---|
sh |
A shell parser, formatter, and interpreter with bash support |
---|
shadowman |
Unified compiler shadow link directory updater |
---|
shards |
Dependency manager for the Crystal language |
---|
shc |
A (shell-) script compiler/scrambler |
---|
shellcheck |
Shell script analysis tool |
---|
shellcheck-bin |
Shell script analysis tool (binary package) |
---|
shelltestrunner |
A tool for testing command-line programs |
---|
shflags |
Command-line flags module for Unix shell scripts |
---|
shtool |
Set of stable and portable shell scripts |
---|
shunit2 |
Unit-test framework for Bourne-based shell scripts |
---|
smem |
A tool that can give numerous reports on memory usage on Linux systems |
---|
snakeviz |
A web-based viewer for Python profiler output |
---|
source-highlight |
Generate highlighted source code as an (x)html document |
---|
spirv-headers |
Machine-readable files for the SPIR-V Registry |
---|
spirv-llvm-translator |
Bi-directional translator between SPIR-V and LLVM IR |
---|
spirv-tools |
Provides an API and commands for processing SPIR-V modules |
---|
splint |
Check C programs for vulnerabilities and programming mistakes |
---|
squashdelta |
Efficient (partially uncompressed) SquashFS binary delta tool |
---|
squashmerge |
dev-util/squashdelta delta merge tool |
---|
src-cli |
command line interface for the Sourcegraph code search tool |
---|
statifier |
Statifier is a tool for creating portable, self-containing Linux executables |
---|
stepman |
Step collection manager for Bitrise CLI |
---|
strace |
Useful diagnostic, instructional, and debugging tool |
---|
stressapptest |
Stressful Application Test |
---|
stripe-mock |
Mock HTTP server that responds like the real Stripe API |
---|
sysdig |
A system exploration and troubleshooting tool |
---|
sysprof |
System-wide Linux Profiler |
---|
sysprof-capture |
Static library for sysprof capture data generation |
---|
sysprof-common |
Static library for sysprof capture data generation |
---|
systemtap |
A linux trace/probe tool |
---|
Tensile |
Stretching GPU performance for GEMMs and tensor contractions |
---|
tinlink |
Tool to create very small elf binary from pure binary files |
---|
tinycmmc |
Tiny CMake Module Collections |
---|
tkdiff |
Graphical front end to the diff program |
---|
tmake |
A Cross platform Makefile tool |
---|
trace-cmd |
User-space front-end for Ftrace |
---|
treecc |
Compiler-compiler tool for aspect-oriented programming |
---|
tree-sitter-cli |
Command-line tool for creating and testing tree-sitter grammars |
---|
tup |
File-based build system |
---|
txt2regex |
A Regular Expression wizard that converts human sentences to regexs |
---|
uftrace |
Function (graph) tracer for user-space |
---|
uglifyjs |
JavaScript parser, minifier, compressor and beautifier toolkit |
---|
umockdev |
Mock hardware devices for creating unit tests |
---|
uncrustify |
C/C++/C#/D/Java/Pawn code indenter and beautifier |
---|
unicorn |
A lightweight multi-platform, multi-architecture CPU emulator framework |
---|
unifdef |
remove #ifdef'ed lines from a file while otherwise leaving the file alone |
---|
usb-robot |
USB Reverse engineering tools |
---|
valgrind |
An open-source memory debugger for GNU/Linux |
---|
vbindiff |
Visual binary diff utility |
---|
vint |
Lint tool for Vim script language |
---|
visual-regexp |
Type the regexp and visualize it on a sample of your choice |
---|
visualvm |
Integrates commandline JDK tools and profiling capabilities |
---|
vmtouch |
Virtual Memory Toucher, portable file system cache diagnostics and control |
---|
vtable-dumper |
A tool to list content of virtual tables in a shared library |
---|
vulkan-headers |
Vulkan Header files and API registry |
---|
vulkan-tools |
Official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS |
---|
wachy |
A dynamic tracing profiler for Linux |
---|
wasmer |
universal web assembly runtime |
---|
watchman |
A file watching service |
---|
wayland-scanner |
wayland-scanner tool |
---|
webhook |
lightweight incoming webhook server to run shell commands |
---|
web_page_replay_go |
A performance testing tool for recording and replaying web pages |
---|
weka |
A Java data mining package |
---|
wiggle |
Tool for applying patches that patch cannot apply because of conflicting changes |
---|
woke |
check source code for non-inclusive language |
---|
xdelta |
Computes changes between binary or text files and creates deltas |
---|
xfce4-dev-tools |
A set of scripts and m4/autoconf macros that ease build system maintenance |
---|
xmlindent |
XML stream reformatter for ASCII text, but not UTF-8, written in ANSI C |
---|
xxdi |
Simple alternative to vim's 'xxd -i' mode |
---|
xxdiff |
A graphical file and directories comparator and merge tool |
---|
yacc |
Yacc: Yet Another Compiler-Compiler |
---|
yamllint |
A linter for YAML files |
---|
ydiff |
Colored, side-by-side diff terminal viewer (ex. cdiff) |
---|