8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
/* ============ Reentrancy query ============ */
|
|
|
|
query reentrancyCall for (!pc:int) in pcsForOpcode(CALL)
|
|
[?sa: array<AbsDom>, ?mem: array<AbsDom>, ?in: AbsDom, ?stor: array<AbsDom>, ?size:int]
|
|
ExState{!pc}(?size, ?sa, ?mem, ?in, ?stor, true);
|
|
|
|
|