Skip to content

Compare

Chysn edited this page Jan 24, 2022 · 5 revisions

To see the addresses of differences and similarities for two regions of memory, enter

.C start1 end1 start2

where start1, end1, and start2 are valid 16-bit hexadecimal addresses. This will compare the region of memory from start1 to end1 to the region of memory from start2 to (_start2 + end1 - start1).

The tool will show a list of addresses in both regions, and the number of consecutive bytes that match (green text) or differ (red text) starting at those addresses.

Clone this wiki locally