mz – Traduction – Dictionnaire Keybot

Spacer TTN Translation Network TTN TTN Login Deutsch English Spacer Help
Langues sources Langues cibles
Keybot 10 Résultats  tupiniers.com
  Linux Certif - Man scan...  
-+- MZ in: Guide du Cabaliste Usenet - La Cabale glisse dans la piscine -+-
M : Quand t'as sucé une bite... il faut te laver les dents avec du spermicide... avant de lécher une chatte.
  Linux Certif - Man magi...  
0 string MZ >0x18 leshort >(4.s*512) leshort ! 0x014c MZ executable (MS-DOS) # if it's not COFF, go back 512 bytes and add the offset taken # from byte 2/3, which is yet another way of finding the start # of the extended executable >>>&(2.s-514) string LE LE executable (MS Windows VxD driver)
long, belong, lelong, short, beshort, leshort, date, bedate, ledate の書式はシステム依存である。識別させるファイルは、 この長さが違うシステムから持ってくることが多いため、 バイト列として指定すべきだろう (2B, 4B 等)。
  Linux Certif - Man magi...  
# MS Windows executables are also valid MS-DOS executables 0 string MZ >0x18 leshort <0x40 MZ executable (MS-DOS) # skip the whole block below if it is not an extended executable >0x18 leshort >0x3f >>(0x3c.l) string PE\0\0 PE executable (MS-Windows) >>(0x3c.l) string LX\0\0 LX executable (OS/2)
文字列の場合、ファイル中に含まれるバイト文字列は、指定された バイト文字列にマッチしなければならない。 演算子 =, <, > は文字列にも適用できる (ただし & は適用できない)。 マッチングを行う長さは、magic ファイルの文字列引数の長さである。 つまり、 >\0 を指定することにより、ある行をどんな文字列にもマッチさせ、そして多分 その文字列を表示させることができるだろう。
  Linux Certif - Man magi...  
0 string MZ >0x18 leshort >(4.s*512) leshort ! 0x014c MZ executable (MS-DOS) # if it's not COFF, go back 512 bytes and add the offset taken # from byte 2/3, which is yet another way of finding the start # of the extended executable >>>&(2.s-514) string LE LE executable (MS Windows VxD driver)
long, belong, lelong, short, beshort, leshort, date, bedate, ledate の書式はシステム依存である。識別させるファイルは、 この長さが違うシステムから持ってくることが多いため、 バイト列として指定すべきだろう (2B, 4B 等)。
  Linux Certif - Man magi...  
0 string MZ >0x18 leshort <0x40 MS-DOS executable >0x18 leshort >0x3f extended PC executable (e.g., MS Windows)
ファイル内の値と比較する値。 これは C 言語の文字列として指定し、エスケープ文字も普通に使える (例: \n は改行文字)。
  Linux Certif - Man magi...  
# MS Windows executables are also valid MS-DOS executables 0 string MZ >0x18 leshort <0x40 MZ executable (MS-DOS) # skip the whole block below if it is not an extended executable >0x18 leshort >0x3f >>(0x3c.l) string PE\0\0 PE executable (MS-Windows) >>(0x3c.l) string LX\0\0 LX executable (OS/2)
文字列の場合、ファイル中に含まれるバイト文字列は、指定された バイト文字列にマッチしなければならない。 演算子 =, <, > は文字列にも適用できる (ただし & は適用できない)。 マッチングを行う長さは、magic ファイルの文字列引数の長さである。 つまり、 >\0 を指定することにより、ある行をどんな文字列にもマッチさせ、そして多分 その文字列を表示させることができるだろう。
  Linux Certif - Man magi...  
0 string MZ >0x18 leshort >0x3f >>(0x3c.l) string PE\0\0 PE executable (MS-Windows) # immediately following the PE signature is the CPU type >>>&0 leshort 0x14c for Intel 80386 >>>&0 leshort 0x184 for DEC Alpha
前のフィールドの長さによってオフセット値が変わるため、 正確なオフセット値がわからない場合もある。 この場合は、直前の上位レベルの フィールドの終わりからの相対位置でオフセットを指定できる (当然ながらこの方法はサブレベルのテスト、つまり > で始まるテストでしか使えない)。 このような相対オフセット値は、オフセット値の前に & を置くことで指定する。