View previous topic :: View next topic |
Author |
Message |
Schwimmbad Newbie cheater
Reputation: 0
Joined: 04 Aug 2012 Posts: 17 Location: E.T.A.-Hoffmann-Str. 54, 82418 Seehausen am Staffelsee
|
Posted: Wed Aug 22, 2012 7:29 pm Post subject: What to do when pointers change? |
|
|
I want to access yaw and pitch of krpano-websites to make them work with my gyrosensor and thus with my virtual reality helmet head tracking.
360cities.net/image/chengdu-ancient-town-of-8-chengdu#-243.86,-6.59,110.0 - Example of a site using krpano(Hint: Click into the picture and move the mouse button while clicking)
The bottom line is that I can find the value(in opera_plugin_wrapper.exe), change it there and thus change it in the player(it's a double). So far so good.
But if I switch the panorama the address changes.
Alright, we know that so let's look for a pointer. "What accesses this address" gives me values I search for and enter the offset + result as pointer and voila, the values are there for this panorama.
BUT NOT IN THE NEXT PANORAMA.
Next means: I open 360cities.net/image/chengdu-ancient-town-of-8-chengdu#-243.86,-6.59,110.0 and then I click on another panorama or browse to another panorama using the directory.
It seems like even the pointers change.
Any ideas?
Last edited by Schwimmbad on Thu Aug 23, 2012 9:09 am; edited 1 time in total |
|
Back to top |
|
 |
oLaudix Expert Cheater
Reputation: 3
Joined: 25 Mar 2010 Posts: 138
|
Posted: Thu Aug 23, 2012 7:23 am Post subject: |
|
|
You cant find pointers to values used in memory browser. They are stored in different places every time because its allocated when you need it not when you open browser.
|
|
Back to top |
|
 |
Schwimmbad Newbie cheater
Reputation: 0
Joined: 04 Aug 2012 Posts: 17 Location: E.T.A.-Hoffmann-Str. 54, 82418 Seehausen am Staffelsee
|
Posted: Thu Aug 23, 2012 9:04 am Post subject: |
|
|
oLaudix wrote: | You cant find pointers to values used in memory browser. They are stored in different places every time because its allocated when you need it not when you open browser. |
So give me the solution.
|
|
Back to top |
|
 |
|