use correct paths for internal Error
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
use crate::{
|
||||
Error,
|
||||
error::Error,
|
||||
sys::{handle::Handle, memory, snapshot},
|
||||
};
|
||||
use derive_more::{Debug, derive::Display};
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
use crate::Error;
|
||||
use crate::error::Error;
|
||||
use std::ops::Deref;
|
||||
use windows::Win32::{
|
||||
Foundation::{CloseHandle, HANDLE, INVALID_HANDLE_VALUE},
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
use crate::{Error, sys::handle::Handle};
|
||||
use crate::{error::Error, sys::handle::Handle};
|
||||
use std::{ffi::c_void, ptr};
|
||||
use windows::Win32::System::Diagnostics::Debug::{ReadProcessMemory, WriteProcessMemory};
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
use crate::Error;
|
||||
use crate::error::Error;
|
||||
use windows::Win32::System::Diagnostics::ToolHelp::{
|
||||
CreateToolhelp32Snapshot, MODULEENTRY32W, Module32FirstW, Module32NextW, PROCESSENTRY32W,
|
||||
Process32FirstW, Process32NextW, TH32CS_SNAPMODULE, TH32CS_SNAPMODULE32, TH32CS_SNAPPROCESS,
|
||||
|
||||
Reference in New Issue
Block a user