diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
commit | 380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch) | |
tree | 9fa3b9c93b58c966daa22f955282bc3c181d909a /md/writeup/hooking_interrupt_descriptor_table.md | |
parent | df881efab146ca3ee61bf8936f948dd976fc4740 (diff) | |
download | md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip |
Update all content to new pygmentize
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 - |