All Projects → Mrrraou → waithax

Mrrraou / waithax

Licence: MIT License
An implementation of the waithax / slowhax 3DS Kernel11 exploit.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
assembly
5116 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to waithax

Guide Vita
A complete guide to PS Vita (TV) custom firmware, from stock to HENkaku Ensō.
Stars: ✭ 59 (-7.81%)
Mutual labels:  homebrew
SQL Injection Payload
SQL Injection Payload List
Stars: ✭ 62 (-3.12%)
Mutual labels:  vulnerability
homebrew-chunkwm
Homebrew Tap for Chunkwm tiling window manage (https://github.com/koekeishiya/chunkwm)
Stars: ✭ 47 (-26.56%)
Mutual labels:  homebrew
Pingo
A tile painting puzzle game for the PS Vita
Stars: ✭ 17 (-73.44%)
Mutual labels:  homebrew
Pocket-Game-Maker-v0.83
由白枫开发的PSP AVG游戏引擎PGM。经白枫同意后,上传做教程之用。
Stars: ✭ 13 (-79.69%)
Mutual labels:  homebrew
external-protocol-flooding
Scheme flooding vulnerability: how it works and why it is a threat to anonymous browsing
Stars: ✭ 603 (+842.19%)
Mutual labels:  vulnerability
homebrew-crypto
🔐 Various Cryptographic-Related Formulae
Stars: ✭ 14 (-78.12%)
Mutual labels:  homebrew
NSE-scripts
NSE scripts to detect CVE-2020-1350 SIGRED and CVE-2020-0796 SMBGHOST, CVE-2021-21972, proxyshell, CVE-2021-34473
Stars: ✭ 105 (+64.06%)
Mutual labels:  vulnerability
Blitz
Blitz is a 68030 based homebrew computer I designed over the course of nearly 3 years, starting in late 2017.
Stars: ✭ 31 (-51.56%)
Mutual labels:  homebrew
Exploits
Real world and CTFs exploiting web/binary POCs.
Stars: ✭ 69 (+7.81%)
Mutual labels:  vulnerability
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-31.25%)
Mutual labels:  homebrew
fuzzing-corpus
My fuzzing corpus
Stars: ✭ 120 (+87.5%)
Mutual labels:  vulnerability
log4jscanwin
Log4j Vulnerability Scanner for Windows
Stars: ✭ 142 (+121.88%)
Mutual labels:  vulnerability
StarDustCFWPack
StarDust es un Pack con los CFW actuales tipo AIO, Configurado con Atmosphere, SX OS Agrega también las app mas básicas para empezar y no preocuparse por nada
Stars: ✭ 83 (+29.69%)
Mutual labels:  homebrew
libstarlight
3DS Homebrew Application Framework
Stars: ✭ 28 (-56.25%)
Mutual labels:  homebrew
PegaScape
A user-friendly public frontend for common PegaSwitch scripts including Nereba, Caffeine, HBL and more.
Stars: ✭ 49 (-23.44%)
Mutual labels:  homebrew
Chimay-Red-tiny
This is a minified exploit for mikrotik routers. It does not require any aditional modules to run.
Stars: ✭ 25 (-60.94%)
Mutual labels:  vulnerability
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-73.44%)
Mutual labels:  homebrew
xsymlink
Xbox One Symbolic Link Exploit: Access restricted/encrypted volumes using the Xbox File Explorer.
Stars: ✭ 18 (-71.87%)
Mutual labels:  vulnerability
SwitchXBOXController
Turn your Nintendo Switch into an XBOX360 controller to play on your Windows computer
Stars: ✭ 46 (-28.12%)
Mutual labels:  homebrew

slowhax / waithax

Implementation of the slowhax / waithax ARM11 kernel exploit. Kind of intended as a reference implementation, sort of based on Steveice10's memchunkhax2 implementation. Definitely does not look the cleanest possible, feel free to contribute.

Can only work from 9.0 to 11.1, as the vulnerability was patched on 11.2. Use faster exploits if you can, though.

Only tested on my 10.3 New3DS, but I don't see why it would fail on other consoles. There are no hardcoded addresses in this implementation.

Exploit written in less than a day. Finding the strat took more time. No one really seemed to care about doing it apparently...

How to use, for users

Use the latest release or build the app yourself.

Then, run the .3dsx, wait for the exploit to be done, and run your homebrew of choice that needs elevated privileges (can be yellows8's 3ds_dsiwarehax_installer or cell9's NTR CFW, for example).

If you are getting a freeze/crash on the Homebrew Launcher when running it, please update your Homebrew Launcher.

How to use, for developers

NOTE: The kernel exploit should not be implemented into your application, to ensure future compatibility and to make updating your application unneeded if the exploit code is updated.

In order to ensure compatibility, svcBackdoor (SVC 0x7B) will also be reimplemented into svcSendSyncRequest3 (SVC 0x30). This was agreed upon as a "standard" for Kernel11 exploits, as SVC 0x30 is a stubbed SVC command and should be accessible by most userland applications, including dlplay, which *hax runs under.

In order for your application to be compatible with this, I will be giving you code snippets in order to gain privileges you will need inside your homebrew or exploit, and to check if you have access to the SVC 0x30 global backdoor.

You can find snippets and usage examples here.

Estimated time for running the exploit

Takes around 25 minutes for New3DS (should), and around 1 hour and 10 minutes for Old3DS.

Credits

  • nedwill/derrek for discovering the vulnerability, they're the real guys here
  • Steveice10 for the memchunkhax2 implementation
  • AuroraWright/TuxSH for Luma3DS and its exception handlers, Subv/cell9 for the SVC access check patches which were extensively used for development
  • TuxSH for finding the KSyncObject address leaking used in memchunkhax2, Kernel11 RE and lots of more stuff
  • shchmue for implementing the ETA display
  • if I missed anyone in there please tell me

License

Copyright (c) 2016 Mrrraou

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].