cursey / kanan

Mods for Mabinogi using Javascript
The Unlicense
57 stars 30 forks source link

Finding the corresponding memory address #181

Open tate1010 opened 7 years ago

tate1010 commented 7 years ago

Hello, I would like to contribute, I was looking at the scripts. and i am not sure how you guys find the corresponding memory address that you need to patch

Thanks!

Blade3575 commented 7 years ago

Learning to use Cheat Engine to start off would be a good idea. At least a basic understanding of the Assembly (commonly abbreviated ASM) language is also required. A lot, if not all, of the patches in Kanan are explained in how they found them, or how to find them again based on what's around the edit. Proper use and understanding of Cheat Engine/ASM is what I would suggest starting out with first though.

Here are some places I've used: http://www.posix.nl/linuxassembly/nasmdochtml/nasmdoca.html https://en.wikibooks.org/wiki/X86_Assembly