ipc.dict 632 B

123456789101112131415161718192021222324
  1. # Copyright 2017 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. "\x01a\x00\x00\x00"
  5. "\x02a\x00\x00\x00b\x00\x00\x00"
  6. "\x01\x00\x00\x00a"
  7. "\x02\x00\x00\x00a\x00\x00\x00b"
  8. # WCHAR_TYPE length 1ch offset 4 and 8.
  9. "\x00\x00\x00\x01\x00\x00\x00\x04\x00\x00\x00\x04"
  10. "\x00\x00\x00\x01\x00\x00\x00\x08\x00\x00\x00\x04"
  11. # UINT32_TYPE offset 4 and 8.
  12. "\x02\x04\x04"
  13. "\x02\x08\x04"
  14. # wchar string (4 bytes).
  15. "a\x00\x00\x00"
  16. "\x00\x00\x00a"
  17. # WCHAR_TYPE
  18. "\x00\x00\x00\x01"
  19. # 32-bit offset
  20. "\x00\x00\x00\x04"
  21. # 64-bit offset
  22. "\x00\x00\x00\x08"