All Projects → GrahamBest → Dll_hook Rs

GrahamBest / Dll_hook Rs

Licence: mit
Rust code to show how hooking in rust with a dll works.

Programming Languages

rust
11053 projects
assembly
5116 projects

Projects that are alternatives of or similar to Dll hook Rs

Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (-1.75%)
Mutual labels:  hooking, cheat, dll, reverse-engineering
Drv3 Tools
(Not actively maintained, use DRV3-Sharp) Tools for extracting and re-injecting files for Danganronpa V3 for PC.
Stars: ✭ 13 (-77.19%)
Mutual labels:  game, hacking, reverse-engineering
Textractor
Extracts text from video games and visual novels. Highly extensible.
Stars: ✭ 656 (+1050.88%)
Mutual labels:  game, hacking, reverse-engineering
Osiris
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Stars: ✭ 1,851 (+3147.37%)
Mutual labels:  cheat, dll, reverse-engineering
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (+42.11%)
Mutual labels:  cheat, dll, reverse-engineering
Nomercy
Open source anti cheat
Stars: ✭ 211 (+270.18%)
Mutual labels:  game, cheat, dll
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (+80.7%)
Mutual labels:  hooking, dll, reverse-engineering
Starflight Reverse
Reversed engineered game Starflight (1986)
Stars: ✭ 56 (-1.75%)
Mutual labels:  game, reverse-engineering
Aimtux
A large Linux csgo cheat/hack
Stars: ✭ 525 (+821.05%)
Mutual labels:  game, cheat
Charlatano
Proves JVM cheats are viable on native games, and demonstrates the longevity against anti-cheat signature detection systems
Stars: ✭ 599 (+950.88%)
Mutual labels:  cheat, hacking
Redriver2
Driver 2 Playstation game reverse engineering effort
Stars: ✭ 426 (+647.37%)
Mutual labels:  game, reverse-engineering
Xoreos
A reimplementation of BioWare's Aurora engine (and derivatives). Pre-pre-alpha :P
Stars: ✭ 856 (+1401.75%)
Mutual labels:  game, reverse-engineering
Mem
A collection of C++11 headers useful for reverse engineering
Stars: ✭ 56 (-1.75%)
Mutual labels:  memory, reverse-engineering
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+1796.49%)
Mutual labels:  hooking, reverse-engineering
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+798.25%)
Mutual labels:  hooking, reverse-engineering
Ios Debug Hacks
🎯 Advanced debugging skills used in the iOS project development process, involves the dynamic debugging, static analysis and decompile of third-party libraries. iOS 项目开发过程中用到的高级调试技巧,涉及三方库动态调试、静态分析和反编译等领域
Stars: ✭ 595 (+943.86%)
Mutual labels:  hacking, reverse-engineering
Ksdumper
Dumping processes using the power of kernel space !
Stars: ✭ 454 (+696.49%)
Mutual labels:  cheat, reverse-engineering
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (-49.12%)
Mutual labels:  hacking, reverse-engineering
Halomd
New demo version of Halo for the Mac.
Stars: ✭ 36 (-36.84%)
Mutual labels:  game, reverse-engineering
Minject
Mono Framework Interaction / Injection Library for .NET (C++/CLI)
Stars: ✭ 42 (-26.32%)
Mutual labels:  memory, reverse-engineering

dll_hook-rs

Rust code to show how hooking in rust with a dll works.

How to use

Replace the

std::mem::transmute::<usize, createmove_fn>(0x10111790)

address on this line, with the address to your function.

Createmove is an example, no, its not intended to be used unless youre reversing source engine.

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