herrBez / Nduja

Nduja is a software that de-anonymize crypto-currencies' addresses
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Fix issue with "raw matching" ethereum addresses #5

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

Ethereum and Ethereum classic poses two challenges:

  1. Distinguish among the different addresses (but they can also considered the same)
  2. When you use python re package and the regexp: "\\b(0x)?([0-9a-fA-F]{40})\\b" you should be aware that we have to match the second group, which is not the case in all other cases