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

Xbox 360: Hackernews feedback #102

Closed
flipacholas opened this issue Jun 10, 2022 · 1 comment
Closed

Xbox 360: Hackernews feedback #102

flipacholas opened this issue Jun 10, 2022 · 1 comment

Comments

@flipacholas
Copy link
Owner

https://news.ycombinator.com/item?id=31678045

Super minor nitpick but ROP wasn’t used for the King Kong/SMC exploit. I would consider it a ROP exploit if multiple return-oriented gadgets were chained together to form a full exploit chain, but what happened here is the syscall handler was invoked with a malformed index causing a single jump to user-mode code with kernel-mode privileges. It’s not too dissimilar to calling an arbitrary function pointer.

@mirh
Copy link

mirh commented Jun 19, 2022

There's also #104

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

2 participants