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
The current version of Diamond is rather unoptimized and endlessly eats CPU cycles. A much simpler way to achieve the same effect would be to pattern scan for the glow update and write a JMP/NOP operation so we can replace the infinite while loop.
It's been nearly a year since the last update of Diamond so I'm not sure when (if ever) that I'll get around to this. It would be nice to receive a PR for this as it's very easily achievable using Pymem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The current version of Diamond is rather unoptimized and endlessly eats CPU cycles. A much simpler way to achieve the same effect would be to pattern scan for the glow update and write a JMP/NOP operation so we can replace the infinite while loop.
It's been nearly a year since the last update of Diamond so I'm not sure when (if ever) that I'll get around to this. It would be nice to receive a PR for this as it's very easily achievable using Pymem.
Beta Was this translation helpful? Give feedback.
All reactions