To confuse your enemy, first confuse self ~ The Art of War - Sun Tzu
This is a Segfault Sanctuary, where my segmentation faults find refuge before being debugged.
Contains some Computer Science related topics such as reverse engineering, programming and cyber-security notes that I've made from various sources.
Please feel free to critique and also contribute if you want but creating an issue.
This is a progressive learning experience and just using this repository to store these findings. CAUTION: it may not be perfect (reread for the people in the back).
- Installation Procedures
- Books
- Programming
- Systems Programming
- Learn Assembly
 
- Compilers
Based on the current architecture being used, which are ARM and M Chip, here are the installation setups for the various sections in this repository:
- C compiler Installation
- Assembler Installation
- Rust Cargo Installation
Here is the list of books in this repository and based on their difficulty and relevance.
| index | Name | Description | Difficulty | link | Relevance | 
|---|---|---|---|---|---|
| 1 | CLRS | Introduction to DS and Algorithms | Hard | CLRS | Absolutely | 
| 2 | ModernC | Recent Installment on C23 | Medium | ModernC | absolutely | 
| 3 | ARM | Introduction to ARM Assembly programming | Hard | ARM | yes |