From 08dbc93679de6d58a3365e73248830e9407a2d3f Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 29 Apr 2026 03:09:01 -0400 Subject: [PATCH] feat(profile): add stdlib functions --- profile/3.3.5a-windows-386/symbol/stdlib/func.sym | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile/3.3.5a-windows-386/symbol/stdlib/func.sym b/profile/3.3.5a-windows-386/symbol/stdlib/func.sym index 2be8d43..4c8e5ac 100644 --- a/profile/3.3.5a-windows-386/symbol/stdlib/func.sym +++ b/profile/3.3.5a-windows-386/symbol/stdlib/func.sym @@ -1 +1,5 @@ strtod 0088E9C1 f end=0088E9D4 type="double __stdcall func(char* str, char** endptr)" +_ftol2_sse 0088B9C0 f end=0088B9DC type="int32_t __usercall func@(double n@)" ; static cast of floating-point to int32 +_CIpow 0088D0C0 f end=0088D114 type="double __usercall func@(double x@, uint64_t y@)" ; Calculates x raised to the y power based on the top values in the stack. +floor 0088CE30 f end=00891985 type="double __stdcall func(double X)" +_ftol2 0088B9F6 f end=0088BA6B type="int32_t __usercall _ftol2@(double n@)"