Drltrace is a library calls tracer for Windows and Linux applications.
Les fonctionnalités principales de mxmssh/drltrace sont : Binary Analysis, Reverse Engineering Tools, Network and Execution Tracing.
Les alternatives open-source à mxmssh/drltrace incluent : 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… can1357/novmp — A static devirtualizer for VMProtect x64 3.x. powered by VTIL. ampotos/dynstruct — Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone. avast-tl/retdec — Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse… mitmproxy/mitmproxy — Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol… werwolv/imhex — ImHex is a professional-grade hex editor and binary data analysis platform designed for inspecting, modifying, and…
dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool
Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n
Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone
A static devirtualizer for VMProtect x64 3.x. powered by VTIL.