Results 1 to 2 of 2
  1. #1
    KappaMang's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    16
    My Mood
    Asleep

    Access Violation

    When I compile my code, I get this message:
    Unhandled exception at 0x7777FAAA (ntdll.dll) in CSGO.exe: 0xC0000005: Access violation reading location 0x17BD0000.
    The code is a signature scanner and I'm particularly looking for an address after the 0x17BD0000.
    If you need my to paste my code I can.

  2. #2
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    If you're scanning for patterns, only scan from PIMAGE_NT_HEADERS->OptionalHeader.SizeOfImage ( Or SizeOfCode unless you're looking for static data. )

  3. The Following User Says Thank You to Hitokiri~ For This Useful Post:

    Adrenaline (03-15-2016)

Similar Threads

  1. Access violation using malloc
    By ♪~ ᕕ(ᐛ)ᕗ in forum C++/C Programming
    Replies: 3
    Last Post: 11-25-2014, 10:09 AM
  2. [Help Request] Access Violation
    By !!!JAVA!!! in forum Call of Duty Modern Warfare Help
    Replies: 1
    Last Post: 01-29-2014, 06:02 AM
  3. Visual C++ unhandled exception 'access violation writing location'
    By ninjastormns in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 07-15-2012, 06:58 AM
  4. Error: Access violation
    By NFSMasterr in forum Vindictus Help
    Replies: 2
    Last Post: 12-24-2011, 08:52 AM
  5. [Help] Access violation in C++
    By bubblesppf in forum C++/C Programming
    Replies: 5
    Last Post: 06-15-2011, 09:55 AM