Arithmetic Overflow and Underflow | Hack Solidity (0.6)

preview_player
Показать описание
In this video, we will examine a Solidity smart contract that is vulnerable to uint overflow and underflow.

#Solidity #Overflow #Underflow

References

Рекомендации по теме
Комментарии
Автор

Uint overflow and underflow explanation 0:20
Code 3:10
Preventative techniques (using SafeMath) 9:43

smartcontractprogrammer
Автор

This is fantastic. I was searching for an understanding of overflow and I got so much more. Thanks!

Darbyslaton
Автор

This is a great channel. Glad I got to know about this so early!

rattle_
Автор

Amazing vid! just heads up to those watching rn, arithetic overflow and underflow reverts for solidity v0.8+

bautistabaiocchi-lora
Автор

Very well explained !! 😍 Thank you!! I find this new serie is so valuable so far !! Every smart contract developer should learn this !!
Question: If these has become known vulnerability in Solidity, is the company working on remedy to enhance protection via new versions ?

salem
Автор

This playlist should be updated for 0.8

pythusiast
Автор

If I try to do this in a real attack, would I have to deploy the original contract that has the vulnerability AND the contract that "attacks" the vulnerability with my Metamask wallet (injected Web3)
?

KingOfNeptune_
Автор

essentially, what it means is the malicious contract can modify the lockTime value? Is there a way to "lock" it internally, so it can't be modified at all from external contract?

kaionwong
Автор

I am confused that Why at05:36 line 37 "constructer( TimeLock _timeLock) in this course, but in the course of "Reentrancy | Hack Solidity (0.6)" 05:30 line35 "constructor (address _etherstoreAddress)"? What is the difference between the two ways?

qffmjsz
Автор

So based on the answer you teach in the solidity 0.8 course, may I say "Arithmetic Overflow and Underflow " is not an issue any more?

qffmjsz
Автор

I don't think your attack function works correctly because all its doing is depositing Ether on the contract but its not withdrawing it anywhere. Let me know if I am missing something. Love your videos :)

erog
join shbcf.ru