06:44
1,0×
00:00/06:44
49,5 тыс смотрели · 3 года назад
1 год назад
Solidity Forcibly Send Ether Vulnerability // Cписок уязвимостей Ethereum для защиты Экосистемы от различных атак
Earlier we touched on the topic: “Improving the overall security of the ecosystem from attacks on smart contracts”. In this article, we will continue to develop this painful topic of ecosystem security. Occasionally, it is unwanted for users to be able to send Ether to a smart contract. Unfortunately for these circumstances, it’s possible to bypass a contract fallback function and forcibly send Ether. contract Vulnerable { function () payable { revert(); } function somethingBad() { require(this...
33,2 тыс читали · 6 лет назад
Как разблокировать защищенную от записи флешку, карту памяти или жесткий диск в Windows 10, 8, 7
Читайте, что делать если при попытке форматирования флешки, карты памяти или жесткого диска вы получаете сообщение: “Диск защищен от записи” (The disk is write-protected). А также, как правильно снять...