diff options
Diffstat (limited to 'md/writeup/hooking_interrupt_descriptor_table.md')
-rw-r--r-- | md/writeup/hooking_interrupt_descriptor_table.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/md/writeup/hooking_interrupt_descriptor_table.md b/md/writeup/hooking_interrupt_descriptor_table.md index a1c8349..0704da2 100644 --- a/md/writeup/hooking_interrupt_descriptor_table.md +++ b/md/writeup/hooking_interrupt_descriptor_table.md @@ -1,8 +1,7 @@ title:X11 prototype GUI keywords:x11,gui -Hooking interrupt descriptor table -Hook interrupt descriptor table +# Hooking interrupt descriptor table Hooking interrupt table is very interesting thing with it you can dissallow some operations to be made or watch what @@ -104,8 +103,8 @@ This is tested with kernel version 2.6.38 ## Links -http://codenull.net/articles/kmh_en.html -http://www.gadgetweb.de/linux/40-how-to-hijacking-the-syscall-table-on-latest-26x-kernel-systems.html +1. http://codenull.net/articles/kmh_en.html +2. http://www.gadgetweb.de/linux/40-how-to-hijacking-the-syscall-table-on-latest-26x-kernel-systems.html ## Downloads hook_idt.zip - |