[go: up one dir, main page]

windows-win 3.0.0

Some windows hacking library with utilities to find windows and access them
Documentation
1
2
3
4
5
#[test]
fn test_is_eval() {
    //Let's hope we don't run in evaluated shell it :)
    assert!(!windows_win::raw::process::is_self_elevated());
}