Skip to content

Commit 6c5cd07

Browse files
author
ErroneousMozzarella
committed
Update: README
1 parent 7a51b92 commit 6c5cd07

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# CSEC-201
2+
23
My 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)

0 commit comments

Comments
 (0)