1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
sqpack-indexer/SqPackIndexer/Sigs.cs

9 lines
356 B
C#
Raw Normal View History

2023-10-14 19:50:50 -04:00
namespace SqPackIndexer
{
public static class Sigs
{
public const string ResourceManager = "48 8B 05 ?? ?? ?? ?? 33 ED F0";
public const string ReadFile = "E8 ?? ?? ?? ?? 84 C0 0F 84 ?? 00 00 00 4C 8B C3 BA 05";
public const string ReadSqPack = "E8 ?? ?? ?? ?? EB 05 E8 ?? ?? ?? ?? 84 C0 0F 84 ?? 00 00 00 4C 8B C3";
}
}