Im looking for a method/function that i can use to get base address of \"program.exe\"+03262C08 -> B4895A0. This address is from Cheat Engine and base addres
Windows has been using Address Space Layout Randomization for about a decade now, but the module base in EXE's is far older than that. Simply ignore it, it's now meaningless.
And don't forget: each process has its own address space. A pointer in one process is meaningless in the other.