shadow-box-for-x86 icon indicating copy to clipboard operation
shadow-box-for-x86 copied to clipboard

Shadow-Box: Lightweight and Practical Kernel Protector for x86 (Presented at BlackHat Asia 2017/2018, beVX 2018 and HITBSecConf 2017)

Results 3 shadow-box-for-x86 issues
Sort by recently updated
recently updated
newest added

To support Linux kernel v4.19, structures and code for kernel protection should be changed.

It is needed to remove redundant code in mmu.c file and iommu.c file. The page table architectures are very similar except for the flags.

enhancement

To protect the SMAP feature of CPU, the SMAP bit CR4 register should be set. The current version of Shadow-box does not protect the SMAP bit, therefore, CR4 protection feature...

enhancement