bradyrussell / UISCoin

Java cryptocurrency made to learn more about Bitcoin.
https://bradyrussell.github.io/UISCoin/javadoc
0 stars 1 forks source link

virtualscript recursion exploit #56

Open bradyrussell opened 3 years ago

bradyrussell commented 3 years ago

(*) {depth pick([1]) call} (*) {depth pick([1]) call} call will hit the instruction limit without EFC enabled. not a huge deal since we have instruction limit but not intended

bradyrussell commented 3 years ago

or more minimally push {depth pick([0]) call} (*) {depth pick([0]) call} call

bradyrussell commented 3 years ago

or even just push {depth pick([0]) call} depth pick([0]) call second function is not needed