Security-foo/2023-01-23: Difference between revisions

From Chaosdorf Wiki
(→‎Interrupt and Exception Handling: Adding topics and reading materials for the next exercise)
m (Barbieauglend moved page Security-foo/2023-01-09 to Security-foo/2023-01-23: Verschoben :))
(No difference)

Revision as of 20:21, 9 January 2023

Security foo
New topic: Interrupts and Interrupt handling
Art Meet-Up
Datum 2023-01-09
Start 19:00
Dauer 4h
Host barbieauglend
Relevant? 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

Reading Materials

Intel SDM:

Note: You can also read Chapter 6.4 in Volume 1 but this isn't going to give you the background we are looking for)

Open Security Training: