Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlackSnufkin/BYOVD
/ functions
Functions
211 in github.com/BlackSnufkin/BYOVD
⨍
Functions
211
◇
Types & classes
48
Method
device_path
(&self)
TfSysMon-Killer/src/main.rs:19
Method
device_path
(&self)
AppRemover-Killer/src/main.rs:19
Method
device_path
(&self)
CcProtect-Killer/src/main.rs:19
Method
driver_file
(&self)
PoisonX-Killer/src/main.rs:21
Method
driver_file
(&self)
Wsftprm-Killer/src/main.rs:16
Method
driver_file
(&self)
PCTcore64-Killer/src/main.rs:17
Method
driver_file
(&self)
Ksapi64-Killer/src/main.rs:15
Method
driver_file
(&self)
BdApiUtil-Killer/src/main.rs:16
Method
driver_file
(&self)
GameDriverX64-Killer/src/main.rs:23
Method
driver_file
(&self)
STProcessMonitor-Killer/src/main.rs:36
Method
driver_file
(&self)
UnknownKiller/src/main.rs:16
Method
driver_file
(&self)
GoFlyDrv-Killer/src/main.rs:15
Method
driver_file
(&self)
Xkpsm-Killer/src/main.rs:15
Method
driver_file
(&self)
HWAudioOs2Ec-Killer/src/main.rs:14
Method
driver_file
(&self)
Viragt64-Killer/src/main.rs:15
Method
driver_file
(&self)
MonProcessEX-Killer/src/main.rs:14
Method
driver_file
(&self)
TfSysMon-Killer/src/main.rs:15
Method
driver_file
(&self)
AppRemover-Killer/src/main.rs:15
Method
driver_file
(&self)
CcProtect-Killer/src/main.rs:15
Method
driver_name
(&self)
PoisonX-Killer/src/main.rs:17
Method
driver_name
(&self)
Wsftprm-Killer/src/main.rs:12
Method
driver_name
(&self)
PCTcore64-Killer/src/main.rs:13
Method
driver_name
(&self)
Ksapi64-Killer/src/main.rs:11
Method
driver_name
(&self)
BdApiUtil-Killer/src/main.rs:12
Method
driver_name
(&self)
GameDriverX64-Killer/src/main.rs:19
Method
driver_name
(&self)
STProcessMonitor-Killer/src/main.rs:32
Method
driver_name
(&self)
UnknownKiller/src/main.rs:12
Method
driver_name
(&self)
GoFlyDrv-Killer/src/main.rs:11
Method
driver_name
(&self)
Xkpsm-Killer/src/main.rs:11
Method
driver_name
(&self)
HWAudioOs2Ec-Killer/src/main.rs:10
Method
driver_name
(&self)
Viragt64-Killer/src/main.rs:11
Method
driver_name
(&self)
MonProcessEX-Killer/src/main.rs:10
Method
driver_name
(&self)
TfSysMon-Killer/src/main.rs:11
Method
driver_name
(&self)
AppRemover-Killer/src/main.rs:11
Method
driver_name
(&self)
CcProtect-Killer/src/main.rs:11
Method
drop
(&mut self)
Astra64-RW/src/astra.rs:210
Method
drop
(&mut self)
byovd-lib/src/handle.rs:30
Function
enable_privilege
Enable a named privilege for the current process token. Common privilege names: - `"SeDebugPrivilege"` - `"SeLoadDriverPrivilege"`
byovd-lib/src/privilege.rs:23
Function
find_all_pids_by_name
Find all PIDs of processes matching `name` (case-insensitive), excluding system PIDs (≤ 4).
byovd-lib/src/process.rs:42
Function
get_current_dir
Return the current working directory as a UTF-8 `String`.
byovd-lib/src/util.rs:21
Method
ignore_ioctl_error
NSecKrnl driver reports error even on successful termination.
NSec-Killer/src/main.rs:28
Method
install
General constructor with full control over device path and driver file location. - `service_name` — Windows service name to register - `driver_filena
byovd-lib/src/service.rs:46
Method
ioctl
Send an IOCTL with typed input + output buffers.
byovd-lib/src/device.rs:44
Method
ioctl_code
(&self)
PoisonX-Killer/src/main.rs:29
Method
ioctl_code
(&self)
Wsftprm-Killer/src/main.rs:24
Method
ioctl_code
(&self)
PCTcore64-Killer/src/main.rs:25
Method
ioctl_code
(&self)
Ksapi64-Killer/src/main.rs:23
Method
ioctl_code
(&self)
BdApiUtil-Killer/src/main.rs:24
Method
ioctl_code
(&self)
GameDriverX64-Killer/src/main.rs:31
Method
ioctl_code
(&self)
STProcessMonitor-Killer/src/main.rs:47
Method
ioctl_code
(&self)
UnknownKiller/src/main.rs:24
Method
ioctl_code
(&self)
GoFlyDrv-Killer/src/main.rs:23
Method
ioctl_code
(&self)
Xkpsm-Killer/src/main.rs:23
Method
ioctl_code
(&self)
HWAudioOs2Ec-Killer/src/main.rs:22
Method
ioctl_code
(&self)
Viragt64-Killer/src/main.rs:23
Method
ioctl_code
(&self)
MonProcessEX-Killer/src/main.rs:22
Method
ioctl_code
(&self)
TfSysMon-Killer/src/main.rs:23
Method
ioctl_code
(&self)
AppRemover-Killer/src/main.rs:23
Method
ioctl_code
(&self)
CcProtect-Killer/src/main.rs:23
Method
ioctl_in
Send an IOCTL with input only (no output buffer).
byovd-lib/src/device.rs:87
Method
ioctl_in_unchecked
Send an IOCTL without checking the return value. Useful for drivers that always report failure even on success (e.g. NSecKrnl).
byovd-lib/src/device.rs:109
Method
ioctl_inout
Send an IOCTL using the same buffer for input AND output.
byovd-lib/src/device.rs:65
Method
ioctl_output_size
(&self)
PoisonX-Killer/src/main.rs:37
Method
ioctl_output_size
(&self)
PCTcore64-Killer/src/main.rs:41
Method
ioctl_output_size
(&self)
Ksapi64-Killer/src/main.rs:32
Method
ioctl_output_size
(&self)
BdApiUtil-Killer/src/main.rs:32
Method
ioctl_output_size
(&self)
GameDriverX64-Killer/src/main.rs:46
Method
ioctl_output_size
(&self)
GoFlyDrv-Killer/src/main.rs:31
Method
ioctl_output_size
(&self)
Xkpsm-Killer/src/main.rs:31
Method
ioctl_output_size
(&self)
HWAudioOs2Ec-Killer/src/main.rs:30
Method
ioctl_output_size
(&self)
Viragt64-Killer/src/main.rs:42
Method
ioctl_output_size
(&self)
MonProcessEX-Killer/src/main.rs:30
Method
ioctl_output_size
(&self)
TfSysMon-Killer/src/main.rs:35
Method
ioctl_output_size
(&self)
AppRemover-Killer/src/main.rs:31
Method
ioctl_output_size
(&self)
CcProtect-Killer/src/main.rs:31
Method
ioctl_raw
Send an IOCTL with raw pointers and byte sizes (escape hatch for unusual buffer shapes).
byovd-lib/src/device.rs:126
Function
main
()
PoisonX-Killer/src/main.rs:59
Function
main
()
Wsftprm-Killer/src/main.rs:59
Function
main
()
PCTcore64-Killer/src/main.rs:67
Function
main
()
Ksapi64-Killer/src/main.rs:54
Function
main
()
Astra64-RW/src/main.rs:23
Function
main
()
BdApiUtil-Killer/src/main.rs:54
Function
main
()
GameDriverX64-Killer/src/main.rs:68
Function
main
()
Xhunter1-Killer/src/main.rs:243
Function
main
()
STProcessMonitor-Killer/src/main.rs:105
Function
main
()
UnknownKiller/src/main.rs:55
Function
main
()
NSec-Killer/src/main.rs:55
Function
main
()
GoFlyDrv-Killer/src/main.rs:53
Function
main
()
Xkpsm-Killer/src/main.rs:53
Function
main
()
K7Terminator/src/main.rs:281
Function
main
()
HWAudioOs2Ec-Killer/src/main.rs:52
Function
main
()
Viragt64-Killer/src/main.rs:64
Function
main
()
MonProcessEX-Killer/src/main.rs:52
Function
main
()
TfSysMon-Killer/src/main.rs:57
Function
main
()
AppRemover-Killer/src/main.rs:53
Function
main
()
CcProtect-Killer/src/main.rs:53
Method
new
(version: DriverVersion)
STProcessMonitor-Killer/src/main.rs:26
Method
new
(config: Config)
K7Terminator/src/main.rs:38
Method
new
Wrap a raw `HANDLE`. Returns an error if it is `INVALID_HANDLE_VALUE` or null.
byovd-lib/src/handle.rs:16
Method
new
Modern constructor: stores `device_path` so `open_device()` works. Driver file is resolved next to the executable (current working directory).
byovd-lib/src/service.rs:34
← previous
next →
101–200 of 211, ranked by callers