Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualscript recursion exploit #56

Open
bradyrussell opened this issue Nov 28, 2020 · 2 comments
Open

virtualscript recursion exploit #56

bradyrussell opened this issue Nov 28, 2020 · 2 comments

Comments

@bradyrussell
Copy link
Owner

bradyrussell commented Nov 28, 2020

(*) {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
Copy link
Owner Author

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

@bradyrussell
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant