libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

fuzz_ipc.dict (457B)


      1 # Opcodes and header shapes of the plugin -> core IPC protocol; see
      2 # src/main/extractor_ipc.h.
      3 "\x03"
      4 "\x04"
      5 "\x05"
      6 "\x06"
      7 "\x07"
      8 # MetaMessage header: opcode, reserved, format, type, mime_length,
      9 # value_size
     10 "\x05\x00\x01\x00\x01\x00\x00\x00\x00\x00\x00\x00"
     11 "\x05\x00\x02\x00\x01\x00\x00\x00\x00\x00\x00\x00"
     12 "\x05\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00"
     13 "\x00\x80"
     14 "\x00\x00\x01\x00"
     15 "\xff\xff"
     16 "\xff\xff\xff\xff"
     17 "text/plain\x00"
     18 "image/png\x00"