Search results

  1. kuroro

    How was the "Assembly Compendium" created?

    Yay. After more googling and watching videos, I finally understand how some of the memory addresses were derived. CheatEngine (quite impressed with its functionality) and MemoryHackingSoftware seems to be quite useful. So I guess the core idea is to change values in the game and search for...
  2. kuroro

    How was the "Assembly Compendium" created?

    Cool. I can see how calling different functions to see what they could do could be helpful. I just tried corrupting a function by replacing its first instruction with RETN and it definitely shows me exactly what i'm messing with, so tnx for the tip :) What is a RAM checker by the way? Any...
  3. kuroro

    How was the "Assembly Compendium" created?

    How does one document something like "Assembly Compendium" ? Is there a systematic way to do it. Does one go through the assembly code line by line from start to finish? How did they figure the NPC offsets? How did they find out that the maxhealth is stored in the address 0049E6D0 ? How did they...
Top