Skip to content

Instantly share code, notes, and snippets.

View zakaria5313's full-sized avatar
🏠
Working from home

zakaria5313

🏠
Working from home
View GitHub Profile
@pcaversaccio
pcaversaccio / ReturnBombExample.sol
Last active November 28, 2023 19:13
This is a returnbomb attack example.
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
/**
* @title Returnbomb attack example
* @author pcaversaccio
*/
contract Evil {
uint256 public counter;