Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsSystemDLL (0.11 sec)

  1. src/runtime/syscall_windows_test.go

    	// silently downloaded some malicious DLLs.
    	os.Chdir(tmpdir)
    
    	// First before we can load a DLL from the current directory,
    	// loading it only as "nojack.dll", without an absolute path.
    	delete(sysdll.IsSystemDLL, name) // in case test was run repeatedly
    	dll, err = syscall.LoadDLL(name)
    	if err != nil {
    		t.Fatalf("failed to load %s by base name before sysdll registration: %v", name, err)
    	}
    	dll.Release()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
Back to top