├── C-Tasks-1.pdf ├── C-Tasks-2.pdf ├── C-Tasks-3.pdf ├── Python 101.pdf └── README.md /C-Tasks-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interruptlabs/VRDP-Training-Material/1627ddc307fb20bde0523a82da9e444b5c742f07/C-Tasks-1.pdf -------------------------------------------------------------------------------- /C-Tasks-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interruptlabs/VRDP-Training-Material/1627ddc307fb20bde0523a82da9e444b5c742f07/C-Tasks-2.pdf -------------------------------------------------------------------------------- /C-Tasks-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interruptlabs/VRDP-Training-Material/1627ddc307fb20bde0523a82da9e444b5c742f07/C-Tasks-3.pdf -------------------------------------------------------------------------------- /Python 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interruptlabs/VRDP-Training-Material/1627ddc307fb20bde0523a82da9e444b5c742f07/Python 101.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # VRDP Training Material 2 | This repository contains the pre-joining training materials given to aspiring researchers on the Vulnerability Researcher Development Program. 3 | 4 | ## C Tasks 5 | An introductory guide to the wonderful world of C! Aspiring researchers are taught to think and code in C with challenges and tasks included to test their knowledge along the way. 6 | 7 | ## Python 101 8 | An introductory guide to Python. Zero prior knowledge is assumed and aspiring researchers are brought upto speed in a language they'll be using throughout VRDP. 9 | --------------------------------------------------------------------------------