You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates reverse engineering techniques to locate and interpret dynamic, obfuscated game objects in ShellShock Live despite unstable pointers. By combining pattern scanning with targeted code injection, it captures volatile runtime data and reconstructs it for trajectory prediction and overlay rendering.
MinesweeperDeterminator is a Java application that quickly detects the current state of a Minesweeper game running on screen—including the number of remaining mines—and determines whether the next move requires guessing. If logical deduction is possible, it also provides a suggested safe move and can probably help you click if you want.