mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-04 08:04:22 +01:00
Refactoring code
This commit is contained in:
@@ -11,13 +11,13 @@ use {
|
||||
ntexapi::{SystemModuleInformation, SystemProcessInformation, PSYSTEM_PROCESS_INFORMATION},
|
||||
ntzwapi::ZwQuerySystemInformation
|
||||
},
|
||||
ntddk::{ZwCreateFile, ZwQueryInformationFile},
|
||||
obfstr::obfstr,
|
||||
wdk_sys::{
|
||||
*,
|
||||
ntddk::{
|
||||
ExAllocatePool, ExFreePool, KeStackAttachProcess, KeUnstackDetachProcess,
|
||||
ZwMapViewOfSection, ZwOpenSection, ZwReadFile, ZwClose, ZwUnmapViewOfSection
|
||||
ZwMapViewOfSection, ZwOpenSection, ZwReadFile, ZwClose, ZwUnmapViewOfSection,
|
||||
ZwCreateFile, ZwQueryInformationFile
|
||||
},
|
||||
_FILE_INFORMATION_CLASS::FileStandardInformation,
|
||||
_POOL_TYPE::NonPagedPool,
|
||||
|
||||
Reference in New Issue
Block a user