https://github.com/stackedcache/c-journey
Documenting my journey of learning C with the end goal of becoming a cyber security expert.
https://github.com/stackedcache/c-journey
assembly c cybersecurity gdb
Last synced: about 1 month ago
JSON representation
Documenting my journey of learning C with the end goal of becoming a cyber security expert.
- Host: GitHub
- URL: https://github.com/stackedcache/c-journey
- Owner: stackedcache
- Created: 2025-02-20T08:03:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T11:13:28.000Z (over 1 year ago)
- Last Synced: 2025-02-28T17:58:39.143Z (over 1 year ago)
- Topics: assembly, c, cybersecurity, gdb
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C PROGRAMMING JOURNEY
**Documenting my journey** learning **C Programming** - pointers, functions, Git flow, and working on bi-lingual documentation / comments.
- I am currently serving a one year contract in the SVO to obtain citizenship in Russia.
- During my down time, I am using Artificial Intelligence as a tutor to improve my Russian and learn C Programming.
- Before this, I spent 4 years as a network engineer with Cisco, troubleshooting NX-OS equipment in large data-center environments.
- My end goal is to work in the IT sector of Russia in cyber operations.
- *Документация будет на Английском и Русском языках.* (Documentation will be in English and Russian. I am working hard on my Russian :))
## Concepts Covered
- Pointers (Указатели)
- Functions (Функции)
- Memory Management (Управление памятью)
- Git Flow (Гит поток)
## How to Build and Run
```bash
make
./build/main
```