// // _log10_special from 0x180133d30 to 0x180133d50 (32 bytes) // // 7 xrefs: // > log10 @ 0x1801418b1 // > log10 @ 0x1801418cf // > log10 @ 0x180141b41 // > log10 @ 0x180141b6f // > log10 @ 0x180141ba5 // > @ 0x1802031d0 // > @ 0x1802031dc // // 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 // __int64 __fastcall log10_special(int a1, int a2, int a3) { return log_special_common(a1, a2, a3, 27, (__int64)"log10"); }