Memory Hacking Library List menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    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 adaephon View Post
    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).
    ​Added, thanks for your contribution.

    Memory Hacking Library List
  2. #17
    SanjoX's Avatar Private
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Today I released the first candidate of my .Net (C#) library for reading and writing process memory in Mac OS X though an easy to use generic interface.
    https://github.com/Sanjo/MacMemoryManipulator

    It's open source under the simplified BSD license. It's inline documented.

  3. #18
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IceFlake for 3.3.5a (12340), credits to miceiken.

  4. #19
    ZenLulz's Avatar Corporal CoreCoins Purchaser
    Reputation
    59
    Join Date
    Jan 2012
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Cypher !

    I finally released my injection library under the MIT license and I'd like that it is added to your list if possible.
    The name of the library is MemorySharp (written in C#) and here is the landing page for the project: Binarysharp :: Products - MemorySharp.

    As asked in the first post, this is a small abstract of the library:

    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.
    The supported platform is Windows.

    Many thanks
    ZenLulz, Author of MemorySharp - A C# based memory editing library.

  5. #20
    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 ZenLulz View Post
    Hey Cypher !

    I finally released my injection library under the MIT license and I'd like that it is added to your list if possible.
    The name of the library is MemorySharp (written in C#) and here is the landing page for the project: Binarysharp :: Products - MemorySharp.

    As asked in the first post, this is a small abstract of the library:



    The supported platform is Windows.

    Many thanks
    Done! Sorry I missed your original post. For future reference (including to others): If I miss something like this please feel free to PM me. I'll let you know whether I just missed it or was ignoring you on purpose. :P

  6. #21
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last edited by homer91; 03-03-2014 at 03:13 AM.

  7. #22
    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. Thanks.

  8. #23
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #24
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Figured I would list this here, this site has tons of links to useful decompilers, debuggers, etc...

    https://events.ccc.de/congress/2013/...inary_Analysis

  10. #25
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Cypher , if you're still maintaining this thread you may want to update/remove some of those links since most of them are redirects, or dead. Also, while you're at it, would love if you added my new library: Robot.

  11. Thanks Murgy (1 members gave Thanks to Torpedoes for this useful post)
  12. #26
    barthencito's Avatar Active Member
    Reputation
    26
    Join Date
    Dec 2014
    Posts
    15
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Found this today, in case somone likes it:

    https://github.com/stevemk14ebr/PolyHook

  13. Thanks moisteroyster (1 members gave Thanks to barthencito for this useful post)
  14. #27
    stevemk14ebr's Avatar Member
    Reputation
    2
    Join Date
    Jul 2014
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by barthencito View Post
    Found this today, in case somone likes it:

    GitHub - stevemk14ebr/PolyHook: x86/x64 C++ Hooking Library
    I love it

  15. Thanks moisteroyster (1 members gave Thanks to stevemk14ebr for this useful post)
  16. #28
    42stein's Avatar Member
    Reputation
    6
    Join Date
    Aug 2021
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't write in black on a dark background. bad contrast, cancer to read.

Page 2 of 2 FirstFirst 12

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 03:49 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