2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 09, 2025 — Mar 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add thread base to the pointerscan. useful in cases like these: int main() { GameClass mygame; return mygame->run(); } More... about 13 years ago
add THREADSTACK# variable to the symbolhandler More... about 13 years ago
add GetStackStart(). Possibly useful as a pointerscan and direct addressing option More... about 13 years ago
fix some of the exception breakpoint bugs More... about 13 years ago
make exception breakpoints usable from the gui (untested) More... about 13 years ago
make the speedhack threadsafe More... about 13 years ago
do a threading test More... about 13 years ago
extra safeguard More... about 13 years ago
Add exception breakpoint method More... about 13 years ago
add test for reported speedhack bug More... over 13 years ago
add "aobscanmodule" aa command More... over 13 years ago
change aobscan to a label instead of a define More... over 13 years ago
Make the autoassembler handle $luavar when it's an integer More... over 13 years ago
fix address ranges in lua memscan firstscan accepting integers More... over 13 years ago
forgot to initialize a variable More... over 13 years ago
fix movzx disassembling when a prefix is used More... over 13 years ago
fix shld More... over 13 years ago
fix lua and plugin speedhack_setSpeed being limited to 2 digit accuracy More... over 13 years ago
fix movd rm32,xmm More... over 13 years ago
expand the threadlist with the fsbase More... over 13 years ago
fix createprocess (fpc bug ?) More... over 13 years ago
Add override support to relative jumps More... over 13 years ago
fix typecast error More... over 13 years ago
Make it so the most complex hotkeys that match the current keypress get activated ( http://forum.cheatengine.org/viewtopic.php?t=558174 ) More... over 13 years ago
fix hexadecimal scans with the all type (screw floats then) More... over 13 years ago
fix memoryleak in the previous memory scan for the all type More... over 13 years ago
fix the all type scan More... over 13 years ago
fix the dw, dd and dq instructions More... over 13 years ago
remove debug code More... over 13 years ago
fix unlabeledlabels not handling them properly More... over 13 years ago