Top 15 StartBlueScreen Alternative and Similar Softwares | Apr 2024

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.

1. 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......

2. 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......

3. 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......

4. 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.......

5. strace

strace 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......

6. 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......

7. 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......

8. 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......

9. Libcsdbg

Libcsdbg Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled. The traces are......

10. Exceptionless

Exceptionless You can send any type of event to your Exceptionless dashboard. Create tags for organization, and you've got a robust event logging system!What Is Exceptionless?The definition of the word exceptionless is: to be without exception. Our product provides real-time error, feature, and log reporting for your ASP.NET, Web API, WebForms,......

11. WinCheat

WinCheat WinCheat is like Spy++ in that it lets you dig deep into the internals of the PE format and the Win32 Windowing subsystems.......

12. Immunity Debugger

Immunity Debugger Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industrys first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.A debugger......

13. regular expressions 101

regular expressions 101 Regex101 is a powerful, online regular expression tool with extensive support for multiple languages including PHP, PCRE, Python and JavaScript.It features the following:- Built-in help system with token references,- Explanation of regular expressions to help understand them.- Code exporter for PHP, Python and JavaScript.- Save expressions and share them with......

14. TrackJS

TrackJS A Better Way to Track JavaScript ErrorsTrackJS monitors your production JavaScript web application. Know when your users run into errors and fix bugs before they report them. TrackJS supports all modern browsers and JavaScript frameworks.We built TrackJS for developers like us. We are front-end developers who constantly push to build......

15. 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......