All Projects → MahdiSafsafi → Debugengine

MahdiSafsafi / Debugengine

Licence: mpl-2.0
Delphi debug framework

Programming Languages

pascal
1382 projects
delphi
115 projects

Projects that are alternatives of or similar to Debugengine

Ddetours
Delphi Detours Library
Stars: ✭ 256 (+92.48%)
Mutual labels:  x86-64, runtime
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+3940.6%)
Mutual labels:  disassembler, x86-64
Plasma
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
Stars: ✭ 2,956 (+2122.56%)
Mutual labels:  disassembler, x86-64
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (-18.8%)
Mutual labels:  x86-64, disassembler
Panic Overlay
Displays JS errors in browsers. Shows sources. Use with any framework. 💥✨
Stars: ✭ 50 (-62.41%)
Mutual labels:  debug, stacktrace
PBD
🖨️🐞 Printf Based Debugger, a user-friendly C debugger
Stars: ✭ 52 (-60.9%)
Mutual labels:  x86-64, debug
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (+181.2%)
Mutual labels:  debug, stacktrace
Holodec
Decompiler for x86 and x86-64 ELF binaries
Stars: ✭ 195 (+46.62%)
Mutual labels:  disassembler, x86-64
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+608.27%)
Mutual labels:  disassembler, x86-64
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+523.31%)
Mutual labels:  disassembler, x86-64
SDA
SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.
Stars: ✭ 98 (-26.32%)
Mutual labels:  x86-64, disassembler
Univdisasm
x86 Disassembler and Analyzer
Stars: ✭ 74 (-44.36%)
Mutual labels:  disassembler, x86-64
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-90.98%)
Mutual labels:  x86-64, disassembler
fadec
A fast and lightweight decoder for x86 and x86-64 and encoder for x86-64.
Stars: ✭ 44 (-66.92%)
Mutual labels:  x86-64, disassembler
asm2cfg
Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files
Stars: ✭ 42 (-68.42%)
Mutual labels:  x86-64, disassembler
Beaengine
BeaEngine disasm project
Stars: ✭ 342 (+157.14%)
Mutual labels:  disassembler, x86-64
Ololog
A better console.log for the log-driven debugging junkies
Stars: ✭ 141 (+6.02%)
Mutual labels:  debug, stacktrace
Zydis
Fast and lightweight x86/x86-64 disassembler and code generation library
Stars: ✭ 2,168 (+1530.08%)
Mutual labels:  disassembler, x86-64
Tracerr
Golang errors with stack trace and source fragments.
Stars: ✭ 646 (+385.71%)
Mutual labels:  debug, stacktrace
Memstrack
A memory allocation tracer combined with stack trace.
Stars: ✭ 60 (-54.89%)
Mutual labels:  debug, stacktrace

DebugEngine

What is DebugEngine ?

DebugEngine is a collection of utilities related to debug stuff (stack trace, CPU registers snapshot, debug info, ...). Basically, I started to write a commercial error log plugin for Delphi, then I noticed that my internal framework got bigger and bigger. So I decided to share it with the community in hope it will be useful.

Features:

DebugEngine has a lot of functions and utilities allowing to you to do for example:

Getting started:

Please refer to the Wiki page and see Demo included with the library. Note that all public functions are documented (XML doc). However if you don't understand something, please feel free to contact me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].