Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Well known function names

Macros

#define FUNC_NAME_MEMCPY   "memcpy"
 
#define FUNC_NAME_WMEMCPY   "wmemcpy"
 
#define FUNC_NAME_MEMSET   "memset"
 
#define FUNC_NAME_WMEMSET   "wmemset"
 
#define FUNC_NAME_MEMSET32   "memset32"
 
#define FUNC_NAME_MEMSET64   "memset64"
 
#define FUNC_NAME_STRCPY   "strcpy"
 
#define FUNC_NAME_WCSCPY   "wcscpy"
 
#define FUNC_NAME_STRLEN   "strlen"
 
#define FUNC_NAME_WCSLEN   "wcslen"
 
#define FUNC_NAME_STRCAT   "strcat"
 
#define FUNC_NAME_WCSCAT   "wcscat"
 
#define FUNC_NAME_TAIL   "tail"
 
#define FUNC_NAME_VA_ARG   "va_arg"
 
#define FUNC_NAME_EMPTY   "$empty"
 
#define FUNC_NAME_PRESENT   "$present"
 
#define FUNC_NAME_CONTAINING_RECORD   "CONTAINING_RECORD"
 
#define FUNC_NAME_MORESTACK   "runtime_morestack"
 

Detailed Description

Macro Definition Documentation

◆ FUNC_NAME_CONTAINING_RECORD

#define FUNC_NAME_CONTAINING_RECORD   "CONTAINING_RECORD"

Definition at line 3115 of file hexrays.hpp.

◆ FUNC_NAME_EMPTY

#define FUNC_NAME_EMPTY   "$empty"

Definition at line 3113 of file hexrays.hpp.

◆ FUNC_NAME_MEMCPY

#define FUNC_NAME_MEMCPY   "memcpy"

Definition at line 3099 of file hexrays.hpp.

◆ FUNC_NAME_MEMSET

#define FUNC_NAME_MEMSET   "memset"

Definition at line 3101 of file hexrays.hpp.

◆ FUNC_NAME_MEMSET32

#define FUNC_NAME_MEMSET32   "memset32"

Definition at line 3103 of file hexrays.hpp.

◆ FUNC_NAME_MEMSET64

#define FUNC_NAME_MEMSET64   "memset64"

Definition at line 3104 of file hexrays.hpp.

◆ FUNC_NAME_MORESTACK

#define FUNC_NAME_MORESTACK   "runtime_morestack"

Definition at line 3116 of file hexrays.hpp.

◆ FUNC_NAME_PRESENT

#define FUNC_NAME_PRESENT   "$present"

Definition at line 3114 of file hexrays.hpp.

◆ FUNC_NAME_STRCAT

#define FUNC_NAME_STRCAT   "strcat"

Definition at line 3109 of file hexrays.hpp.

◆ FUNC_NAME_STRCPY

#define FUNC_NAME_STRCPY   "strcpy"

Definition at line 3105 of file hexrays.hpp.

◆ FUNC_NAME_STRLEN

#define FUNC_NAME_STRLEN   "strlen"

Definition at line 3107 of file hexrays.hpp.

◆ FUNC_NAME_TAIL

#define FUNC_NAME_TAIL   "tail"

Definition at line 3111 of file hexrays.hpp.

◆ FUNC_NAME_VA_ARG

#define FUNC_NAME_VA_ARG   "va_arg"

Definition at line 3112 of file hexrays.hpp.

◆ FUNC_NAME_WCSCAT

#define FUNC_NAME_WCSCAT   "wcscat"

Definition at line 3110 of file hexrays.hpp.

◆ FUNC_NAME_WCSCPY

#define FUNC_NAME_WCSCPY   "wcscpy"

Definition at line 3106 of file hexrays.hpp.

◆ FUNC_NAME_WCSLEN

#define FUNC_NAME_WCSLEN   "wcslen"

Definition at line 3108 of file hexrays.hpp.

◆ FUNC_NAME_WMEMCPY

#define FUNC_NAME_WMEMCPY   "wmemcpy"

Definition at line 3100 of file hexrays.hpp.

◆ FUNC_NAME_WMEMSET

#define FUNC_NAME_WMEMSET   "wmemset"

Definition at line 3102 of file hexrays.hpp.