HadesMem - A Windows Memory Hacking Library for C++ menu

Shout-Out

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 82
  1. #16
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Improvements to memory scanning code (including support for scanning where T is a std::vector).
    Miscellaneous bug fixes and improvements.

    HadesMem - A Windows Memory Hacking Library for C++
  2. #17
    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)
    Is there a nomination for "Most releases / updates per hour" award?

  3. #18
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by adaephon View Post
    Is there a nomination for "Most releases / updates per hour" award?
    Don't complain goddamn. He's doing a huge contribution - and helping ALOT.
    Good job Cypher, as usual. +3
    Dahnniel [DOT] s [AT] gmail [DOT] com

  4. #19
    AlexF's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    source attack forum ?

  5. #20
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Started adding scripting support (Lua).

  6. #21
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Current ManualMap implementation now working on x64 (i.e. for x64 targets with x64 DLLs). I should now be able to retain it from this point onwards.

  7. #22
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Current ManualMap implementation now working on x64 (i.e. for x64 targets with x64 DLLs). I should now be able to retain it from this point onwards.
    Yes! Thanks Cypher I love HadesMem.
    I'm widely known as TheUltimateParadox

  8. #23
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed a critical bug in MemoryMgr::Call. Should now work as expected.
    Fixed a critical bug in Proces::Process(DWORD). Should now work as expected.
    Modified and improved API and implementation of Injector to make them both cleaner, simpler, and easier to use.
    Improved implementation of Scanner. Still needs work, but it's getting there slowly.
    Various other miscellaneous bug fixes, changes, and improvements.

  9. #24
    themind's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post


    HadesMem is released under the GPLv3* and the project is currently hosted at Google Code.

    hadesmem - Project Hosting on Google Code

    * Please note that this means it may NOT be used in any closed-source commercial applications (so if you're a cheat seller, too bad). I will re-license to you it upon request though if you have a good reason.
    how does this stop cheat sellers from using ur code?
    great job anyway

  10. #25
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by themind View Post
    how does this stop cheat sellers from using ur code?
    great job anyway
    If you're using gpled code in a closed source app the FSF will send their ninjas to kill you.
    I hacked 127.0.0.1

  11. #26
    flo8464's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2009
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xarg0 View Post
    If you're using gpled code in a closed source app the FSF will send their ninjas to kill you.
    Luck for the thieves it's no Linux Code, else those would attack:

    Hey, it compiles! Ship it!

  12. #27
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Started work on IAT hooking class. Still a work in progress but current implementation works as expected.
    Fixed a couple of bugs (including one important one affecting MemoryMgr::Read for string types, if you had troubles previously please try again now).

  13. #28
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by themind View Post
    how does this stop cheat sellers from using ur code?
    Technically, it only stops the distribution of non-GPL licensed bots. It would be perfectly legal to sell a bot that uses HadesMem, as long as you provide the full source code, licensed with the GPL. Nobody would buy it of course. If a non-GPL licensed bot uses this library, Cypher's chances to win in court are very high.

    Originally Posted by gplviolations.org
    By June 2006, the project has hit the magic "100 cases finished" mark, at an exciting equal "100% legal success" mark. Every GPL infringement that we started to enforce was resolved in a legal success, either in-court or out of court.
    The culprit would most likely have to provide the full source code of his bot and at least pay for all the legal charges.
    Last edited by Sednogmah; 03-24-2010 at 11:37 AM.
    951388dcb8e5be825c2c10a7f53c16fcd84fc6c8b76ff0483237eeff745eaeac

  14. #29
    themind's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    who talks about courts, you just use it and don't tell anyone

  15. #30
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by themind View Post
    who talks about courts, you just use it and don't tell anyone
    It would be VERY easy for me (or any other reverser) to identify that someone is using my library in their code.

    You're free to use it as much as you want privately, there's nothing in the GPL stopping you from doing that.

    However good luck getting away with using it illegitimately in a public cheat, there are always LOTS of eyes on those (anti-cheat writers looking for weaknesses, cheat users checking for malware, independent researchers looking for weaknesses/implementation-details/whatever, etc). Someone is going to notice, it's pretty much guaranteed.

    At any rate, talk of courts is definitely a bit silly. Typically situations like that (assuming that multi-million dollar corporations aren't involved :P) are resolved with a polite email and an agreement between the developer(s) and the offender.

    EDIT:

    Also, as I've already stated, I'm happy to re-license it upon request (assuming the terms are reasonable). I'm simply using the GPL as the primary license because it encourages (read: forces) people to 'give back' to open source when they otherwise wouldn't.

Page 2 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Memory Hacking Library List
    By Cypher in forum WoW Memory Editing
    Replies: 28
    Last Post: 07-29-2024, 11:54 PM
  2. [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
  3. [source][C++]Blackbone - windows memory hacking library
    By DarthTon in forum WoW Memory Editing
    Replies: 15
    Last Post: 02-21-2015, 07:39 AM
  4. [Release] [D] Hydra - Memory manipulation library for the D language
    By Hybro in forum WoW Memory Editing
    Replies: 1
    Last Post: 09-01-2013, 11:18 AM
  5. [C#] NWOHack - An open-source in-process memory hack for NeverWinter
    By Jadd in forum Neverwinter Bots and Programs
    Replies: 23
    Last Post: 06-28-2013, 10:01 AM
All times are GMT -5. The time now is 02:05 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search