# Computer Systems

## TL;DR

Watch pwn.college lecture:

{% embed url="<https://www.youtube.com/c/pwncollege/videos>" %}
pwn.college
{% endembed %}

## Computer Architecture

### Lecture

{% embed url="<https://youtu.be/9jc0eSnrzF4>" %}
Computer Architecture lecture
{% endembed %}

### Slides

{% embed url="<https://docs.google.com/presentation/d/1sVyPL92gbzg_it9aIeC-CjXtF2tpvAmZTKjWc-SlU0c/edit#slide=id.g6c717ad36e_1_0>" %}
Computer Architecture slides
{% endembed %}

## Linux Process Loading

### Lecture

{% embed url="<https://youtu.be/kUMCAzSOY-o>" %}
Linux Process Loading lecture
{% endembed %}

### Slides

{% embed url="<https://docs.google.com/presentation/d/1TwM5WLWnTqrNkpXjGKkaXYbKZEpatEQYA7ckBVXAOhs/edit>" %}
Linux Process Loading slides
{% endembed %}

## Linux Process Execution

### Lecture

{% embed url="<https://youtu.be/Vtb5wIlthRg>" %}
Linux Process Execution lecture
{% endembed %}

### Slides

{% embed url="<https://docs.google.com/presentation/d/1ezY9Q8I0tzDD-7ZDXMbQM5RQ7z1dvB9-U_nDEhc6qdE/edit#slide=id.g8a9f5b81a5_0_0>" %}
Linux Process Execution slides
{% endembed %}

## Assembly

### Lecture

{% embed url="<https://youtu.be/ImdnOGNZflU>" %}
Assembly lecture
{% endembed %}

### Slides

{% embed url="<https://docs.google.com/presentation/d/1pN0nuhQIhn92QBitMznFNSRABDkMtbUW4MEJBYFwtwM/edit>" %}
Assembly slides
{% endembed %}

## Binary Files

### Lecture

{% embed url="<https://youtu.be/nKqFeYJ483U>" %}
Binary Files lecture
{% endembed %}

### Slides

{% embed url="<https://docs.google.com/presentation/d/1wrX8tvwaxIEk5hx4OtQmPqps-MScIaDO-9bTKQqr8vI/edit#slide=id.p>" %}
Binary Files slides
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ret2basic.gitbook.io/ctfnote/computer-science/computer-systems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
