Top 15 strace Alternative and Similar Softwares | May 2024

strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

Some Unix-like systems provide other diagnostic tools similar to strace, such as truss.

1. perf

perf perf is a performance analyzing tool in Linux, available from Linux kernel version 2.6.31 under tools/perf, and is frequently updated and enhanced. It is capable of lightweight profiling, supports hardware performance counters, tracepoints, software performance counters (e.g. hrtimer), and dynamic probes (for example, kprobes or uprobes).The output from perf can......

2. SystemTap

SystemTap SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. This assists diagnosis of a performance or functional problem. SystemTap eliminates the need for the developer to go through the tedious and disruptive instrument, recompile, install, and reboot sequence that may be otherwise......

3. DTrace

DTrace DTrace is a performance analysis and troubleshooting tool that is included by default with various operating systems, including Solaris, Mac OS X and FreeBSD. A Linux port is in development.DTrace instruments all software. Not just user-level software, including applications, databases and webservers, but also the operating system kernel and device......

4. ktap

ktap ktap is a script-based dynamic tracing tool for Linux. It uses a scripting language and lets users trace the Linux kernel dynamically. ktap is designed to give operational insights with interoperability that allows users to tune, troubleshoot and extend the kernel and applications. It's similar to Systemtap and DTrace.ktap has......

5. ltrace

ltrace ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.......

6. ktrace

ktrace The ktrace utility enables kernel trace logging for the specified processes. Kernel trace data is logged to the file ktrace.out. The kernel operations that are traced include system calls, namei translations, signal processing, and I/O.Once tracing is enabled on a process, trace data will be logged until either the process......

7. NotMyFault

NotMyFault This program is a supplement to "Windows Internals, 5th Edition", though anyone may download and use it.From the book's web page:Notmyfault: Use this executable and driver to crash your system in several different ways. Chapter 7 uses Notmyfault to demonstrate pool leak troubleshooting and Chapter 14 uses it for crash......

8. StartBlueScreen

StartBlueScreen This utility, just as it sounds, allows your to crash the Windows operating system by initiating a Blue Screen of Death according to 5 parameters that you specify from command-line.......

9. Quartz Debug

Quartz Debug Quartz Debug is part of Xcode Tools and allows the developer to monitor and test various Quartz and Quartz Extreme applications and performance issues.......

10. Bokken

Bokken Bokken is a GUI for the Pyew and Radare projects so it offers almost all the same features that Pyew has and and some of the Radare's ones. It's intended to be a basic disassembler, mainly, to analyze malware and vulnerabilities.Currently Bokken is neither an hexadecimal editor nor a full......

11. Cockpit Linux

Cockpit Linux Cockpit makes it easy to administer your GNU/Linux servers via a web browser.Easy to useCockpit is perfect for new sysadmins, allowing them to easily perform simple tasks such as storage administration, inspecting journals and starting and stopping services.No interferenceJumping between the terminal and the web tool is no problem. A......

12. American Fuzzy Lop

American Fuzzy Lop American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by......

13. WiFi ADB

WiFi ADB Debug/test apps on device over the air, wireless, no cable. Must-have developer tool.WiFi ADB makes it easy to debug/test your Android apps directly on device via WiFi TCP/IP connection. No need to use USB cable. After enabling ADB over WiFi, to connect your computer to the device open the console......

14. Anywhere for Fiddler

Anywhere for Fiddler The AnyWHERE extension allows you to trivially spoof the responses to browsers' GeoLocation web service queries. It works with IE9, FF4, Chrome and Opera. Full source is included. Note: You must enable HTTPS decryption for this tool to work.......

15. UsaMimi Hurricane

UsaMimi Hurricane Sorry, we have added any description on UsaMimi Hurricane......