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
Handle unverifiable jumps into the middle of instructions. #75
Comments
Now gives
|
And here are a couple of examples. NoVerify.class.zip (classes renamed as zip to make github happy) |
Does this work for conditional branches? |
Should do (there's nothing jump specific in here, just handling instructions whose successor isn't a legitimate index). Feel free to try to break it ;) |
(And if you do, pls provide class file ;) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://anthony.som.codes/blog/2019-12-30-jvm-hackery-noverify/ (
@half-cambodian-hacker-man ) points out some fun stuff allowing jumps to vector into the middle of other byte code.
The text was updated successfully, but these errors were encountered: