From cdaf6ba3a7689868a65c72e9528a1dcd214c087b Mon Sep 17 00:00:00 2001 From: Angie Date: Sun, 12 May 2024 21:55:40 -0400 Subject: [PATCH] more funcs --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 833d278..3dde52e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -583,6 +583,10 @@ std::unordered_set renamed_funcs{ "realloc", "rand", "srand", + "random", + "gcvt", + "fcvt", + "ecvt", }; bool read_symbols(RecompPort::Context& context, const ELFIO::elfio& elf_file, ELFIO::section* symtab_section, uint32_t entrypoint, bool has_entrypoint, bool use_absolute_symbols) {