From 908f14cc37463d2100e5f0501da40860e509227a Mon Sep 17 00:00:00 2001 From: jam1garner Date: Mon, 31 Jul 2017 16:39:15 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cd59b62..dcb9046 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # ROBChain PoC exploit for Super Smash Brothers Wii U to get arbitrary code execution + +Can go over any fighter (and possibly article) to gain arbitrary code execution (Only ROP atm). This is a variation of contenthax based around MSC (the main character scripting language) exploiting a heap overflow to gain arbitrary read/write within the MSC script. Use [pymsc](https://github.com/jam1garner/pymsc) to build. + +### Video + +https://youtu.be/u3qKsbGPgn0 + +### Write up + +Coming soon