// // sinf from 0x18002042e to 0x180020434 (6 bytes) // // 2 xrefs: // > cocos2d::extension::CCControlHuePicker::setHuePercentage @ 0x18000893b // > cocos2d::extension::CCControlSaturationBrightnessPicker::updateSliderPosition @ 0x180009f8d // // 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 // // attributes: thunk float __cdecl sinf(float X) { return __imp_sinf(X); }