Skip to content

Add snapshot diff for comparing memory regions#12

Closed
ykus4 wants to merge 1 commit into
mainfrom
feat/snapshot-diff
Closed

Add snapshot diff for comparing memory regions#12
ykus4 wants to merge 1 commit into
mainfrom
feat/snapshot-diff

Conversation

@ykus4
Copy link
Copy Markdown
Owner

@ykus4 ykus4 commented May 7, 2026

Take two snapshots of a memory region at different points in time and see which bytes changed. Useful for reverse-engineering save data or finding dynamic values without a known starting value.

  • CLI: option 23d — interactive snapshot A → wait → snapshot B → diff
  • API: POST /api/snapshot/take, POST /api/snapshot/diff
  • Library: TakeSnapshot, DiffSnapshots, WriteDiff in modify package

Take two snapshots of a memory region at different points in time and
see which bytes changed. Useful for reverse-engineering save data or
finding dynamic values without a known starting value.

- CLI: option 23d — interactive snapshot A → wait → snapshot B → diff
- API: POST /api/snapshot/take, POST /api/snapshot/diff
- Library: TakeSnapshot, DiffSnapshots, WriteDiff in modify package
@ykus4 ykus4 closed this May 7, 2026
@ykus4 ykus4 deleted the feat/snapshot-diff branch May 7, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant