1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-20 20:37:27 +01:00

Land #693, Fix incorrect Memory Search variable name

This commit is contained in:
adfoster-r7 2024-01-08 10:39:26 +00:00 committed by GitHub
commit e46cdad8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,7 +625,7 @@ DWORD request_sys_process_memory_search(Remote* remote, Packet* packet)
current_buffer_offset += (match_result + match_length);
}
} while (result != -1);
} while (match_result != -1);
}
memory_region_offset += bytes_to_read;