Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F907105
common.inc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
994 B
Subscribers
None
common.inc
View Options
;
;
Constants
for
system
irql
and
IDT
vector
conversion
.
;
RPL_MASK
equ
00003
H
;
;
Gdt
Descriptor
Offset
Definitions
.
;
KGDT_R3_DATA
equ
00020
H
KGDT_R0_PCR
equ
00030
H
;
++
;
;
ENTER_TRAP
;
;
Macro
Description
:
;
;
Build
the
TRAP_FRAME
structure
and
set
registers
needed
by
a
trap
.
;
;
--
TRAP_ENTRY
macro
push
ebp
push
ebx
push
esi
push
edi
push
fs
push
eax
push
ecx
push
edx
push
ds
push
es
push
gs
;
;
Set
up
segment
registers
.
;
mov
ax
,
KGDT_R3_DATA
or
RPL_MASK
mov
ds
,
ax
mov
es
,
ax
mov
ax
,
KGDT_R0_PCR
mov
fs
,
ax
endm
TRAP_END
macro
pop
gs
pop
es
pop
ds
pop
edx
pop
ecx
pop
eax
pop
fs
pop
edi
pop
esi
pop
ebx
pop
ebp
endm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 6, 11:57 PM (20 h, 30 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
68/31/d58cafd12ad8b8876d79446dd559
Attached To
rAVM avmext
Event Timeline
Log In to Comment