All Projects → erfg12 → Memory.dll

erfg12 / Memory.dll

Licence: gpl-3.0
C# Hacking library for making PC game trainers.

Projects that are alternatives of or similar to Memory.dll

Memoryjs
Read and write process memory in Node.js (Windows API functions exposed via Node bindings)
Stars: ✭ 371 (-9.73%)
Mutual labels:  memory, hacking
Dll hook Rs
Rust code to show how hooking in rust with a dll works.
Stars: ✭ 57 (-86.13%)
Mutual labels:  memory, hacking
Ysf
YSF Server Functions
Stars: ✭ 77 (-81.27%)
Mutual labels:  memory, hacking
Rustscan
🤖 The Modern Port Scanner 🤖
Stars: ✭ 5,218 (+1169.59%)
Mutual labels:  hacking
Ipapatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 3,837 (+833.58%)
Mutual labels:  hacking
Xeexe Topantivirusevasion
Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable
Stars: ✭ 387 (-5.84%)
Mutual labels:  hacking
Apkurlgrep
Extract endpoints from APK files
Stars: ✭ 405 (-1.46%)
Mutual labels:  hacking
Zines
Mirror of my favourite hacking Zines for the lulz, nostalgy, and reference
Stars: ✭ 370 (-9.98%)
Mutual labels:  hacking
Archstrike
An Arch Linux repository for security professionals and enthusiasts. Done the Arch Way and optimized for i686, x86_64, ARMv6, ARMv7 and ARMv8.
Stars: ✭ 401 (-2.43%)
Mutual labels:  hacking
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (-7.06%)
Mutual labels:  hacking
Email2phonenumber
A OSINT tool to obtain a target's phone number just by having his email address
Stars: ✭ 379 (-7.79%)
Mutual labels:  hacking
Infosec reference
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version.
Stars: ✭ 4,162 (+912.65%)
Mutual labels:  hacking
Nmap
Idiomatic nmap library for go developers
Stars: ✭ 391 (-4.87%)
Mutual labels:  hacking
Lmdb Embeddings
Fast word vectors with little memory usage in Python
Stars: ✭ 404 (-1.7%)
Mutual labels:  memory
Thc Tesla Powerwall2 Hack
TESLA PowerWall 2 Security Shenanigans
Stars: ✭ 399 (-2.92%)
Mutual labels:  hacking
Eqgrp
Decrypted content of eqgrp-auction-file.tar.xz
Stars: ✭ 3,743 (+810.71%)
Mutual labels:  hacking
Tradfri Hacking
Hacking IKEA TRÅDFRI products, such as light bulbs, window blinds and other accessories.
Stars: ✭ 367 (-10.71%)
Mutual labels:  hacking
Poc
Advisories, proof of concept files and exploits that have been made public by @pedrib.
Stars: ✭ 376 (-8.52%)
Mutual labels:  hacking
Pig
A Linux packet crafting tool.
Stars: ✭ 384 (-6.57%)
Mutual labels:  hacking
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+0.49%)
Mutual labels:  hacking

DESCRIPTION

Create great PC game cheat trainers with ease!

FEATURES

  • Built with C# for .NET projects.
  • Check if process is running (ID or name) and open, all in 1 function.
  • 32bit and 64bit games supported.
  • AoB scanning with full & partial masking.
    • Example: "?? ?? ?? ?5 ?? ?? 5? 00 ?? A9 C3 3B ?? 00 50 00"
  • Inject DLLs and create named pipes to communicate with them.
  • Write to addresses with many different value types.
    • Example: byte, 2bytes, bytes, float, int, string, double or long
  • Optional external .ini file for code storage.
  • Address structures are flexible. Can use modules, offsets and/or pointers.
    • Example: "game.exe+0x12345678,0x12,0x34,0x56"
  • Freeze values

DOCUMENTATION

Wiki Pages

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