Jump to content

Ignatius21

Members
  • Posts

    2
  • Joined

  • Last visited

Ignatius21's Achievements

Newbie

Newbie (1/11)

0

Reputation

  1. Thanks for the book suggestion. h-code stands for hook-code:) As far as i understood, ollydbg doesn't work correctly with 64bit windows. !!!!First i found address where text is stored. Then I attach debugger to see what accesses this address. I see this picture. What instruction should i analyze futher? .
  2. Hi all! I would like to learn how to find H-codes in games. It is a small dream for me, since the time a started to read vns. I was interested in how everything computer related works since my childhood. As of now I am learning java, so i have basic understanding of programming languages. Also a am reading a book about assembly, so i also have basic understanding of how cpu and memory works but i cant put all the pieces of the puzzle together without little help from someone. When I try to find an H-code I use guide for cheatEngine https://wiki.anime-sharing.com/hgames/index.php?title=AGTH/Tutorial I can easily find address where text is stored, but then, when a need to find what is accessing this memory address, I cant understand what command, from the list a get, is the best to use in further steps. Is it a command which is used maximum number of times or maybe command which uses some special cpu registers. And i also cant understand what to do next, what should i look for in the registers and memory, when I setup the breakpoint? Even a small help would be much appreciated. Thanks in advance!
×
×
  • Create New...