Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openObscured (0.19 sec)

  1. src/debug/macho/file_test.go

    		t.Errorf("got %v, want %v", TypeExec.GoString(), "macho.Exec")
    	}
    }
    
    func TestOpenBadDysymCmd(t *testing.T) {
    	_, err := openObscured("testdata/gcc-amd64-darwin-exec-with-bad-dysym.base64")
    	if err == nil {
    		t.Fatal("openObscured did not fail when opening a file with an invalid dynamic symbol table command")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 12.4K bytes
    - Viewed (0)
Back to top