File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# CSEC-201
2+
23My course notes and programs from the CSEC.201 seminar
4+
5+ ---
6+
7+ The topics explored in this semester were:
8+ 1 . Python
9+ - High level language
10+ - Real world program functions
11+ - Password cracking
12+ - Log file analysis
13+ - Threading
14+ - Socket Programming
15+ 2 . C
16+ - Medium Level Programming language
17+ - Primitive Types
18+ - Working with Pointers
19+ - Dynamic Memory allocation
20+ - Life cycle of a C program
21+ - Understanding and exploiting buffer overflows
22+
23+ 3 . Assembly
24+ - Low level implementation of C functionality
25+ - Working with the stack, heap, and registers
26+ - Using external functions made in C
27+ - Understanding low level implementation and register standards
28+
29+ ![ programming] ( https://user-images.githubusercontent.com/20164942/146232742-73bac5c8-cf46-4e11-8ae8-ab6e1d272338.gif )
You can’t perform that action at this time.
0 commit comments