(Created page with "{{Event |Title=Security foo |Description=New topic: Interrupts and Interrupt handling |Type=Meet-Up |Date=2023-01-09 |Start=19:00 |Duration=4 |Host=barbieauglend |isRelevant=Y...") |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
|Description=New topic: Interrupts and Interrupt handling | |Description=New topic: Interrupts and Interrupt handling | ||
|Type=Meet-Up | |Type=Meet-Up | ||
|Date=2023-01- | |Date=2023-01-23 | ||
|Start=19:00 | |Start=19:00 | ||
|Duration=4 | |Duration=4 | ||
Line 9: | Line 9: | ||
|isRelevant=Yes | |isRelevant=Yes | ||
}} | }} | ||
= | = Interrupt and Exception Handling = | ||
New year, new topics! We are going to look into how interrupts and interrupt handling (and virtualization security) work in a x86 platform. While reading is very importantˆtm, we will also implement a Linux kernel module (a new one!) that hooks the interrupt table. Yeap yeap...! :) | |||
== Mentors == | == Mentors == | ||
Line 15: | Line 16: | ||
* {{U|barbieauglend}} | * {{U|barbieauglend}} | ||
== | == Reading Materials == | ||
Intel SDM: | |||
* Interrupts and | * https://software.intel.com/en-us/articles/intel-sdm#combined Volume 3: Chapter 6 Interrupts and Exception Handling | ||
Note: You can also read Chapter 6.5 in Volume 1 but this isn't going to give you the background we are looking for) | |||
Open Security Training: | |||
* https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+Arch1001_x86-64_Asm+2021_v1/about | |||
* https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+Arch2001_x86-64_OS_Internals+2021_v1/about | |||
* https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+Arch4031_x86-64_RV_coreboot+2021_v1/about |
Latest revision as of 19:43, 23 January 2023
Security foo | |
---|---|
New topic: Interrupts and Interrupt handling | |
Art | Meet-Up |
Datum | 2023-01-23 |
Start | 19:00 |
Dauer | 4h |
Host | barbieauglend |
Relevant? | Yes |
Interrupt and Exception Handling[edit | edit source]
New year, new topics! We are going to look into how interrupts and interrupt handling (and virtualization security) work in a x86 platform. While reading is very importantˆtm, we will also implement a Linux kernel module (a new one!) that hooks the interrupt table. Yeap yeap...! :)
Mentors[edit | edit source]
Reading Materials[edit | edit source]
Intel SDM:
- https://software.intel.com/en-us/articles/intel-sdm#combined Volume 3: Chapter 6 Interrupts and Exception Handling
Note: You can also read Chapter 6.5 in Volume 1 but this isn't going to give you the background we are looking for)
Open Security Training: