No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
|isRelevant=Yes | |isRelevant=Yes | ||
}} | }} | ||
= | = Linux Kernel Basics = | ||
We are going to discuss how Linux Kernel Modules are handy when reading and modifying CPU supported security features like WP, SMAP, SMEP. We will revise some ways of flipping bits in Control registers and go over a very short introduction to interrupt handling and virtualization. | |||
== Mentors == | == Mentors == | ||
* {{U|hanemile}} | * {{U|hanemile}} | ||
* {{U|barbieauglend}} | |||
barbie is back :D | |||
== topics == | == topics == | ||
* | * LKM | ||
* Hardware supported security features <- We are here | |||
* Control Registers <- ... and here | |||
* Interrupt Handling | |||
* | * Virtualization |
Revision as of 19:22, 14 November 2022
Security foo | |
---|---|
LKM updates | |
Art | Meet-Up |
Datum | 2022-11-14 |
Start | 19:00 |
Dauer | 4h |
Host | hanemile, barbieauglend |
Relevant? | Yes |
Linux Kernel Basics
We are going to discuss how Linux Kernel Modules are handy when reading and modifying CPU supported security features like WP, SMAP, SMEP. We will revise some ways of flipping bits in Control registers and go over a very short introduction to interrupt handling and virtualization.
Mentors
barbie is back :D
topics
- LKM
- Hardware supported security features <- We are here
- Control Registers <- ... and here
- Interrupt Handling
- Virtualization