All Projects → gdabah → Distormx

gdabah / Distormx

Licence: other
The ultimate hooking library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Distormx

Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (+30.82%)
Mutual labels:  hooking, x86, x86-64
Urmem
[x86] Simple C++11 header-only cross-platform memhack library (hooks, patches, pointers, sig scan)
Stars: ✭ 76 (-47.95%)
Mutual labels:  hooks, hooking, x86
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (-14.38%)
Mutual labels:  x86, x86-64, low-level
RenHook
An open-source x86 / x86-64 hooking library for Windows.
Stars: ✭ 80 (-45.21%)
Mutual labels:  x86-64, x86, hooking
Binary Exploitation
Good to know, easy to forget information about binaries and their exploitation!
Stars: ✭ 47 (-67.81%)
Mutual labels:  x86, x86-64
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (-80.14%)
Mutual labels:  x86, x86-64
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (-61.64%)
Mutual labels:  hooks, hooking
Unisimd Assembler
SIMD macro assembler unified for ARM, MIPS, PPC and x86
Stars: ✭ 63 (-56.85%)
Mutual labels:  x86, x86-64
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+467.81%)
Mutual labels:  x86, x86-64
Fasmg
flat assembler g - examples library
Stars: ✭ 56 (-61.64%)
Mutual labels:  x86, x86-64
Khook
Linux Kernel hooking engine (x86)
Stars: ✭ 144 (-1.37%)
Mutual labels:  hooking, x86
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+545.21%)
Mutual labels:  x86, x86-64
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+543.15%)
Mutual labels:  x86, x86-64
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (-63.7%)
Mutual labels:  x86, x86-64
Beelzebub
The Lord of Flies - A hobby operating system
Stars: ✭ 24 (-83.56%)
Mutual labels:  x86, x86-64
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+25807.53%)
Mutual labels:  x86, x86-64
Keystone
Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
Stars: ✭ 1,654 (+1032.88%)
Mutual labels:  x86, x86-64
Xopcodecalc
Opcode calculator
Stars: ✭ 147 (+0.68%)
Mutual labels:  x86, x86-64
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 (+429.45%)
Mutual labels:  x86, x86-64
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+460.27%)
Mutual labels:  x86, x86-64

diStormX

The ultimate hooking library
Features:

  • Supports both x86/x64
  • Simple APIs and batch hooks
  • Low memory foot print, will re-use trampoline pages as much as possible
  • RWX sensitive, will temporarily enable RWX and then revert to RX when writing trampolines
  • Uses a private heap
  • Uses an OS abstraction layer - easy to add support for other OSs
  • Currently supports only Windows
  • Heavily tested and in field too

This library is licensed under BSD.

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