This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
preparation [2017/06/18 10:11] Razvan Deaconescu created |
preparation [2020/07/19 12:49] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Preparation | + | ====== Preparation ====== |
Participants at the Security Summer School are required to have good operating systems knowledge, abilities of working with the Linux command line, good C programming skills, fair Python programming skills and fair assembly programming knowledge. | Participants at the Security Summer School are required to have good operating systems knowledge, abilities of working with the Linux command line, good C programming skills, fair Python programming skills and fair assembly programming knowledge. | ||
Line 9: | Line 9: | ||
* [[https:// | * [[https:// | ||
- | Concepts you should be aware of: process, virtual memory, virtual address space, page fault, buffer, buffer overflow, return address, stack, stack frame, '' | + | **Concepts you should be aware of**: process, virtual memory, virtual address space, page fault, buffer, buffer overflow, return address, stack, stack frame, '' |
+ | |||
+ | **Tools and commands you should know**: gcc, make, vim, Bash, VirtualBox, objdump, strace, GDB, lsof, pmap, ps, ls, find, hexdump | ||
+ | |||
+ | ===== Gimme More ===== | ||
+ | |||
+ | Not required, but if you are fond of knowing more before or during the Security Summer School, we recommend you visit the challenge/ | ||
+ | |||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
- | Tools and commands you should know: gcc, make, vim, Bash, VirtualBox, objdump, strace, GDB, lsof, pmap, ps, ls, find, hexdump |