Skip to content

Commit

Permalink
Fill landing page
Browse files Browse the repository at this point in the history
Add content on landing page. Mostly doing an intro of the contents and
the chapters.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Jan 2, 2024
1 parent fa2bf67 commit a23eb8e
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions chapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,27 @@
slug: /
---

# Intro
# Binary Security

This is a landing page for your course.
This is a landing page for the Binary Security course.
Here you will find all the documentation needed for this course.
It is meant to be used by teachers, trainers, students and hobbyists who want to learn about topics on calculus and statistics.

Here you will add information about your course that a student might want to know at first glance.
The course is structured in chapters, each with their own sections.
Each section presents a particular topic, rich in demos, practical content and CTF-like (*Capture the Flag*) challenges.

Content is highly practical, dealing with binary executable files.
It is heavily focused on Linux environments and features content similar to what you would find in CTF contents and cybersecurity wargames.

Chapters are:

- Binary Analysis
- Exploitation Techniques
- Mitigations and Defensive Strategies

You can browse the contents using the corresponding menus on this website.

## Licensing and Contributing

The Binary Security contents are open educational resources ([OER](https://en.wikipedia.org/wiki/Open_educational_resources)), part of the [Open Education Hub project](https://open-education-hub.github.io/);
they are hosted on [GitHub](https://github.com/open-education-hub/ccas), licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) and [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause).

0 comments on commit a23eb8e

Please sign in to comment.