MCPcopy Create free account
hub / github.com/Nariod/RustPacker / is_self_injection

Method is_self_injection

src/arg_parser.rs:32–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30
31impl Execution {
32 pub fn is_self_injection(&self) -> bool {
33 matches!(
34 self,
35 Execution::NtQueueUserAPC
36 | Execution::WinFiber
37 | Execution::NtFiber
38 | Execution::SysFiber
39 )
40 }
41}
42
43impl fmt::Display for Execution {

Callers 1

args_checkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected