Browse Source

offsets: Add additional loader magic variant

This is used in CryptoSocket 1.0.11.1220 available from here:
  https://mhelp.kz/crypto-socket/

Fixes: issue #66
pull/86/head
Daniel Scharrer 8 years ago
parent
commit
b95dad75a5
  1. 1
      src/loader/offsets.cpp

1
src/loader/offsets.cpp

@ -54,6 +54,7 @@ const setup_loader_version known_setup_loader_versions[] = {
{ { 'r', 'D', 'l', 'P', 't', 'S', '0', '6', 0x87, 'e', 'V', 'x' }, INNO_VERSION(4, 0, 10) },
{ { 'r', 'D', 'l', 'P', 't', 'S', '0', '7', 0x87, 'e', 'V', 'x' }, INNO_VERSION(4, 1, 6) },
{ { 'r', 'D', 'l', 'P', 't', 'S', 0xcd, 0xe6, 0xd7, '{', 0x0b, '*' }, INNO_VERSION(5, 1, 5) },
{ { 'n', 'S', '5', 'W', '7', 'd', 'T', 0x83, 0xaa, 0x1b, 0x0f, 'j' }, INNO_VERSION(5, 1, 5) },
};
const int ResourceNameInstaller = 11111;

Loading…
Cancel
Save