(Created page with "{{Event |Title=Security foo |Description=LKM: IDT and GTD hooking |Type=Meet-Up |Date=2023-03-13 |Start=19:00 |Duration=4 |Host=Barbieauglend |isRelevant=Yes }} = Interrupt an...") |
No edit summary |
||
Line 11: | Line 11: | ||
= Interrupt and Exception Handling on Linux = | = Interrupt and Exception Handling on Linux = | ||
Q&A : bring your questions :) | Q&A : bring your questions :) | ||
I am going to be online between 20-20:30 (8:00 - 8:30pm) | |||
* https://md.chaosdorf.de/security-foo | * https://md.chaosdorf.de/security-foo |
Revision as of 18:05, 9 March 2023
Security foo | |
---|---|
LKM: IDT and GTD hooking | |
Art | Meet-Up |
Datum | 2023-03-13 |
Start | 19:00 |
Dauer | 4h |
Host | Barbieauglend |
Relevant? | Yes |
Interrupt and Exception Handling on Linux
Q&A : bring your questions :)
I am going to be online between 20-20:30 (8:00 - 8:30pm)
Mentors
Reading Materials
Intel SDM:
- https://software.intel.com/en-us/articles/intel-sdm#combined Volume 3: Chapter 6 Interrupts and Exception Handling
- https://github.com/torvalds/linux/blob/master/arch/x86/kernel/idt.c Linux Kernel Code
- https://www.felixcloutier.com/x86/sidt
- https://www.felixcloutier.com/x86/lgdt:lidt
- https://wiki.osdev.org/Segmentation
- https://www.felixcloutier.com/x86/xsave