Aggiornamento 2.212
02/08/2026
v2.212.0.0BETAMINOR
Lulu2 ago 2026
Magic DLL Editor: "Clone Editor" panel (read-only diff vs vanilla)
- "Refresh diff" button compares working bytes with originals and lists mutated records (opcode, record @0x, SHA before→after) — the active-mutations summary of the Death Custom clone (C3 Path A). READ-ONLY, never writes to the game.
- Offset fix: diff uses
DataSectionRawPtr + RecordOffset(record is relative to .data, not the file). - Tests:
RefreshCloneDiff_DetectsMutatedRecords(E2E: 0 mutated on vanilla → 1 record after edit+save) — MagicDll suite 64/64 PASS. ### PATCH
v2.211.0.0