formal-methods-minniethor/counter-example4.txt
2021-07-09 16:01:21 +02:00

12 lines
147 B
Plaintext

PUSH 0;
INPUT;
LE; // x <= 0
JUMPI 10;
PUSH 123; // - oa
PUSH 0; // - id, important
PUSH 2; // - va
PUSH 1337; // - to, attacker
CALL;
STOP;
FAIL;