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
I wanted to implement aob scan to a remote process by reload lib , is there any example code that I can tried to implement?
my steps is using OpenProcess GET handle->GET Regions by VirtualQueryEx Look for writtable | excutable -> Save Region base address and size -> using reloaded.Memory.SigScan to get the offset -> region BaseAddress + offset
The text was updated successfully, but these errors were encountered:
I wanted to implement aob scan to a remote process by reload lib , is there any example code that I can tried to implement?
my steps is using OpenProcess GET handle->GET Regions by VirtualQueryEx Look for writtable | excutable -> Save Region base address and size -> using reloaded.Memory.SigScan to get the offset -> region BaseAddress + offset
The text was updated successfully, but these errors were encountered: