Page 1 of 1

Memory Address

PostPosted: Fri Jul 06, 2007 2:30 pm
by 9sam1
Does anyone here know how to find memory address's? I need them to get the Hgooey Xendll working but i dont know how to find them :(

PostPosted: Fri Jul 06, 2007 5:42 pm
by Karl G.
Ugh, finding memory addresses is not fun. Usually it goes something like this:

take a snapshot of a program's memory block with some sort of utility when you KNOW the value of you're looking for
examine the memory snapshot with a hex editor to find all instances of that value and write them down
go back into the program, take another snapshot when you know what you're looking for, but its value is different
examine the memory addresses you wrote down to see which ones match the new value
repeat until there's only 1 left


Not much fun :/