Memory Hacking Library List menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Memory Hacking Library List

    This thread is to collect links to libraries useful when writing game hacks, bots, or other general memory hacking or reverse engineering tools. This is a generic list, though I will accept WoW-specific libraries and put them in their own list at the bottom. Libraries are listed in alphabetical order, and sorted by the language they are written in.

    New submissions are not only welcomed, they are encouraged! When submitting a link please provide a short description, the language it's written in, and a link to the project page (a direct download is acceptable, but the project page/thread would be better - for open source tools like cheat engine please provide a link to the open source project page rather than the binary project page). Furthermore, if your library is for a platform other than Windows (the dominant gaming and game hacking platform), please state that explicitly.

    C & C++

    AsmJit - AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports 32/64-bit x86 processors including all usable extensions (FPU, MMX, 3dNow, SSE, SSE2, SSE3 and SSE4) through type-safe API that mimics Intel assembler syntax and eliminates nearly all common mistakes that can be done by developers.

    BeaEngine - This project is a package with a multi-plateform x86 and x64 disassembler library (Solaris, MAC OSX, AIX, Irix, OS/2, Linux, Windows), tools under windows using this library (LookInside, plugin OllyDbg and ImmDbg), a Length Disassembler Engine (LDE64) and useful links to different documentations.

    BlackBone - Windows memory hacking library.

    DiStorm - A lightweight, Easy-to-Use and Fast Disassembler/Decomposer Library for x86/AMD64. A Decomposer means that you get a binary structure that describes an instruction rather than textual representation.

    EasyHook - EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.

    EthonMem - A memoryhacking library for Linux, written in C++.

    HadesMem - HadesMem is a C++-based memory hacking library for Windows based applications, with the goal of providing a safe, generic, powerful, and efficient API. All components are useable on remote targets. Furthermore, all components compile for (and work natively on) both IA32 and AMD64.

    MHS - Memory hacking tool similar to Cheat Engine. Warning: No longer maintained.

    C#

    BlackMagic - This is a class library to make process, thread, and memory manipulation a bit easier from a managed application. It takes care of most of the Win32 imports and a lot of the methods and tricks for you, making memory reading, writing, injection, execution, and DLL injection a snap, among a bit else. It uses ManagedFasm for JIT assembly, as well.

    EasyHook - EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.

    Extememory - Memory hacking library written in C# providing extension methods to native and BCL types for performing various functions.

    MemorySharp - MemorySharp is a C# based memory editing library targeting Windows applications, offering various functions to extract and inject data and codes into remote processes to allow interoperability. The goal of this library is to provide a safe, powerful and easy to use API, keeping the remote process as clean as possible. This library is said Out-of-Process, in other words it does not need to be injected within the target process. Only your application loads MemorySharp, ensuring that only the requested operations are executed in the opened process.

    WhiteMagic - This library is aimed towards users who inject their .NET applications into processes. It provides ways to hook/detour functions, create memory patches, find patterns (via my FindPatternSharp stuff), as well as read/write memory (basic datatypes, structs, etc).

    Delphi

    Cheat Engine - Cheat Engine is an open source tool designed to help you with modifying single player games running under windows so you can make them harder or easier depending on your preference(e.g: Find that 100hp is too easy, try playing a game with a max of 1 HP), but also contains other useful tools to help debugging games and even normal applications.

    [WoW] C#

    iHook
    - iHook, is a C# DLL that hooks EndScene and allows you(the user) to inject ASM into WoW! Note: NOT open source.


    Last edited by Cypher; 03-13-2014 at 08:05 PM.

    Memory Hacking Library List
  2. Thanks rexavalia, BigKahunaBurger (2 members gave Thanks to Cypher for this useful post)
  3. #2
    Serpious's Avatar Contributor CoreCoins Purchaser
    Reputation
    134
    Join Date
    Jul 2011
    Posts
    363
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice compilation.

    Trying to advertise Hadesmem? Haha

  4. #3
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its not open source, but iHook still does its job correctly
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  5. #4
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 0x0 View Post
    Nice compilation.

    Trying to advertise Hadesmem? Haha
    Trying to stop the stupid "where can I download Blackmagic" etc threads.

    Originally Posted by -Ryuk- View Post
    Its not open source, but iHook still does its job correctly
    ​Added.

  6. #5
    Serpious's Avatar Contributor CoreCoins Purchaser
    Reputation
    134
    Join Date
    Jul 2011
    Posts
    363
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Trying to stop the stupid "where can I download Blackmagic" etc threads.



    ​Added.
    This might also stop some of the stupid threads like "HoW dO I mAk3 a b0t? pL1Z!?"

  7. #6
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 0x0 View Post
    This might also stop some of the stupid threads like "HoW dO I mAk3 a b0t? pL1Z!?"
    ​We can dream.

  8. #7
    testout's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice List. You could add this Injector written in C#
    http://www.ownedcore.com/forums/worl...-injector.html

  9. #8
    adaephon's Avatar Active Member
    Reputation
    76
    Join Date
    May 2009
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd recommend not. It's old and I think buggy. I have an updated library that I'm planning on releasing soon.

  10. #9
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Might wanna add MHS - L. Spiro's Memory Hacking Software if your going to have CE.

  11. #10
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Might wanna add MHS - L. Spiro's Memory Hacking Software if your going to have CE.
    ​I can only see binaries on the download page. Is there an open source project backing it somewhere?

  12. #11
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    No, there isn't. I had forgotten that CE was opensource =P

  13. #12
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added EasyHook.

  14. #13
    Kanyle's Avatar Corporal
    Reputation
    9
    Join Date
    Jul 2011
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    ​I can only see binaries on the download page. Is there an open source project backing it somewhere?
    The kernel driver is probably quite up-to-date but the MHS source is a few versions old but still considerably recent.
    Almost compiles out-of-the-box but you may have to set a source path for something or other but any competent programmer will be able to see the error and realize what needs to be modified easily.
    It all does work.

    Microsoft Visual Studio 2005, with Service Pack 1 (maybe 2) was used to build.
    Memory Hacking Software • View topic - MHS Source Code

  15. #14
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ​Added MHS.

  16. #15
    adaephon's Avatar Active Member
    Reputation
    76
    Join Date
    May 2009
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Extemory: Memory hacking library written in C# providing extension methods to native and BCL types for performing various functions. Currently supports native DLL injection, memory reading from local process and external process and function detouring in local process. Currently only x86 is properly supported. Some stuff will work on x64, but other things will fail (probably without very good error handling). I'm intending to add x64 support, and potentially port to Mac using Mono and some native libraries.

    Generic read/write methods inspired from WhiteMagic, so credits to Apoc for that. Credits also to Cypher and HadesMem for some detour implementation stuff, and less directly the injection export calling.

    Also, open source under FreeBSD / Simplified BSD license (as project page states).
    Last edited by adaephon; 09-21-2011 at 07:51 AM. Reason: license info

Page 1 of 2 12 LastLast

Similar Threads

  1. [source][C++]Blackbone - windows memory hacking library
    By DarthTon in forum WoW Memory Editing
    Replies: 15
    Last Post: 02-21-2015, 07:39 AM
  2. HadesMem - A Windows Memory Hacking Library for C++
    By Cypher in forum WoW Memory Editing
    Replies: 81
    Last Post: 02-10-2013, 03:24 PM
  3. Memory hacking etc..
    By henrygale in forum Star Wars: The Old Republic
    Replies: 0
    Last Post: 01-08-2012, 12:56 PM
  4. Memory Reading Library?
    By Thrillseeker in forum WoW Memory Editing
    Replies: 8
    Last Post: 01-04-2009, 07:44 PM
All times are GMT -5. The time now is 01:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search