Small fix

This commit is contained in:
João Victor
2024-08-05 21:41:55 -03:00
parent d924116219
commit bbbaa0a3ad

View File

@@ -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 {