├── README.md ├── task1 └── task1_lvl3.cs ├── task10 ├── README.md ├── encoder.cpp └── task10_sol.cpp ├── task11 ├── README.md ├── task11_sol.cpp └── vmmax_patched.exe ├── task12 ├── README.md ├── crypto.dll ├── main.cpp ├── ntddk.h ├── rtlcompress.cpp └── rtlcompress.h ├── task3 └── task3_sol.cpp ├── task4 └── task4_sol.cpp ├── task6 └── Program.cs ├── task7 ├── extract_sec.cpp ├── launch_code.txt ├── snippet.py ├── task7_level2.py ├── test_md5.py └── z3sflare.py └── task9 └── main.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/README.md -------------------------------------------------------------------------------- /task1/task1_lvl3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task1/task1_lvl3.cs -------------------------------------------------------------------------------- /task10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task10/README.md -------------------------------------------------------------------------------- /task10/encoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task10/encoder.cpp -------------------------------------------------------------------------------- /task10/task10_sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task10/task10_sol.cpp -------------------------------------------------------------------------------- /task11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task11/README.md -------------------------------------------------------------------------------- /task11/task11_sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task11/task11_sol.cpp -------------------------------------------------------------------------------- /task11/vmmax_patched.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task11/vmmax_patched.exe -------------------------------------------------------------------------------- /task12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task12/README.md -------------------------------------------------------------------------------- /task12/crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task12/crypto.dll -------------------------------------------------------------------------------- /task12/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task12/main.cpp -------------------------------------------------------------------------------- /task12/ntddk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task12/ntddk.h -------------------------------------------------------------------------------- /task12/rtlcompress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task12/rtlcompress.cpp -------------------------------------------------------------------------------- /task12/rtlcompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task12/rtlcompress.h -------------------------------------------------------------------------------- /task3/task3_sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task3/task3_sol.cpp -------------------------------------------------------------------------------- /task4/task4_sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task4/task4_sol.cpp -------------------------------------------------------------------------------- /task6/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task6/Program.cs -------------------------------------------------------------------------------- /task7/extract_sec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task7/extract_sec.cpp -------------------------------------------------------------------------------- /task7/launch_code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task7/launch_code.txt -------------------------------------------------------------------------------- /task7/snippet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task7/snippet.py -------------------------------------------------------------------------------- /task7/task7_level2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task7/task7_level2.py -------------------------------------------------------------------------------- /task7/test_md5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task7/test_md5.py -------------------------------------------------------------------------------- /task7/z3sflare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task7/z3sflare.py -------------------------------------------------------------------------------- /task9/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hasherezade/flareon2019/HEAD/task9/main.cpp --------------------------------------------------------------------------------