Path of Exile Anti-Cheat Postmortem menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    maper's Avatar Elite User __readgsqword(0x188); CoreCoins Purchaser
    Reputation
    496
    Join Date
    Nov 2013
    Posts
    356
    Thanks G/R
    26/353
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I don't recall the exact client version, it was at least several months before they dropped v1. Maybe even longer. It was just a simple walk of the .text section that looked for a hard-coded set of changes (I think mainly some of the earlier maphacks, etc). I noticed it when I set an on-access hardware breakpoint on some of the game's code, and it tripped. That was why I wrote some of my earliest maphack releases using hardware breakpoints and a vectored exception handler, so it would avoid it. (They later detected that maphack by looking for the hashed DLL name. )

    It's always interesting to see someone else's approach to the problem. It seems like a lot of what you did was based around static analysis of the game, whereas my approach was generally more on the dynamic analysis side. I figured out how the anti-cheat(s) worked by using a custom user-mode syscall hook that watched some of the more interesting calls into ntdll. I was able to find all the relevant anti-cheat code from there. The disadvantage there is I could miss code that didn't execute, but the advantage is I wouldn't have to put much effort into searching for new code in a big patch.

    The way they were searching for Exile Buddy was watching for an open handle and then opening the executable file on disk to try to search for a signature. They did the same thing for PoeHUD too, though I think that one was easier because the PE header of PoeHUD has the PDB name in it. I don't know whether Buddy did or not.

    Path of Exile Anti-Cheat Postmortem
  2. #17
    lvous's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a question about anticheat. Is it safe to use d3d hooks? Just want to remove graphics effects.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Bot] Path of Exile - Bots, Hacks, Cheats - All in one place
    By Rotondo in forum PoE Bots and Programs
    Replies: 2
    Last Post: 04-11-2013, 02:21 PM
  2. [Selling] Selling Path of Exile Beta Keys
    By Igzz in forum General MMO Buy Sell Trade
    Replies: 11
    Last Post: 02-25-2012, 06:00 AM
  3. [Buying] WTB Path of Exile or Diablo 3 beta key or account!
    By kikazz005 in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 10-07-2011, 02:12 PM
  4. [Buying] Path of Exile or Diablo III beta - Repped
    By therightemp in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 09-17-2011, 09:47 PM
All times are GMT -5. The time now is 04:18 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