Found in one of my many unfinished projects:
ntdll, err := syscall.LoadLibrary("ntdll")
if err != nil {
panic("Could not load ntdll (how are you even reading this?)")
}
Post
Found in one of my many unfinished projects:
ntdll, err := syscall.LoadLibrary("ntdll")
if err != nil {
panic("Could not load ntdll (how are you even reading this?)")
}
A space for Bonfire maintainers and contributors to communicate