Results 1 to 4 of 4
  1. #1
    ZER0MEM0RY's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    \\\\.\\PhysicalDrive0
    Posts
    94
    Reputation
    10
    Thanks
    4,217
    My Mood
    Cold

    Modifying CSGO's memory from a dll, in another process (example antivirus)

    I Have some experience in C++ Programming, I am very familiar with the "debugger" type of hacks, which you run, they modify the game's memory and there you go. This method can be easily detected since vac can presumably see which process is writing/reading it's memory. But, what if i were to write my code in a dll, then force e.g an anti-virus program to load it to it's address space. Wouldn't it look like the anti-virus is modifying the game's memory? Do you have any experience about this method, is it easier or harder to detect? Thanks.

  2. #2
    PashaThePotato's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    258
    My Mood
    Amazed
    Puddin Poppin' used this method and his OpenGL WH is still undetected. He also made his own Subtle-Aimbot using the same method which was detected months later.

  3. #3
    Blueblood1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    711
    Reputation
    132
    Thanks
    7,125
    My Mood
    Mellow
    Quote Originally Posted by ZER0MEM0RY View Post
    I Have some experience in C++ Programming, I am very familiar with the "debugger" type of hacks, which you run, they modify the game's memory and there you go. This method can be easily detected since vac can presumably see which process is writing/reading it's memory. But, what if i were to write my code in a dll, then force e.g an anti-virus program to load it to it's address space. Wouldn't it look like the anti-virus is modifying the game's memory? Do you have any experience about this method, is it easier or harder to detect? Thanks.
    VAC3 doesn't have/use heuristics scanning, only signature scanning. So no they can't see which process is reading/writing data to its memory. Also software to change and edit your DLL/Exe's signature is currently enough to get past VAC3. Even if the DLL was injected via Anti-Virus, VAC3 would scan the memory of the Anti-Virus and still find the signature of your DLL, It would do nothing to hide it. This may work if VAC3 used heuristics scanning and not signature scanning.

    Want to help me out? or just feed me? Feel free to donate.



    Goals:
     
    -
    - 300:
    - 500:
    - 750:
    - 1000:

     
    -
    - 4500:
    - 5000:
    - 5500:
    - 6000:
    - 6500:
    - 7000:

  4. #4
    ZER0MEM0RY's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    \\\\.\\PhysicalDrive0
    Posts
    94
    Reputation
    10
    Thanks
    4,217
    My Mood
    Cold
    Quote Originally Posted by Blueblood1 View Post
    VAC3 doesn't have/use heuristics scanning, only signature scanning. So no they can't see which process is reading/writing data to its memory. Also software to change and edit your DLL/Exe's signature is currently enough to get past VAC3. Even if the DLL was injected via Anti-Virus, VAC3 would scan the memory of the Anti-Virus and still find the signature of your DLL, It would do nothing to hide it. This may work if VAC3 used heuristics scanning and not signature scanning.
    Thank you for clearing this up.

Similar Threads

  1. [Solved] Abnormal Memory access from a dll by Xtrap
    By Jwanme_ in forum CrossFire Help
    Replies: 1
    Last Post: 08-17-2012, 11:53 PM
  2. [B]is there a new update from wh.dll[/B]
    By SacredGold in forum CrossFire Discussions
    Replies: 14
    Last Post: 03-21-2010, 01:39 PM
  3. [Help] New Update from WH.dll pls the LINK!!
    By SacredGold in forum CrossFire Hacks & Cheats
    Replies: 19
    Last Post: 02-26-2010, 11:17 AM
  4. [Help] Dealing with pointers from a dll
    By ctpsolo in forum C++/C Programming
    Replies: 11
    Last Post: 01-26-2010, 11:19 PM
  5. Help with hooking from a dll
    By Anddos in forum C++/C Programming
    Replies: 5
    Last Post: 12-21-2009, 08:11 AM

Tags for this Thread