detoured.rc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Presence of this DLL (detoured.dll) marks a process as detoured.
  4. //
  5. // Microsoft Research Detours Package, Version 2.1.
  6. //
  7. // Copyright (c) Microsoft Corporation. All rights reserved.
  8. //
  9. #include "winver.h"
  10. VS_VERSION_INFO VERSIONINFO
  11. FILEVERSION 2,1,0,207
  12. PRODUCTVERSION 2,1,0,207
  13. FILEFLAGSMASK 0x3fL
  14. FILEFLAGS 0x0L
  15. FILEOS 0x00040004L
  16. FILETYPE 0x00000002L
  17. FILESUBTYPE 0x00000000L
  18. BEGIN
  19. BLOCK "StringFileInfo"
  20. BEGIN
  21. BLOCK "040904B0"
  22. BEGIN
  23. VALUE "CompanyName", "Microsoft Corporation"
  24. VALUE "FileDescription", "Marks process modified by Detours technology."
  25. VALUE "FileVersion", "Express Version 2.1 Build_216"
  26. VALUE "InternalName", "DETOURED.DLL"
  27. VALUE "LegalCopyright", "Copyright (C) Microsoft Corporation. All rights reserved."
  28. VALUE "OriginalFilename", "DETOURED.DLL"
  29. VALUE "ProductName", "Microsoft Research Detours Package"
  30. VALUE "ProductVersion", "Express Version 2.1 Build_216"
  31. END
  32. END
  33. BLOCK "VarFileInfo"
  34. BEGIN
  35. VALUE "Translation", 0x409, 1200
  36. END
  37. END