We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3f98c commit 42b2ebfCopy full SHA for 42b2ebf
hld/Eval.hx
@@ -357,7 +357,7 @@ class Eval {
357
var prevEsp = api.readRegister(currentThread, Esp);
358
// align stack
359
var stackValue = prevEsp;
360
- stackValue = stackValue.offset(-100);
+ stackValue = stackValue.offset(-0xFF);
361
stackValue = stackValue.offset((-stackValue.toInt() & 0xFF));
362
api.writeRegister(currentThread, Esp, stackValue);
363
// set registers
0 commit comments