←back to thread

1369 points universesquid | 2 comments | | HN request time: 0.56s | source
1. zabil ◴[] No.45173497[source]
Does anybody have tips on how to invalidate a wallet address response if it's intercepted and modified like this?
replies(1): >>45173582 #
2. Mattwmaster58 ◴[] No.45173582[source]
Off the top of my head, you could include your own checksum in the payload. Their code only modifies the address. Nothing would prevent them from reverse engineering checksum, too.

There are ways to detect a replaced/proxied global window function too, and that's another arms race.