MCPcopy Create free account
hub / github.com/b1tg/rust-windows-shellcode / panic

Function panic

shellcode/src/main.rs:15–17  ·  view source on GitHub ↗
(_: &core::panic::PanicInfo)

Source from the content-addressed store, hash-verified

13use utils::*;
14#[panic_handler]
15fn panic(_: &core::panic::PanicInfo) -> ! {
16 loop {}
17}
18// const KERNEL32_DLL: &str = concat!("KERNEL32.DLL", "\0");
19const USER32_DLL: &str = concat!("user32.dll", "\0");
20const OutputDebugStringA_: &str = concat!("OutputDebugStringA", "\0");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected