All Projects → Distorm → Similar Projects or Alternatives

497 Open source projects that are alternatives of or similar to Distorm

bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-98.55%)
Mutual labels:  x86-64, disassembler, x86, disassembly
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (-86.97%)
Mutual labels:  x64, x86-64, disassembler, x86
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+4462.73%)
Mutual labels:  disassembler, x86, x86-64, x64
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 (-94.93%)
Mutual labels:  x86-64, disassembler, x86, disassembly
Zydis
Fast and lightweight x86/x86-64 disassembler and code generation library
Stars: ✭ 2,168 (+161.52%)
Mutual labels:  disassembler, x86-64, x86
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-97.47%)
Mutual labels:  x64, x86-64, x86
Iced
Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for .NET, Rust, Python, JavaScript
Stars: ✭ 1,102 (+32.93%)
Mutual labels:  disassembler, x86, x64
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 (-88.18%)
Mutual labels:  x86-64, disassembler, x86
kasm
Assembler library for Kotlin
Stars: ✭ 40 (-95.17%)
Mutual labels:  x64, x86-64, x86
Asm Cli
Interactive shell of assembly language(X86/X64) based on unicorn and keystone
Stars: ✭ 211 (-74.55%)
Mutual labels:  x86, x86-64, x64
Reloaded.Assembler
Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.
Stars: ✭ 17 (-97.95%)
Mutual labels:  x64, x86-64, x86
Plasma
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
Stars: ✭ 2,956 (+256.57%)
Mutual labels:  disassembler, x86, x86-64
Labeless
Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Stars: ✭ 378 (-54.4%)
Mutual labels:  x86, x86-64, x64
oberon-07-compiler
Oberon-07 compiler for x64 (Windows, Linux), x86 (Windows, Linux, KolibriOS), MSP430x{1,2}xx, STM32 Cortex-M3
Stars: ✭ 45 (-94.57%)
Mutual labels:  x64, x86-64, x86
fadec
A fast and lightweight decoder for x86 and x86-64 and encoder for x86-64.
Stars: ✭ 44 (-94.69%)
Mutual labels:  x86-64, disassembler, x86
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+13.63%)
Mutual labels:  disassembler, x86, x86-64
Beelzebub
The Lord of Flies - A hobby operating system
Stars: ✭ 24 (-97.1%)
Mutual labels:  x86, x86-64, x64
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 (+548.25%)
Mutual labels:  disassembler, x86, x86-64
X86 Bare Metal Examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QE…
Stars: ✭ 3,985 (+380.7%)
Mutual labels:  x86, x86-64, x64
Bddisasm
bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Stars: ✭ 540 (-34.86%)
Mutual labels:  disassembler, x86, x64
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (-84.92%)
Mutual labels:  x86, x86-64, x64
Holodec
Decompiler for x86 and x86-64 ELF binaries
Stars: ✭ 195 (-76.48%)
Mutual labels:  disassembler, x86, x86-64
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (-1.33%)
Mutual labels:  x86, x86-64, x64
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (-97.1%)
Mutual labels:  x64, x86
Remill
Library for lifting of x86, amd64, and aarch64 machine code to LLVM bitcode
Stars: ✭ 633 (-23.64%)
Mutual labels:  x86, x86-64
CodeDeobfuscator
Code Deobfuscator
Stars: ✭ 45 (-94.57%)
Mutual labels:  x86-64, x86
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-96.98%)
Mutual labels:  x64, x86
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (-94.33%)
Mutual labels:  x64, x86-64
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+495.17%)
Mutual labels:  x86, x86-64
Rop Tool
A tool to help you write binary exploits
Stars: ✭ 590 (-28.83%)
Mutual labels:  x86, x86-64
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-97.23%)
Mutual labels:  x86-64, x86
catsight
Cross-platform process memory inspector
Stars: ✭ 150 (-81.91%)
Mutual labels:  x64, x86-64
peekaboo
An standalone execution trace library built on DynamoRIO.
Stars: ✭ 17 (-97.95%)
Mutual labels:  x86-64, x86
Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 7,234 (+772.62%)
Mutual labels:  x64, x86
Winrepl
x86 and x64 assembly "read-eval-print loop" shell for Windows
Stars: ✭ 424 (-48.85%)
Mutual labels:  x86, x64
opcodesDB
x86-64 | ARM (AArch32/AArch64/THUMB) full instruction set.
Stars: ✭ 49 (-94.09%)
Mutual labels:  x64, x86
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (-93.61%)
Mutual labels:  x86-64, x86
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (-30.4%)
Mutual labels:  x86, x86-64
Inflame
User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
Stars: ✭ 63 (-92.4%)
Mutual labels:  x86-64, x86
RenHook
An open-source x86 / x86-64 hooking library for Windows.
Stars: ✭ 80 (-90.35%)
Mutual labels:  x86-64, x86
FoxOS
The FoxOS main repository
Stars: ✭ 48 (-94.21%)
Mutual labels:  x64, x86-64
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+370.21%)
Mutual labels:  disassembly, x86-64
jsix
A hobby operating system for x86_64, boots with UEFI.
Stars: ✭ 60 (-92.76%)
Mutual labels:  x64, x86-64
fdtd3d
fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x86, arm, arm64 architectures
Stars: ✭ 77 (-90.71%)
Mutual labels:  x64, x86
pinktrace
Pink's Tracing Library
Stars: ✭ 20 (-97.59%)
Mutual labels:  x86-64, x86
x86e
A simple x86 emulator, debugger, and editor in JavaScript.
Stars: ✭ 89 (-89.26%)
Mutual labels:  x86-64, x86
PBD
🖨️🐞 Printf Based Debugger, a user-friendly C debugger
Stars: ✭ 52 (-93.73%)
Mutual labels:  x86-64, x86
ria-jit
Lightweight and performant dynamic binary translation for RISC–V code on x86–64
Stars: ✭ 38 (-95.42%)
Mutual labels:  x86-64, x86
xgadget
Fast, parallel, cross-variant ROP/JOP gadget search for x86/x64 binaries.
Stars: ✭ 33 (-96.02%)
Mutual labels:  x64, x86
binary-decompilation
Extracting high level semantic information from binary code
Stars: ✭ 55 (-93.37%)
Mutual labels:  x86-64, x86
Saraff.Twain.NET
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.
Stars: ✭ 74 (-91.07%)
Mutual labels:  x64, x86
FEX
A fast usermode x86 and x86-64 emulator for Arm64
Stars: ✭ 650 (-21.59%)
Mutual labels:  x86-64, x86
NIM-CSharp-SDK
网易云信C# SDK
Stars: ✭ 15 (-98.19%)
Mutual labels:  x64, x86
fasm
flat assembler 1 - reconstructed source history
Stars: ✭ 187 (-77.44%)
Mutual labels:  x86-64, x86
x86-Assembly-Reverse-Engineering
🛠 Knowledge about the topic of x86 assembly & disassembly 🛠
Stars: ✭ 27 (-96.74%)
Mutual labels:  x86-64, x86
SixtyFourBits
x64 Assembly Demo Framework
Stars: ✭ 21 (-97.47%)
Mutual labels:  x86-64, x86
cult
CPU Ultimate Latency Test.
Stars: ✭ 67 (-91.92%)
Mutual labels:  x86-64, x86
X86 Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat
Stars: ✭ 773 (-6.76%)
Mutual labels:  x86, x86-64
Limine
x86/x86_64 BIOS Bootloader
Stars: ✭ 288 (-65.26%)
Mutual labels:  x86, x86-64
Reverse Engineering Tutorial
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
Stars: ✭ 5,763 (+595.17%)
Mutual labels:  x86, x64
1-60 of 497 similar projects