Bavarian Cheater
Reputation: 0
Joined: 28 Feb 2018 Posts: 30
|
Posted: Mon Feb 04, 2019 7:52 am Post subject: Add TEB&TLS into watch window |
|
|
is there a way to watch TEB or TLS value from CE debug window?
max i could do is to open Thread windows, copy TEB value and add it to Watch.
But on next time thread is switched ... value i copied is wrong.
being in debug window i tried to add TEB and GS:[58] - both are not recognized.
I'm working on cheat through invoking CreateThread() and need to re-fill TLS slot with correct values before I can do real call. game is pure x64 c++ with no mono or unity. a bit stuck on identifying what to re-fill.
|
|