Public Attributes | |
rb | srv_name |
dd | magic |
dd | size |
dd | fd |
dd | bk |
dd | base |
dd | entry |
dd | srv_proc |
dd | srv_proc_ex |
dd SRV::base |
+0x20 ;service base address
dd SRV::bk |
+0x1C ;prev SRV descriptor
dd SRV::entry |
+0x24 ;service START function
dd SRV::fd |
+0x18 ;next SRV descriptor
dd SRV::magic |
+0x10 ;'SRV '
dd SRV::size |
+0x14 ;size of structure SRV
rb SRV::srv_name |
ASCIIZ string
dd SRV::srv_proc |
+0x28 ;user mode service handler
dd SRV::srv_proc_ex |
+0x2C ;kernel mode service handler