Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Try Retool free
Fully Managed MySQL, PostgreSQL, and SQL Server
Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Function call tracing in the Linux kernel and userspace applications. Dynamically sets probes (using VProbes, a KProbes variant) and displays the function call trace of a process calling kernel or application functions. The superior of strace and ltrace.
H3xC4T reads binary files and show hexadecimal content ordered in columns... in the future, I'll add some features as such as plain binary conversion or disassembling...
TraceX shows x server protocall communication for a selected program. This is the low level comminication used by xlib and others. The data can be shown as raw hex io, or formatted into the individual functions. This program meets the SFF guidelines.
l3lang is a persistent Python-like language and the l3gui provides a
worksheet-like interface where computed values can be examined via
simple selection and scripts can be assembled as structures.
Dinaao Is Not An Apple One Emulator.
It does however already run most apple1 software. It runs on the commandline so cut and paste works perfectly. A great 65C02/Basic learning/development environment.
'C' Language Debug Installation. Installs and Removes Debug and User code at function and line number boundaries. Added features and instructions for debugging the Ruby Interpreter.
PPCD is very accurate PowerPC ISA (and derivative processors) disassembler. Currently supported models are: Generic-32, Generic-64 and Gekko.
PPCD is free opensource. You can use it in your applications without mention.
This is a port of the GDB Tracepoints extension for the IBM Cell BE architecture. Our work is based on the research of DSLab: http://dslab.lzu.edu.cn/members/hofrat/tp.html
PyDbgExt is a WinDbg extention which support use Python script in WinDbg commandline. Through this extention, we can call some predefine Python script to control the debug session, or directly evaluate expression or call other method.
pci-utility is utility developed to access PCI Device configuration Space. It enables user to read and write registers on PCI Configuration space of PCI Devices.
Debug Wrapper library is an alpha library which set wrapper on some glibc functions such fopen,fclose,unlink,.. and trace all IO access. This project has been stop because it duplicate some functionality of last Valgrind version.
JDLabAgent is a dynamic link library which is loaded into the Java Virtual Machine via Java Virtual Machine Debug Interface (JVMDI). The JDLabAgent can be parameterized via config files and logs JVM events (e.g. breakpoints, exceptions).
Displaying information about the contents of COFF format files which were built by CCS compiling tools of Texas Instruments; disassembling such COFF files.
Linux Debug is a tool for debugging linux ELF programs at the assembly level. It currently runs only on 80x86 and AMD64 platforms. Not like GDB, the interface is most like MS-DOS debug. So that, it will more friendly for new Linux Assembly Developers.
Tool to convert stabs debugging symbols into Codeview symbols within Windows 32 bit executables. This tool allows one to use Windows debugger tools on applications built with GCC.
ec2drv provides linux support for the Silicon Laboratories EC2 serial - JTAG debug adaptor for their 8051 series microcontrollers. Source level debugging for projects using the microprocessors supported by this adaptor will also be developed.
wintrc.exe is an "strace" utility for MS Windows which runs the specified command until it exits. It intercepts and records the API calls which are called by a process. The name of each API call, its arguments and its return value are printed on stdout.
We provide a mechanism to trace the NPTL Library as few intrusive as possible for the application dynamics. The post-mortem analysis then allows measurements (contension,...) and understanding of hangs or bugs. No change in kernel or user application.
jbytecode is a Java bytecode disassembler/assembler written in Python. Dissasembly code is aligned with Java bytecodes in the class file so modification and re-assembly is always possible, even when class is obfuscated.
Longenis is a simple, powerful object-oriented scripting language incoporating elements of Python, Tcl, Java, and Lua. It is designed to be light, clean, elegant, and cross-platform.
httpdbg is an HTTP proxy server which is single-threaded and prints every HTTP request and response to a log file as well as to stdout. It effectively single-threads your browser, which can help in debugging race conditions.