//  CSWeaponsAPI
//  Copyright (C) 2022-2022 Omer 'KoNLiG' Ben Tzion. All rights reserved.

//  This program is free software: you can redistribute it and/or modify
//  it under the terms of the GNU General Public License as published by
//  the Free Software Foundation, either version 3 of the License, or
//  (at your option) any later version.

//  This program is distributed in the hope that it will be useful,
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//  GNU General Public License for more details.

//  You should have received a copy of the GNU General Public License
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.

"Games"
{
    "csgo"
    {
        "Signatures"
        {
            // GetCCSWeaponData Found in HandleCommand_Buy_Internal
            // Uses an econitemview
            "GetCCSWeaponData"
            {
                "library"	"server"
                "windows"	"\x85\xC9\x75\x2A\x33\xC0\xC3\xE8\x2A\x2A\x2A\x2A\x8B"
                "linux"		"\x55\x89\xE5\x83\xEC\x08\x8B\x45\x2A\x85\xC0\x74\x2A\x83\xEC\x0C\x50\xE8\x2A\x2A\x2A\x2A\x83\xC4\x10\x89\x45"
            }

            "LoadCSWeaponData"
            {
                "library"	"server"
                "linux"		"\x55\x89\xE5\x57\x56\x53\x83\xEC\x1C\x8B\x5D\x08\x8B\x73\x10\x8B\x86\x2C\x01\x00\x00"
                "windows"	"\x55\x8B\xEC\x83\xE4\xF8\x83\xEC\x14\x53\x56\x8B\xF1\x57\x8B\x7E\x10"
            }
        }
    }
}