// // __pctype_func from 0x180136af4 to 0x180136b23 (47 bytes) // // 3 xrefs: // > _ischartype_l @ 0x18012af30 // > write_double_translated_ansi_nolock @ 0x18013fc62 // > @ 0x180203560 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // const unsigned __int16 *__cdecl _pctype_func() { __int64 v0; // rax const unsigned __int16 **v2; // [rsp+30h] [rbp+8h] BYREF v0 = _acrt_getptd(); v2 = *(const unsigned __int16 ***)(v0 + 144); sub_180135F5C(v0, (__int64 *)&v2); return *v2; }