-
5ec87348
by Dmitry Timoshkov at 2025-02-18T11:57:12+01:00
oleaut32: Fix logic for deciding whether type description follows the name.
It looks like the lowest bit actually indicates whether type description
follows the name, and since the name offsets are always aligned that makes
sense.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
12c79c33
by Dmitry Timoshkov at 2025-02-18T11:57:14+01:00
oleaut32: 'typekind' is the last field of SLTG_OtherTypeInfo structure.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
fc652439
by Dmitry Timoshkov at 2025-02-18T11:57:15+01:00
oleaut32: Implement decoding of SLTG help strings.
Based on a patch by Sebastian Lackner <sebastian@fds-team.de>.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
11a05834
by Dmitry Timoshkov at 2025-02-18T11:57:17+01:00
oleaut32: Add support for decoding SLTG function help strings.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
f9c96a5a
by Dmitry Timoshkov at 2025-02-18T11:57:17+01:00
oleaut32: Add support for decoding SLTG variable help strings.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>