├── README.md ├── RedStar_OS_32c3.pdf ├── bin ├── README.md ├── opprc └── scnprc ├── crypto ├── Jipsam1.ko ├── Jipsam2.ko ├── README.md └── pilsung.ko ├── defuse.sh ├── libos ├── README.md ├── libos.c └── libos.so.0.0.0 ├── patterns ├── AnGae.dat ├── README.md ├── angae-010.template └── parse.py ├── rtscan ├── README.md ├── resctl.py └── rtscan.ko ├── screenshots ├── redstar-screen-1.png ├── redstar-screen-10.png ├── redstar-screen-2.png ├── redstar-screen-3.png ├── redstar-screen-4.png ├── redstar-screen-5.png ├── redstar-screen-6.png ├── redstar-screen-7.png ├── redstar-screen-8.png └── redstar-screen-9.png └── watermarked ├── love.docx ├── preview_bottle_firstuser.jpg ├── preview_bottle_original.jpg ├── preview_bottle_seconduser.jpg └── wm_decrypt.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/README.md -------------------------------------------------------------------------------- /RedStar_OS_32c3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/RedStar_OS_32c3.pdf -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/bin/README.md -------------------------------------------------------------------------------- /bin/opprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/bin/opprc -------------------------------------------------------------------------------- /bin/scnprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/bin/scnprc -------------------------------------------------------------------------------- /crypto/Jipsam1.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/crypto/Jipsam1.ko -------------------------------------------------------------------------------- /crypto/Jipsam2.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/crypto/Jipsam2.ko -------------------------------------------------------------------------------- /crypto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/crypto/README.md -------------------------------------------------------------------------------- /crypto/pilsung.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/crypto/pilsung.ko -------------------------------------------------------------------------------- /defuse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/defuse.sh -------------------------------------------------------------------------------- /libos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/libos/README.md -------------------------------------------------------------------------------- /libos/libos.c: -------------------------------------------------------------------------------- 1 | int validate_os(){ 2 | return 1; 3 | } 4 | -------------------------------------------------------------------------------- /libos/libos.so.0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/libos/libos.so.0.0.0 -------------------------------------------------------------------------------- /patterns/AnGae.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/patterns/AnGae.dat -------------------------------------------------------------------------------- /patterns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/patterns/README.md -------------------------------------------------------------------------------- /patterns/angae-010.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/patterns/angae-010.template -------------------------------------------------------------------------------- /patterns/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/patterns/parse.py -------------------------------------------------------------------------------- /rtscan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/rtscan/README.md -------------------------------------------------------------------------------- /rtscan/resctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/rtscan/resctl.py -------------------------------------------------------------------------------- /rtscan/rtscan.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/rtscan/rtscan.ko -------------------------------------------------------------------------------- /screenshots/redstar-screen-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-1.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-10.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-2.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-3.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-4.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-5.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-6.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-7.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-8.png -------------------------------------------------------------------------------- /screenshots/redstar-screen-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/screenshots/redstar-screen-9.png -------------------------------------------------------------------------------- /watermarked/love.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/watermarked/love.docx -------------------------------------------------------------------------------- /watermarked/preview_bottle_firstuser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/watermarked/preview_bottle_firstuser.jpg -------------------------------------------------------------------------------- /watermarked/preview_bottle_original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/watermarked/preview_bottle_original.jpg -------------------------------------------------------------------------------- /watermarked/preview_bottle_seconduser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/watermarked/preview_bottle_seconduser.jpg -------------------------------------------------------------------------------- /watermarked/wm_decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takeshixx/redstar-tools/HEAD/watermarked/wm_decrypt.py --------------------------------------------------------------------------------