Jul 7, 2024
.exe
file in your desired directory..exe
in your chosen folder, e.g., C:\RemedyBG
../bin/main.exe
..rbg
file for later use.-Zi
for creating PDB files.JMC
is disabled and use debug:full
instead of debug:fastlink
.var, B
for binary, var, x
for hexadecimal.array, 4x
to show four elements in hexadecimal.RAX
.[*]
.
[*]var
to access a variable one level up in the call stack.var
and step through functions without losing the value.matrix.elements, mtx4
for a 4x4 matrix.array[index], width, height
displays rectangles' dimensions.if var == 3223
.addFunc
).process()
breakpoint only when special_trigger
is set.TID
, PID
, locals
, and params
for debugging.