Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for MZ (0.06 sec)

  1. src/crypto/tls/testdata/Client-TLSv13-P256-ECDHE

    00000240  b4 12 a6 f8 ab 8a 52 c3  df f8 77 a9 71 8b ff d6  |......R...w.q...|
    00000250  2b bc 47 0b 63 5b 0f cf  f8 f1 86 7a 72 91 78 7b  |+.G.c[.....zr.x{|
    00000260  b8 52 74 96 40 4c 08 f3  ca 46 ef d9 b9 6d 7a dc  |.Rt.@L...F...mz.|
    00000270  2c da f1 c2 c4 1f 19 38  84 cf 7d b7 5d f2 19 a7  |,......8..}.]...|
    00000280  bc 81 70 48 1c 5d da e7  e1 8f 94 33 fa b9 44 97  |..pH.].....3..D.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS

    000002c0  80 93 d4 f7 dd 70 14 24  d7 70 0a 46 a1 16 03 03  |.....p.$.p.F....|
    000002d0  00 ac 0c 00 00 a8 03 00  1d 20 03 05 56 dd 40 c0  |......... ..V.@.|
    000002e0  b6 4d 5a df 26 e7 4a f1  a8 47 ef af 12 6e 5f 01  |.MZ.&.J..G...n_.|
    000002f0  2a 7a 19 1a 45 52 8c 47  d2 53 08 04 00 80 8a 6a  |*z..ER.G.S.....j|
    00000300  9d 8b 38 73 da 92 bc f6  05 79 90 af 7a 43 59 62  |..8s.....y..zCYb|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. src/debug/buildinfo/buildinfo.go

    	switch {
    	case bytes.HasPrefix(ident, []byte("\x7FELF")):
    		f, err := elf.NewFile(r)
    		if err != nil {
    			return "", "", errUnrecognizedFormat
    		}
    		x = &elfExe{f}
    	case bytes.HasPrefix(ident, []byte("MZ")):
    		f, err := pe.NewFile(r)
    		if err != nil {
    			return "", "", errUnrecognizedFormat
    		}
    		x = &peExe{f}
    	case bytes.HasPrefix(ident, []byte("\xFE\xED\xFA")) || bytes.HasPrefix(ident[1:], []byte("\xFA\xED\xFE")):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    		if err != nil {
    			return nil, fmt.Errorf("error reading fat Mach-O file %s: %v", name, err)
    		}
    		return f, nil
    	}
    
    	peMagic := string(header[:2])
    	if peMagic == "MZ" {
    		f, err := b.openPE(name, start, limit, offset)
    		if err != nil {
    			return nil, fmt.Errorf("error reading PE file %s: %v", name, err)
    		}
    		return f, nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  5. cmd/testdata/undeleteable-object.tgz

    ¾:9º] % ‰CwTŽW `çºs(F% yd `š’¾!!) Ž7*"…?ÖF % G¸ñž][-ì t6xE ò œ[¼@[ìÔˆ^ ±´±:ê #: ˆQ/’ vCø @ M¸ëÒuï“ $ˆh‰Ÿ‰&¨5 ê‰Ëù²LpzÛ!vâËàµÍ¼ w.Ñ R¢‡ç0 # ìÑ3ÈÓà mzZsœõ!Ê'¥G -Q \@øðO1 ¹ Þ~'= •²ÅÏá§ØèØ“àH† ð3&å C_Œé¿ö ÈW = ±zÆ› ŽŒ+6÷ä ³Ò¹Of5 ÿ 5¼} Ïa0Y×­2 "gÎðÐ £ G à’ºµ ?zV ¤DÅ tõÇ» "ÑK †båL‹ ´ I5 R n Í ƒ`?. ,cØÅô™çï±~ âJ’E[zô"…ì#9Î é†`#Èá AU(¿ù# ëŸ Õyò˜3 59ÄO½ŒX ¯#äÓZï Ñ–g1 bœŽENkƒ '…m å Ñó¤â‰7X= o=è»=%ä›Òû´¿©]ÁŽ ® £a 3°¹ multisitea/data/disterasure/xl5/.minio.sys/pool.bin/xl.meta XL2 Æ w Ä$•Ä Ó ÉŸþ¥¹ °Ä ºHØH Å Kƒ¤Type...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
Back to top