dotNetMemoryScan icon indicating copy to clipboard operation
dotNetMemoryScan copied to clipboard

Scan Memory Array of Byte in process

Results 2 dotNetMemoryScan issues
Sort by recently updated
recently updated
newest added

i have this Array: ?? ?? ?? ?? 00 00 00 00 AA D6 C8 BF AA the default array is similar, so i'm not understanding why is my array...

Not an issue, but a feature request. Adding these parameters would reduce the scan time significantly, if used accordingly. `find_aob.scan_all(Process p, string pattern, ulong start_address, ulong end_address, bool stop_at_first);` ulong...