Skip to content

Instantly share code, notes, and snippets.

@crabshank
Created January 1, 2024 10:54
Show Gist options
  • Select an option

  • Save crabshank/7cfae417788b2e332eefbba26fc2e2cf to your computer and use it in GitHub Desktop.

Select an option

Save crabshank/7cfae417788b2e332eefbba26fc2e2cf to your computer and use it in GitHub Desktop.
Conditional breakpoint condition to break on string match in Cheat Engine
local s='common\\etc\\pesdb\\CompetitionKind.bin' -- The string we're looking for at address RDX (below)
local s1=readString(RDX,s:len())
return(s==s1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment