Skip to content

v2.1.8

Latest
Compare
Choose a tag to compare
@alexrp alexrp released this 23 Mar 03:42
· 223 commits to master since this release
v2.1.8
dbaf51a
  • Vezel.Ruptura.Memory
    • Changed the code placement algorithm for FunctionHook to factor in IP-relative memory operands in the original function's prologue code.
      • This prevents relocated prologue instructions from failing to assemble due to range errors.
      • Note that the CodeManager may still fail to satisfy the required code placement under extreme memory usage conditions.