I need memory editing library for 64 bits menu

User Tag List

Results 1 to 10 of 10
  1. #1
    dlablo's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Nov 2014
    Posts
    91
    Thanks G/R
    11/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I need memory editing library for 64 bits

    So i just came back from work and i spend 6 hours searching for a 64 bits memory reader. I'm not just talking about a memory reader that can do the basic read/write functions. I also need to inject assembly code to inject my codecaves, functions, ect. In the past i used the usual ones, blackmagic, greymagic, wowobjmanager ect, they are all meant for 32 bits. How do you guys hack in Shadowlands and such? What memory readers are you using? Please help me, thank you for your time.

    I need memory editing library for 64 bits
  2. #2
    scimmy's Avatar Active Member
    Reputation
    52
    Join Date
    Jul 2020
    Posts
    54
    Thanks G/R
    1/33
    Trade Feedback
    0 (0%)
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Write your own? Go internal?

  3. #3
    dlablo's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Nov 2014
    Posts
    91
    Thanks G/R
    11/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont have the proper knowledge and especially time. I have all the needed skills to make whatever bot/hack i want, but i need a way to read memory in c#. So is this what u did? Wrote it by urself ?...

  4. #4
    ChrisIsMe's Avatar Contributor
    Reputation
    164
    Join Date
    Apr 2017
    Posts
    210
    Thanks G/R
    67/100
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    aaaaaaaaaaaaaaaaaaaa
    Last edited by ChrisIsMe; 11-01-2023 at 05:00 PM.

  5. #5
    Razzue's Avatar Contributor Avid Ailurophile

    CoreCoins Purchaser Authenticator enabled
    Reputation
    379
    Join Date
    Jun 2017
    Posts
    588
    Thanks G/R
    184/268
    Trade Feedback
    2 (100%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlablo View Post
    So i just came back from work and i spend 6 hours searching for a 64 bits memory reader. I'm not just talking about a memory reader that can do the basic read/write functions. I also need to inject assembly code to inject my codecaves, functions, ect. In the past i used the usual ones, blackmagic, greymagic, wowobjmanager ect, they are all meant for 32 bits. How do you guys hack in Shadowlands and such? What memory readers are you using? Please help me, thank you for your time.


    5 minutes, and MULTIPLE usable projects found on GitHub, some of which need a simple update to work. Heck one of them I used as a basis/reference for writing a lib that uses nt calls instead of traditional rpm/wpm, and just omitted the injection parts cause.. yuck 🤷*♂️... But I guess google is a lil too hard for you?

  6. #6
    dlablo's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Nov 2014
    Posts
    91
    Thanks G/R
    11/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, after couple days of searching i found this: GitHub - lolp1/Process.NET: A C# class library for interacting with processes.

    I got it working with my 64 bit process, i can read/write memory ect. But i need help making it inject assembly code. Can you guys help me with this pls? I allocated memory successfully, but then i cannot write my asm code to it. I'm trying to make my codecaves and as i said i never hacked 64 bits game. If someone can help me solve my problem please contact me on Discord Dlablo#1375

  7. #7
    dlablo's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Nov 2014
    Posts
    91
    Thanks G/R
    11/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Figured it out, ty. This library can help you do anything you want. It's just that it has no documentary and it sucks when you gotta figure out how it works, but once you do, you are a god :P.

  8. #8
    dlablo's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Nov 2014
    Posts
    91
    Thanks G/R
    11/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChrisIsMe View Post
    If you can't use ReadProcessMemory function (memoryapi.h) - Win32 apps | Microsoft Docs you can't reverse engineer WoW.

    You are wrong , i've developed amazing packet manipulator for WoW, no one ever did so advanced one. But i never had to deal with making my own memory reading libraries. Anyway, ty. As always i managed to figure it out solo :P im so smart ... gosh...

  9. #9
    ChrisIsMe's Avatar Contributor
    Reputation
    164
    Join Date
    Apr 2017
    Posts
    210
    Thanks G/R
    67/100
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    aaaaaaaaaaaaaaaaaaaa
    Last edited by ChrisIsMe; 11-01-2023 at 05:00 PM.

  10. Thanks Corthezz (1 members gave Thanks to ChrisIsMe for this useful post)
  11. #10
    dlablo's Avatar Active Member Authenticator enabled
    Reputation
    55
    Join Date
    Nov 2014
    Posts
    91
    Thanks G/R
    11/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well.. it turns out that the most important thing is not updated in this library. I am able to read/write to 64 bit process, but i cant access the modules of it, i can't inject asm code into the module, only to my own allocated memory. So it turns out the fasm dll is not updated to support 64 bits. So.. this library is the same like greymagic blackmagic ect. Since i got mad for wasting my time for couple of days trying to figure out how to use this library, i decided to use the cheat engine library. Never thought hacking a 64 bit process would be such a complicated task...

Similar Threads

  1. [Release] SHInject - A small Memory Editing library for 3.3.5:12340
    By Blackplayer27 in forum WoW Memory Editing
    Replies: 4
    Last Post: 09-22-2020, 06:06 PM
  2. 64 bit memory editing library
    By derbenzin in forum WoW Bots Questions & Requests
    Replies: 7
    Last Post: 10-18-2018, 08:07 AM
  3. 64 bit memory editing library
    By derbenzin in forum WoW Memory Editing
    Replies: 1
    Last Post: 09-05-2018, 08:49 AM
  4. 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
  5. model edit programs on 64 bit
    By factionwars in forum Community Chat
    Replies: 1
    Last Post: 06-16-2008, 12:12 PM
All times are GMT -5. The time now is 12:19 AM. 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