> For the complete documentation index, see [llms.txt](https://ret2basic.gitbook.io/ctfnote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ret2basic.gitbook.io/ctfnote/computer-science/computer-systems.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
