├── LICENSE ├── README.md ├── Resources ├── crau.pdf ├── crauEmu_logo.png ├── screenshots │ ├── ropeditor_context.png │ └── ropeditor_payload.png └── videos │ ├── demo01_edge.mp4 │ └── demo02_checkm8.mp4 └── crauEmu.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/README.md -------------------------------------------------------------------------------- /Resources/crau.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/Resources/crau.pdf -------------------------------------------------------------------------------- /Resources/crauEmu_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/Resources/crauEmu_logo.png -------------------------------------------------------------------------------- /Resources/screenshots/ropeditor_context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/Resources/screenshots/ropeditor_context.png -------------------------------------------------------------------------------- /Resources/screenshots/ropeditor_payload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/Resources/screenshots/ropeditor_payload.png -------------------------------------------------------------------------------- /Resources/videos/demo01_edge.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/Resources/videos/demo01_edge.mp4 -------------------------------------------------------------------------------- /Resources/videos/demo02_checkm8.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/Resources/videos/demo02_checkm8.mp4 -------------------------------------------------------------------------------- /crauEmu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSecurity/crauEmu/HEAD/crauEmu.py --------------------------------------------------------------------------------