├── LICENSE ├── PPPwn ├── install.sh ├── install_ch.sh ├── offsets.py ├── pppwn.py ├── pppwn11 ├── pppwn64 ├── pppwn7 ├── run.sh ├── stage1_10.00.bin ├── stage1_10.01.bin ├── stage1_11.00.bin ├── stage1_9.00.bin ├── stage1_9.60.bin ├── stage2_10.00.bin ├── stage2_10.01.bin ├── stage2_11.00.bin ├── stage2_9.00.bin └── stage2_9.60.bin ├── README.md └── USB Drive └── goldhen.bin /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/LICENSE -------------------------------------------------------------------------------- /PPPwn/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/install.sh -------------------------------------------------------------------------------- /PPPwn/install_ch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/install_ch.sh -------------------------------------------------------------------------------- /PPPwn/offsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/offsets.py -------------------------------------------------------------------------------- /PPPwn/pppwn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/pppwn.py -------------------------------------------------------------------------------- /PPPwn/pppwn11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/pppwn11 -------------------------------------------------------------------------------- /PPPwn/pppwn64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/pppwn64 -------------------------------------------------------------------------------- /PPPwn/pppwn7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/pppwn7 -------------------------------------------------------------------------------- /PPPwn/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/run.sh -------------------------------------------------------------------------------- /PPPwn/stage1_10.00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage1_10.00.bin -------------------------------------------------------------------------------- /PPPwn/stage1_10.01.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage1_10.01.bin -------------------------------------------------------------------------------- /PPPwn/stage1_11.00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage1_11.00.bin -------------------------------------------------------------------------------- /PPPwn/stage1_9.00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage1_9.00.bin -------------------------------------------------------------------------------- /PPPwn/stage1_9.60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage1_9.60.bin -------------------------------------------------------------------------------- /PPPwn/stage2_10.00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage2_10.00.bin -------------------------------------------------------------------------------- /PPPwn/stage2_10.01.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage2_10.01.bin -------------------------------------------------------------------------------- /PPPwn/stage2_11.00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage2_11.00.bin -------------------------------------------------------------------------------- /PPPwn/stage2_9.00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage2_9.00.bin -------------------------------------------------------------------------------- /PPPwn/stage2_9.60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/PPPwn/stage2_9.60.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/README.md -------------------------------------------------------------------------------- /USB Drive/goldhen.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunlongr/WKY-Pwn/HEAD/USB Drive/goldhen.bin --------------------------------------------------------------------------------