0xenia / x64_mt2

An old source of mine to make a simple bot for x64 Metin2
1 stars 1 forks source link

Finding patterns #1

Open EnzoBasile opened 5 months ago

EnzoBasile commented 5 months ago

Hi! I'm sorry for bothering you. So far I understand the logic of the code, where you find the base address of the functions and then you call them with the code, but I'm facing a problem where I can not find that base address.

Could you give me some tips to get the hex address of the functions?

I appreciate any help you can provide!

0xenia commented 5 months ago

Actually it's pretty easy when you got the source code of the game. And then you can find what you need through strings/calls etc.