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
According to @Azukee, memory scanning on Windows is broken.
[1:01 PM] HoLLy: also what about the error you had yesterday?
[1:01 PM] HoLLy: with the memory regions starting at 0
[1:02 PM] Snowy: well in the scan you had var region
[1:02 PM] Snowy: since i think MemoryRegion is an interface
[1:02 PM] HoLLy: yea
[1:02 PM] Snowy: I just changed it to WindowsMemoryRegion and used BaseAddress and RegionStart
[1:02 PM] Snowy: and not Start and End
[1:02 PM] Snowy: so not really a fix
[1:02 PM] Snowy: but this is windows only so i just botched something together
[1:02 PM] HoLLy: oh so I didn't implement windowsmemoryregion properly then
The text was updated successfully, but these errors were encountered:
According to @Azukee, memory scanning on Windows is broken.
The text was updated successfully, but these errors were encountered: