shubham0d / smm-info-drivers

Small set of drivers to retrieve SMM related information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smm-info-drivers

Sample linux modules to retrieve SMM related information.
Used for blog: https://nixhacker.com/digging-into-smm/

Files Description

cause_smi.c - Cause SMI and check SMI count.
d_lck.c - check the D_LCK and D_OPEN bit which defines if the SMM is protected or not.
tsegmb.c - find the TSEG area base address and size.
smrr.c - check SMRR base and mask.
mtrr.c - check MTRR base and mask.

About

Small set of drivers to retrieve SMM related information

License:MIT License


Languages

Language:C 94.6%Language:Makefile 5.4%