home/categories/framework-internals/hlnd2t-cs2-vibesignatures-claude-skills-find-cbaseentity-gethammeruniqueid-skill-md
framework-internalsdevelopment

find-cbaseentity-gethammeruniqueid

Find and identify the CBaseEntity_GetHammerUniqueId virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the GetHammerUniqueId vfunc by searching for the "hammerUniqueId" string and identifying the function that calls a vtable method guarded by an OR condition, then writes the result to a CUtlString member.

HLND2T
maintainer
HLND2T
Actualizado 2/19/2026
Estrellas
30
Forks
4
quick start

Installation and usage

Find and identify the CBaseEntity_GetHammerUniqueId virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the GetHammerUniqueId vfunc by searching for the "hammerUniqueId" string and identifying the function that calls a vtable method guarded by an OR condition, then writes the result to a CUtlString member.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use find-cbaseentity-gethammeruniqueid