"Games"
{
	"left4dead2"
	{
		"Signatures"
		{
			/* @A1m:
			 * How to find in windows:
			 * Can be found by string "HulkZombie.Throw.FlyLoop" or "tank_rock_throw_impact_stump"
			*/
			"CTankRock::Detonate"
			{
				"library"	"server"
				"linux"		"@_ZN9CTankRock8DetonateEv"
				"windows"	"\x55\x8B\xEC\x83\xEC\x34\x53\x56\x8B\xF1\x80\xBE\x7C\x1A\x00\x00\x00"
							/* 55 8B EC 83 EC 34 53 56 8B F1 80 BE 7C 1A 00 00 00 */
			}
		}
	}
}