Building skills for securing smart contracts.
Reverse-engineering state storage, manipulating gas, hexadecimal math, zero code size contracts and more!
May 12, 202223 min read381

Search for a command to run...
Articles tagged with #solidity
Reverse-engineering state storage, manipulating gas, hexadecimal math, zero code size contracts and more!

Let's get straight to it. The vulnerabilities exploited on this installment are not trivial and can be particularly malicious. Specially the reentrancy attack at #10. 8th Challenge: Vault - accessing private data We will need to unlock the following ...

Let's continue the Ethernaut with challenges 4 through 7. These are quite interesting and point out several of the basic vulnerabilities you should be aware of when writing smart contracts. :D 4th Challenge: Telephone - tx.origin phishing The goal is...

This is fun!
