Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guttir14 committed Nov 13, 2021
2 parents b5858d8 + 5c99e6e commit 8f17e4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dumper/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,13 @@ struct {
{"\x48\x8D\x0D\x00\x00\x00\x00\xE8\x00\x00\x00\x00\xC6\x05\x00\x00\x00\x00\x01\x0F\x10\x03\x4C\x8D\x44\x24\x20\x48\x8B\xC8", 30},
{"\x48\x8B\x05\x00\x00\x00\x00\x48\x8B\x0C\xC8\x48\x8D\x1C\xD1\xEB\x03\x49\x8B\xDD", 20},
nullptr
}
},
{ // Tiger-Win64-Shipping.exe
&Default,
{"\x48\x8D\x35\x00\x00\x00\x00\xEB\x16", 9},
{"\x48\x8d\x1d\x00\x00\x00\x00\x39\x44\x24\x68", 11},
nullptr
},
};

std::unordered_map<std::string, decltype(&engines[0])> games = {
Expand Down

0 comments on commit 8f17e4f

Please sign in to comment.