mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-24 01:34:35 +01:00
Small fix
This commit is contained in:
@@ -27,7 +27,7 @@ use {
|
||||
|
||||
mod callbacks;
|
||||
|
||||
/// Represents shellcode injection
|
||||
/// Represents shellcode injection.
|
||||
pub struct InjectionShellcode;
|
||||
|
||||
impl InjectionShellcode {
|
||||
@@ -236,7 +236,7 @@ impl InjectionShellcode {
|
||||
}
|
||||
}
|
||||
|
||||
/// Represents DLL injection
|
||||
/// Represents DLL injection.
|
||||
pub struct InjectionDLL;
|
||||
|
||||
impl InjectionDLL {
|
||||
|
||||
Reference in New Issue
Block a user