Guest User

EasyAntiCheat.h

a guest
Oct 24th, 2019
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 222.72 KB | None | 0 0
  1. typedef unsigned char undefined;
  2.  
  3. typedef unsigned long long GUID;
  4. typedef unsigned int ImageBaseOffset32;
  5. typedef unsigned char bool;
  6. typedef unsigned char byte;
  7. typedef unsigned int dword;
  8. float10
  9. typedef long long longlong;
  10. typedef unsigned char uchar;
  11. typedef unsigned int uint;
  12. typedef unsigned long ulong;
  13. typedef unsigned long long ulonglong;
  14. typedef unsigned char undefined1;
  15. typedef unsigned short undefined2;
  16. typedef unsigned int undefined4;
  17. typedef unsigned long long undefined8;
  18. typedef unsigned short ushort;
  19. typedef short wchar_t;
  20. typedef unsigned short word;#
  21. define unkbyte9 unsigned long long# define unkbyte10 unsigned long long# define unkbyte11 unsigned long long# define unkbyte12 unsigned long long# define unkbyte13 unsigned long long# define unkbyte14 unsigned long long# define unkbyte15 unsigned long long# define unkbyte16 unsigned long long
  22.  
  23. # define unkuint9 unsigned long long# define unkuint10 unsigned long long# define unkuint11 unsigned long long# define unkuint12 unsigned long long# define unkuint13 unsigned long long# define unkuint14 unsigned long long# define unkuint15 unsigned long long# define unkuint16 unsigned long long
  24.  
  25. # define unkint9 long long# define unkint10 long long# define unkint11 long long# define unkint12 long long# define unkint13 long long# define unkint14 long long# define unkint15 long long# define unkint16 long long
  26.  
  27. # define unkfloat1 float# define unkfloat2 float# define unkfloat3 float# define unkfloat5 double# define unkfloat6 double# define unkfloat7 double# define unkfloat9 long double# define unkfloat11 long double# define unkfloat12 long double# define unkfloat13 long double# define unkfloat14 long double# define unkfloat15 long double# define unkfloat16 long double
  28.  
  29. # define BADSPACEBASE void# define code void
  30.  
  31. typedef struct _s__RTTIBaseClassDescriptor _s__RTTIBaseClassDescriptor, * P_s__RTTIBaseClassDescriptor;
  32.  
  33. typedef struct _s__RTTIBaseClassDescriptor RTTIBaseClassDescriptor;
  34.  
  35. typedef struct TypeDescriptor TypeDescriptor, * PTypeDescriptor;
  36.  
  37. typedef struct PMD PMD, * PPMD;
  38.  
  39. typedef struct _s__RTTIClassHierarchyDescriptor _s__RTTIClassHierarchyDescriptor, * P_s__RTTIClassHierarchyDescriptor;
  40.  
  41. typedef struct _s__RTTIClassHierarchyDescriptor RTTIClassHierarchyDescriptor;
  42.  
  43. typedef int ptrdiff_t;
  44.  
  45. struct TypeDescriptor {
  46.   void * pVFTable;
  47.   void * spare;
  48.   char[0] name;
  49. };
  50.  
  51. struct PMD {
  52.   ptrdiff_t mdisp;
  53.   ptrdiff_t pdisp;
  54.   ptrdiff_t vdisp;
  55. };
  56.  
  57. struct _s__RTTIBaseClassDescriptor {
  58.   struct TypeDescriptor * pTypeDescriptor; // ref to TypeDescriptor (RTTI 0) for class
  59.   dword numContainedBases; // count of extended classes in BaseClassArray (RTTI 2)
  60.   struct PMD where; // member displacement structure
  61.   dword attributes; // bit flags
  62.   RTTIClassHierarchyDescriptor * pClassHierarchyDescriptor; // ref to ClassHierarchyDescriptor (RTTI 3) for class
  63. };
  64.  
  65. struct _s__RTTIClassHierarchyDescriptor {
  66.   dword signature;
  67.   dword attributes; // bit flags
  68.   dword numBaseClasses; // number of base classes (i.e. rtti1Count)
  69.   RTTIBaseClassDescriptor * * pBaseClassArray; // ref to BaseClassArray (RTTI 2)
  70. };
  71.  
  72. typedef struct _s_UnwindMapEntry _s_UnwindMapEntry, * P_s_UnwindMapEntry;
  73.  
  74. typedef struct _s_UnwindMapEntry UnwindMapEntry;
  75.  
  76. typedef int __ehstate_t;
  77.  
  78. struct _s_UnwindMapEntry {
  79.   __ehstate_t toState;
  80.   void( * action)(void);
  81. };
  82.  
  83. typedef union IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryUnion IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryUnion, * PIMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryUnion;
  84.  
  85. typedef struct IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryStruct IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryStruct, * PIMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryStruct;
  86.  
  87. struct IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryStruct {
  88.   dword OffsetToDirectory;
  89.   dword DataIsDirectory;
  90. };
  91.  
  92. union IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryUnion {
  93.   dword OffsetToData;
  94.   struct IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryStruct IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryStruct;
  95. };
  96.  
  97. typedef struct _s_FuncInfo _s_FuncInfo, * P_s_FuncInfo;
  98.  
  99. typedef struct _s_TryBlockMapEntry _s_TryBlockMapEntry, * P_s_TryBlockMapEntry;
  100.  
  101. typedef struct _s_TryBlockMapEntry TryBlockMapEntry;
  102.  
  103. typedef struct _s_ESTypeList _s_ESTypeList, * P_s_ESTypeList;
  104.  
  105. typedef struct _s_ESTypeList ESTypeList;
  106.  
  107. typedef struct _s_HandlerType _s_HandlerType, * P_s_HandlerType;
  108.  
  109. typedef struct _s_HandlerType HandlerType;
  110.  
  111. struct _s_FuncInfo {
  112.   uint magicNumber_and_bbtFlags;
  113.   __ehstate_t maxState;
  114.   UnwindMapEntry * pUnwindMap;
  115.   uint nTryBlocks;
  116.   TryBlockMapEntry * pTryBlockMap;
  117.   uint nIPMapEntries;
  118.   void * pIPToStateMap;
  119.   ESTypeList * pESTypeList;
  120.   int EHFlags;
  121. };
  122.  
  123. struct _s_HandlerType {
  124.   uint adjectives;
  125.   struct TypeDescriptor * pType;
  126.   ptrdiff_t dispCatchObj;
  127.   void * addressOfHandler;
  128. };
  129.  
  130. struct _s_ESTypeList {
  131.   int nCount;
  132.   HandlerType * pTypeArray;
  133. };
  134.  
  135. struct _s_TryBlockMapEntry {
  136.   __ehstate_t tryLow;
  137.   __ehstate_t tryHigh;
  138.   __ehstate_t catchHigh;
  139.   int nCatches;
  140.   HandlerType * pHandlerArray;
  141. };
  142.  
  143. typedef unsigned short wchar16;
  144. typedef struct __crt_seh_guarded_call < void > __crt_seh_guarded_call < void > , * P__crt_seh_guarded_call < void > ;
  145.  
  146. struct __crt_seh_guarded_call < void > { // PlaceHolder Class Structure
  147. };
  148.  
  149. typedef struct __crt_unique_heap_ptr < char, struct___crt_internal_free_policy > __crt_unique_heap_ptr < char, struct___crt_internal_free_policy > , * P__crt_unique_heap_ptr < char, struct___crt_internal_free_policy > ;
  150.  
  151. struct __crt_unique_heap_ptr < char, struct___crt_internal_free_policy > { // PlaceHolder Class Structure
  152. };
  153.  
  154. typedef struct __crt_seh_guarded_call < void_(__cdecl * )(int) > __crt_seh_guarded_call < void_(__cdecl * )(int) > , * P__crt_seh_guarded_call < void_(__cdecl * )(int) > ;
  155.  
  156. struct __crt_seh_guarded_call < void_(__cdecl * )(int) > { // PlaceHolder Class Structure
  157. };
  158.  
  159. typedef struct < lambda_486a12472b28fefc2d6f55fe6da44c16 > < lambda_486a12472b28fefc2d6f55fe6da44c16 > , * P < lambda_486a12472b28fefc2d6f55fe6da44c16 > ;
  160.  
  161. struct < lambda_486a12472b28fefc2d6f55fe6da44c16 > { // PlaceHolder Class Structure
  162. };
  163.  
  164. typedef struct __crt_seh_guarded_call < unsigned_int > __crt_seh_guarded_call < unsigned_int > , * P__crt_seh_guarded_call < unsigned_int > ;
  165.  
  166. struct __crt_seh_guarded_call < unsigned_int > { // PlaceHolder Class Structure
  167. };
  168.  
  169. typedef ulonglong __uint64;
  170.  
  171. typedef struct _s__RTTICompleteObjectLocator _s__RTTICompleteObjectLocator, * P_s__RTTICompleteObjectLocator;
  172.  
  173. typedef struct _s__RTTICompleteObjectLocator RTTICompleteObjectLocator;
  174.  
  175. struct _s__RTTICompleteObjectLocator {
  176.   dword signature;
  177.   dword offset; // offset of vbtable within class
  178.   dword cdOffset; // constructor displacement offset
  179.   struct TypeDescriptor * pTypeDescriptor; // ref to TypeDescriptor (RTTI 0) for class
  180.   RTTIClassHierarchyDescriptor * pClassDescriptor; // ref to ClassHierarchyDescriptor (RTTI 3)
  181. };
  182.  
  183. typedef struct < lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b > < lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b > , * P < lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b > ;
  184.  
  185. struct < lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b > { // PlaceHolder Class Structure
  186. };
  187.  
  188. typedef struct _Init_atexit _Init_atexit, * P_Init_atexit;
  189.  
  190. struct _Init_atexit { // PlaceHolder Class Structure
  191. };
  192.  
  193. typedef struct __crt_seh_guarded_call < int > __crt_seh_guarded_call < int > , * P__crt_seh_guarded_call < int > ;
  194.  
  195. struct __crt_seh_guarded_call < int > { // PlaceHolder Class Structure
  196. };
  197.  
  198. typedef struct _s_FuncInfo FuncInfo;
  199.  
  200. typedef struct < lambda_3a2f1c4b88a94fdfdc7bccff06592946 > < lambda_3a2f1c4b88a94fdfdc7bccff06592946 > , * P < lambda_3a2f1c4b88a94fdfdc7bccff06592946 > ;
  201.  
  202. struct < lambda_3a2f1c4b88a94fdfdc7bccff06592946 > { // PlaceHolder Class Structure
  203. };
  204.  
  205. typedef struct _LocaleUpdate _LocaleUpdate, * P_LocaleUpdate;
  206.  
  207. struct _LocaleUpdate { // PlaceHolder Class Structure
  208. };
  209.  
  210. typedef struct _cpinfo _cpinfo, * P_cpinfo;
  211.  
  212. typedef uint UINT;
  213.  
  214. typedef uchar BYTE;
  215.  
  216. struct _cpinfo {
  217.   UINT MaxCharSize;
  218.   BYTE DefaultChar[2];
  219.   BYTE LeadByte[12];
  220. };
  221.  
  222. typedef int BOOL;
  223.  
  224. typedef wchar_t WCHAR;
  225.  
  226. typedef WCHAR * LPWSTR;
  227.  
  228. typedef BOOL( * LOCALE_ENUMPROCW)(LPWSTR);
  229.  
  230. typedef struct _cpinfo * LPCPINFO;
  231.  
  232. typedef ulong DWORD;
  233.  
  234. typedef DWORD LCTYPE;
  235.  
  236. typedef struct _TIME_ZONE_INFORMATION _TIME_ZONE_INFORMATION, * P_TIME_ZONE_INFORMATION;
  237.  
  238. typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION;
  239.  
  240. typedef long LONG;
  241.  
  242. typedef struct _SYSTEMTIME _SYSTEMTIME, * P_SYSTEMTIME;
  243.  
  244. typedef struct _SYSTEMTIME SYSTEMTIME;
  245.  
  246. typedef ushort WORD;
  247.  
  248. struct _SYSTEMTIME {
  249.   WORD wYear;
  250.   WORD wMonth;
  251.   WORD wDayOfWeek;
  252.   WORD wDay;
  253.   WORD wHour;
  254.   WORD wMinute;
  255.   WORD wSecond;
  256.   WORD wMilliseconds;
  257. };
  258.  
  259. struct _TIME_ZONE_INFORMATION {
  260.   LONG Bias;
  261.   WCHAR StandardName[32];
  262.   SYSTEMTIME StandardDate;
  263.   LONG StandardBias;
  264.   WCHAR DaylightName[32];
  265.   SYSTEMTIME DaylightDate;
  266.   LONG DaylightBias;
  267. };
  268.  
  269. typedef struct _OVERLAPPED _OVERLAPPED, * P_OVERLAPPED;
  270.  
  271. typedef ulong ULONG_PTR;
  272.  
  273. typedef union _union_518 _union_518, * P_union_518;
  274.  
  275. typedef void * HANDLE;
  276.  
  277. typedef struct _struct_519 _struct_519, * P_struct_519;
  278.  
  279. typedef void * PVOID;
  280.  
  281. struct _struct_519 {
  282.   DWORD Offset;
  283.   DWORD OffsetHigh;
  284. };
  285.  
  286. union _union_518 {
  287.   struct _struct_519 s;
  288.   PVOID Pointer;
  289. };
  290.  
  291. struct _OVERLAPPED {
  292.   ULONG_PTR Internal;
  293.   ULONG_PTR InternalHigh;
  294.   union _union_518 u;
  295.   HANDLE hEvent;
  296. };
  297.  
  298. typedef struct _SECURITY_ATTRIBUTES _SECURITY_ATTRIBUTES, * P_SECURITY_ATTRIBUTES;
  299.  
  300. typedef void * LPVOID;
  301.  
  302. struct _SECURITY_ATTRIBUTES {
  303.   DWORD nLength;
  304.   LPVOID lpSecurityDescriptor;
  305.   BOOL bInheritHandle;
  306. };
  307.  
  308. typedef enum _FINDEX_INFO_LEVELS {
  309.   FindExInfoBasic = 1,
  310.     FindExInfoMaxInfoLevel = 2,
  311.     FindExInfoStandard = 0
  312. }
  313. _FINDEX_INFO_LEVELS;
  314.  
  315. typedef struct _TIME_ZONE_INFORMATION * LPTIME_ZONE_INFORMATION;
  316.  
  317. typedef struct _STARTUPINFOW _STARTUPINFOW, * P_STARTUPINFOW;
  318.  
  319. typedef BYTE * LPBYTE;
  320.  
  321. struct _STARTUPINFOW {
  322.   DWORD cb;
  323.   LPWSTR lpReserved;
  324.   LPWSTR lpDesktop;
  325.   LPWSTR lpTitle;
  326.   DWORD dwX;
  327.   DWORD dwY;
  328.   DWORD dwXSize;
  329.   DWORD dwYSize;
  330.   DWORD dwXCountChars;
  331.   DWORD dwYCountChars;
  332.   DWORD dwFillAttribute;
  333.   DWORD dwFlags;
  334.   WORD wShowWindow;
  335.   WORD cbReserved2;
  336.   LPBYTE lpReserved2;
  337.   HANDLE hStdInput;
  338.   HANDLE hStdOutput;
  339.   HANDLE hStdError;
  340. };
  341.  
  342. typedef struct _STARTUPINFOW * LPSTARTUPINFOW;
  343.  
  344. typedef struct _RTL_CRITICAL_SECTION _RTL_CRITICAL_SECTION, * P_RTL_CRITICAL_SECTION;
  345.  
  346. typedef struct _RTL_CRITICAL_SECTION RTL_CRITICAL_SECTION;
  347.  
  348. typedef RTL_CRITICAL_SECTION CRITICAL_SECTION;
  349.  
  350. typedef struct _RTL_CRITICAL_SECTION_DEBUG _RTL_CRITICAL_SECTION_DEBUG, * P_RTL_CRITICAL_SECTION_DEBUG;
  351.  
  352. typedef struct _RTL_CRITICAL_SECTION_DEBUG * PRTL_CRITICAL_SECTION_DEBUG;
  353.  
  354. typedef struct _LIST_ENTRY _LIST_ENTRY, * P_LIST_ENTRY;
  355.  
  356. typedef struct _LIST_ENTRY LIST_ENTRY;
  357.  
  358. struct _RTL_CRITICAL_SECTION {
  359.   PRTL_CRITICAL_SECTION_DEBUG DebugInfo;
  360.   LONG LockCount;
  361.   LONG RecursionCount;
  362.   HANDLE OwningThread;
  363.   HANDLE LockSemaphore;
  364.   ULONG_PTR SpinCount;
  365. };
  366.  
  367. struct _LIST_ENTRY {
  368.   struct _LIST_ENTRY * Flink;
  369.   struct _LIST_ENTRY * Blink;
  370. };
  371.  
  372. struct _RTL_CRITICAL_SECTION_DEBUG {
  373.   WORD Type;
  374.   WORD CreatorBackTraceIndex;
  375.   struct _RTL_CRITICAL_SECTION * CriticalSection;
  376.   LIST_ENTRY ProcessLocksList;
  377.   DWORD EntryCount;
  378.   DWORD ContentionCount;
  379.   DWORD Flags;
  380.   WORD CreatorBackTraceIndexHigh;
  381.   WORD SpareWORD;
  382. };
  383.  
  384. typedef struct _WIN32_FIND_DATAW _WIN32_FIND_DATAW, * P_WIN32_FIND_DATAW;
  385.  
  386. typedef struct _WIN32_FIND_DATAW * LPWIN32_FIND_DATAW;
  387.  
  388. typedef struct _FILETIME _FILETIME, * P_FILETIME;
  389.  
  390. typedef struct _FILETIME FILETIME;
  391.  
  392. struct _FILETIME {
  393.   DWORD dwLowDateTime;
  394.   DWORD dwHighDateTime;
  395. };
  396.  
  397. struct _WIN32_FIND_DATAW {
  398.   DWORD dwFileAttributes;
  399.   FILETIME ftCreationTime;
  400.   FILETIME ftLastAccessTime;
  401.   FILETIME ftLastWriteTime;
  402.   DWORD nFileSizeHigh;
  403.   DWORD nFileSizeLow;
  404.   DWORD dwReserved0;
  405.   DWORD dwReserved1;
  406.   WCHAR cFileName[260];
  407.   WCHAR cAlternateFileName[14];
  408. };
  409.  
  410. typedef DWORD( * PTHREAD_START_ROUTINE)(LPVOID);
  411.  
  412. typedef PTHREAD_START_ROUTINE LPTHREAD_START_ROUTINE;
  413.  
  414. typedef struct _OVERLAPPED * LPOVERLAPPED;
  415.  
  416. typedef struct _BY_HANDLE_FILE_INFORMATION _BY_HANDLE_FILE_INFORMATION, * P_BY_HANDLE_FILE_INFORMATION;
  417.  
  418. struct _BY_HANDLE_FILE_INFORMATION {
  419.   DWORD dwFileAttributes;
  420.   FILETIME ftCreationTime;
  421.   FILETIME ftLastAccessTime;
  422.   FILETIME ftLastWriteTime;
  423.   DWORD dwVolumeSerialNumber;
  424.   DWORD nFileSizeHigh;
  425.   DWORD nFileSizeLow;
  426.   DWORD nNumberOfLinks;
  427.   DWORD nFileIndexHigh;
  428.   DWORD nFileIndexLow;
  429. };
  430.  
  431. typedef enum _FINDEX_SEARCH_OPS {
  432.   FindExSearchLimitToDevices = 2,
  433.     FindExSearchLimitToDirectories = 1,
  434.     FindExSearchMaxSearchOp = 3,
  435.     FindExSearchNameMatch = 0
  436. }
  437. _FINDEX_SEARCH_OPS;
  438.  
  439. typedef enum _FINDEX_SEARCH_OPS FINDEX_SEARCH_OPS;
  440.  
  441. typedef struct _SECURITY_ATTRIBUTES * LPSECURITY_ATTRIBUTES;
  442.  
  443. typedef enum _FINDEX_INFO_LEVELS FINDEX_INFO_LEVELS;
  444.  
  445. typedef struct _BY_HANDLE_FILE_INFORMATION * LPBY_HANDLE_FILE_INFORMATION;
  446.  
  447. typedef struct _RTL_CRITICAL_SECTION * PRTL_CRITICAL_SECTION;
  448.  
  449. typedef PRTL_CRITICAL_SECTION LPCRITICAL_SECTION;
  450.  
  451. typedef struct _EXCEPTION_POINTERS _EXCEPTION_POINTERS, * P_EXCEPTION_POINTERS;
  452.  
  453. typedef LONG( * PTOP_LEVEL_EXCEPTION_FILTER)(struct _EXCEPTION_POINTERS * );
  454.  
  455. typedef struct _EXCEPTION_RECORD _EXCEPTION_RECORD, * P_EXCEPTION_RECORD;
  456.  
  457. typedef struct _EXCEPTION_RECORD EXCEPTION_RECORD;
  458.  
  459. typedef EXCEPTION_RECORD * PEXCEPTION_RECORD;
  460.  
  461. typedef struct _CONTEXT _CONTEXT, * P_CONTEXT;
  462.  
  463. typedef struct _CONTEXT CONTEXT;
  464.  
  465. typedef CONTEXT * PCONTEXT;
  466.  
  467. typedef struct _FLOATING_SAVE_AREA _FLOATING_SAVE_AREA, * P_FLOATING_SAVE_AREA;
  468.  
  469. typedef struct _FLOATING_SAVE_AREA FLOATING_SAVE_AREA;
  470.  
  471. struct _FLOATING_SAVE_AREA {
  472.   DWORD ControlWord;
  473.   DWORD StatusWord;
  474.   DWORD TagWord;
  475.   DWORD ErrorOffset;
  476.   DWORD ErrorSelector;
  477.   DWORD DataOffset;
  478.   DWORD DataSelector;
  479.   BYTE RegisterArea[80];
  480.   DWORD Cr0NpxState;
  481. };
  482.  
  483. struct _CONTEXT {
  484.   DWORD ContextFlags;
  485.   DWORD Dr0;
  486.   DWORD Dr1;
  487.   DWORD Dr2;
  488.   DWORD Dr3;
  489.   DWORD Dr6;
  490.   DWORD Dr7;
  491.   FLOATING_SAVE_AREA FloatSave;
  492.   DWORD SegGs;
  493.   DWORD SegFs;
  494.   DWORD SegEs;
  495.   DWORD SegDs;
  496.   DWORD Edi;
  497.   DWORD Esi;
  498.   DWORD Ebx;
  499.   DWORD Edx;
  500.   DWORD Ecx;
  501.   DWORD Eax;
  502.   DWORD Ebp;
  503.   DWORD Eip;
  504.   DWORD SegCs;
  505.   DWORD EFlags;
  506.   DWORD Esp;
  507.   DWORD SegSs;
  508.   BYTE ExtendedRegisters[512];
  509. };
  510.  
  511. struct _EXCEPTION_RECORD {
  512.   DWORD ExceptionCode;
  513.   DWORD ExceptionFlags;
  514.   struct _EXCEPTION_RECORD * ExceptionRecord;
  515.   PVOID ExceptionAddress;
  516.   DWORD NumberParameters;
  517.   ULONG_PTR ExceptionInformation[15];
  518. };
  519.  
  520. struct _EXCEPTION_POINTERS {
  521.   PEXCEPTION_RECORD ExceptionRecord;
  522.   PCONTEXT ContextRecord;
  523. };
  524.  
  525. typedef struct _SYSTEMTIME * LPSYSTEMTIME;
  526.  
  527. typedef PTOP_LEVEL_EXCEPTION_FILTER LPTOP_LEVEL_EXCEPTION_FILTER;
  528.  
  529. typedef struct IStream IStream, * PIStream;
  530.  
  531. typedef struct IStream * LPSTREAM;
  532.  
  533. typedef struct IStreamVtbl IStreamVtbl, * PIStreamVtbl;
  534.  
  535. typedef long HRESULT;
  536.  
  537. // WARNING! conflicting data type names: /guiddef.h/GUID - /GUID
  538.  
  539. typedef GUID IID;
  540.  
  541. typedef DWORD ULONG;
  542.  
  543. typedef union _LARGE_INTEGER _LARGE_INTEGER, * P_LARGE_INTEGER;
  544.  
  545. typedef union _LARGE_INTEGER LARGE_INTEGER;
  546.  
  547. typedef union _ULARGE_INTEGER _ULARGE_INTEGER, * P_ULARGE_INTEGER;
  548.  
  549. typedef union _ULARGE_INTEGER ULARGE_INTEGER;
  550.  
  551. typedef struct tagSTATSTG tagSTATSTG, * PtagSTATSTG;
  552.  
  553. typedef struct tagSTATSTG STATSTG;
  554.  
  555. typedef struct _struct_19 _struct_19, * P_struct_19;
  556.  
  557. typedef struct _struct_20 _struct_20, * P_struct_20;
  558.  
  559. typedef double LONGLONG;
  560.  
  561. typedef struct _struct_22 _struct_22, * P_struct_22;
  562.  
  563. typedef struct _struct_23 _struct_23, * P_struct_23;
  564.  
  565. typedef double ULONGLONG;
  566.  
  567. typedef WCHAR OLECHAR;
  568.  
  569. typedef OLECHAR * LPOLESTR;
  570.  
  571. typedef GUID CLSID;
  572.  
  573. struct _struct_23 {
  574.   DWORD LowPart;
  575.   DWORD HighPart;
  576. };
  577.  
  578. struct IStreamVtbl {
  579.   HRESULT( * QueryInterface)(struct IStream * , IID * , void * * );
  580.   ULONG( * AddRef)(struct IStream * );
  581.   ULONG( * Release)(struct IStream * );
  582.   HRESULT( * Read)(struct IStream * , void * , ULONG, ULONG * );
  583.   HRESULT( * Write)(struct IStream * , void * , ULONG, ULONG * );
  584.   HRESULT( * Seek)(struct IStream * , LARGE_INTEGER, DWORD, ULARGE_INTEGER * );
  585.   HRESULT( * SetSize)(struct IStream * , ULARGE_INTEGER);
  586.   HRESULT( * CopyTo)(struct IStream * , struct IStream * , ULARGE_INTEGER, ULARGE_INTEGER * , ULARGE_INTEGER * );
  587.   HRESULT( * Commit)(struct IStream * , DWORD);
  588.   HRESULT( * Revert)(struct IStream * );
  589.   HRESULT( * LockRegion)(struct IStream * , ULARGE_INTEGER, ULARGE_INTEGER, DWORD);
  590.   HRESULT( * UnlockRegion)(struct IStream * , ULARGE_INTEGER, ULARGE_INTEGER, DWORD);
  591.   HRESULT( * Stat)(struct IStream * , STATSTG * , DWORD);
  592.   HRESULT( * Clone)(struct IStream * , struct IStream * * );
  593. };
  594.  
  595. struct _struct_20 {
  596.   DWORD LowPart;
  597.   LONG HighPart;
  598. };
  599.  
  600. struct _struct_22 {
  601.   DWORD LowPart;
  602.   DWORD HighPart;
  603. };
  604.  
  605. union _ULARGE_INTEGER {
  606.   struct _struct_22 s;
  607.   struct _struct_23 u;
  608.   ULONGLONG QuadPart;
  609. };
  610.  
  611. struct IStream {
  612.   struct IStreamVtbl * lpVtbl;
  613. };
  614.  
  615. struct _struct_19 {
  616.   DWORD LowPart;
  617.   LONG HighPart;
  618. };
  619.  
  620. union _LARGE_INTEGER {
  621.   struct _struct_19 s;
  622.   struct _struct_20 u;
  623.   LONGLONG QuadPart;
  624. };
  625.  
  626. struct tagSTATSTG {
  627.   LPOLESTR pwcsName;
  628.   DWORD type;
  629.   ULARGE_INTEGER cbSize;
  630.   FILETIME mtime;
  631.   FILETIME ctime;
  632.   FILETIME atime;
  633.   DWORD grfMode;
  634.   DWORD grfLocksSupported;
  635.   CLSID clsid;
  636.   DWORD grfStateBits;
  637.   DWORD reserved;
  638. };
  639.  
  640. typedef struct output_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::format_validation_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > output_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::format_validation_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > , * Poutput_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::format_validation_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > ;
  641.  
  642. struct output_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::format_validation_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > { // PlaceHolder Class Structure
  643. };
  644.  
  645. typedef struct formatting_buffer formatting_buffer, * Pformatting_buffer;
  646.  
  647. struct formatting_buffer { // PlaceHolder Class Structure
  648. };
  649.  
  650. typedef struct output_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::standard_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > output_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::standard_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > , * Poutput_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::standard_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > ;
  651.  
  652. struct output_processor < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > , class___crt_stdio_output::standard_base < wchar_t, class___crt_stdio_output::string_output_adapter < wchar_t > _ > _ > { // PlaceHolder Class Structure
  653. };
  654.  
  655. typedef struct common_data < wchar_t > common_data < wchar_t > , * Pcommon_data < wchar_t > ;
  656.  
  657. struct common_data < wchar_t > { // PlaceHolder Class Structure
  658. };
  659.  
  660. typedef struct output_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::format_validation_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > output_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::format_validation_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > , * Poutput_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::format_validation_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > ;
  661.  
  662. struct output_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::format_validation_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > { // PlaceHolder Class Structure
  663. };
  664.  
  665. typedef struct common_data < char > common_data < char > , * Pcommon_data < char > ;
  666.  
  667. struct common_data < char > { // PlaceHolder Class Structure
  668. };
  669.  
  670. typedef struct output_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > output_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > , * Poutput_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > ;
  671.  
  672. struct output_processor < char, class___crt_stdio_output::string_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::string_output_adapter < char > _ > _ > { // PlaceHolder Class Structure
  673. };
  674.  
  675. typedef struct output_processor < char, class___crt_stdio_output::stream_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::stream_output_adapter < char > _ > _ > output_processor < char, class___crt_stdio_output::stream_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::stream_output_adapter < char > _ > _ > , * Poutput_processor < char, class___crt_stdio_output::stream_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::stream_output_adapter < char > _ > _ > ;
  676.  
  677. struct output_processor < char, class___crt_stdio_output::stream_output_adapter < char > , class___crt_stdio_output::standard_base < char, class___crt_stdio_output::stream_output_adapter < char > _ > _ > { // PlaceHolder Class Structure
  678. };
  679.  
  680. typedef struct DotNetPdbInfo DotNetPdbInfo, * PDotNetPdbInfo;
  681.  
  682. struct DotNetPdbInfo {
  683.   char signature[4];
  684.   GUID guid;
  685.   dword age;
  686.   char pdbname[89];
  687. };
  688.  
  689. typedef CRITICAL_SECTION _Rmtx;
  690.  
  691. typedef struct _Collvec _Collvec, * P_Collvec;
  692.  
  693. struct _Collvec {
  694.   uint _Page;
  695.   wchar_t * _LocaleName;
  696. };
  697.  
  698. typedef struct _Cvtvec _Cvtvec, * P_Cvtvec;
  699.  
  700. struct _Cvtvec {
  701.   uint _Page;
  702.   uint _Mbcurmax;
  703.   int _Isclocale;
  704.   uchar _Isleadbyte[32];
  705. };
  706.  
  707. typedef struct _Ctypevec _Ctypevec, * P_Ctypevec;
  708.  
  709. struct _Ctypevec {
  710.   uint _Page;
  711.   short * _Table;
  712.   int _Delfl;
  713.   wchar_t * _LocaleName;
  714. };
  715.  
  716. typedef struct _iobuf _iobuf, * P_iobuf;
  717.  
  718. struct _iobuf {
  719.   char * _ptr;
  720.   int _cnt;
  721.   char * _base;
  722.   int _flag;
  723.   int _file;
  724.   int _charbuf;
  725.   int _bufsiz;
  726.   char * _tmpfname;
  727. };
  728.  
  729. typedef struct _iobuf FILE;
  730.  
  731. typedef struct _CONSOLE_READCONSOLE_CONTROL _CONSOLE_READCONSOLE_CONTROL, * P_CONSOLE_READCONSOLE_CONTROL;
  732.  
  733. // WARNING! conflicting data type names: /WinDef.h/ULONG - /wtypes.h/ULONG
  734.  
  735. struct _CONSOLE_READCONSOLE_CONTROL {
  736.   ULONG nLength;
  737.   ULONG nInitialChars;
  738.   ULONG dwCtrlWakeupMask;
  739.   ULONG dwControlKeyState;
  740. };
  741.  
  742. typedef struct _CONSOLE_READCONSOLE_CONTROL * PCONSOLE_READCONSOLE_CONTROL;
  743.  
  744. typedef uint uintptr_t;
  745.  
  746. typedef int mbstate_t;
  747.  
  748. typedef struct Config Config, * PConfig;
  749.  
  750. struct Config { // PlaceHolder Class Structure
  751. };
  752.  
  753. typedef struct Setting Setting, * PSetting;
  754.  
  755. struct Setting { // PlaceHolder Class Structure
  756. };
  757.  
  758. typedef struct SettingNameException SettingNameException, * PSettingNameException;
  759.  
  760. struct SettingNameException { // PlaceHolder Class Structure
  761. };
  762.  
  763. typedef struct SettingConstIterator SettingConstIterator, * PSettingConstIterator;
  764.  
  765. struct SettingConstIterator { // PlaceHolder Class Structure
  766. };
  767.  
  768. typedef struct ConfigException ConfigException, * PConfigException;
  769.  
  770. struct ConfigException { // PlaceHolder Class Structure
  771. };
  772.  
  773. typedef struct SettingTypeException SettingTypeException, * PSettingTypeException;
  774.  
  775. struct SettingTypeException { // PlaceHolder Class Structure
  776. };
  777.  
  778. typedef struct SettingException SettingException, * PSettingException;
  779.  
  780. struct SettingException { // PlaceHolder Class Structure
  781. };
  782.  
  783. typedef struct ParseException ParseException, * PParseException;
  784.  
  785. struct ParseException { // PlaceHolder Class Structure
  786. };
  787.  
  788. typedef struct FileIOException FileIOException, * PFileIOException;
  789.  
  790. struct FileIOException { // PlaceHolder Class Structure
  791. };
  792.  
  793. typedef struct SettingNotFoundException SettingNotFoundException, * PSettingNotFoundException;
  794.  
  795. struct SettingNotFoundException { // PlaceHolder Class Structure
  796. };
  797.  
  798. typedef struct lconv lconv, * Plconv;
  799.  
  800. struct lconv {
  801.   char * decimal_point;
  802.   char * thousands_sep;
  803.   char * grouping;
  804.   char * int_curr_symbol;
  805.   char * currency_symbol;
  806.   char * mon_decimal_point;
  807.   char * mon_thousands_sep;
  808.   char * mon_grouping;
  809.   char * positive_sign;
  810.   char * negative_sign;
  811.   char int_frac_digits;
  812.   char frac_digits;
  813.   char p_cs_precedes;
  814.   char p_sep_by_space;
  815.   char n_cs_precedes;
  816.   char n_sep_by_space;
  817.   char p_sign_posn;
  818.   char n_sign_posn;
  819.   wchar_t * _W_decimal_point;
  820.   wchar_t * _W_thousands_sep;
  821.   wchar_t * _W_int_curr_symbol;
  822.   wchar_t * _W_currency_symbol;
  823.   wchar_t * _W_mon_decimal_point;
  824.   wchar_t * _W_mon_thousands_sep;
  825.   wchar_t * _W_positive_sign;
  826.   wchar_t * _W_negative_sign;
  827. };
  828.  
  829. typedef uint size_t;
  830.  
  831. typedef ushort wint_t;
  832.  
  833. typedef struct threadlocaleinfostruct threadlocaleinfostruct, * Pthreadlocaleinfostruct;
  834.  
  835. typedef struct threadlocaleinfostruct * pthreadlocinfo;
  836.  
  837. typedef struct localerefcount localerefcount, * Plocalerefcount;
  838.  
  839. typedef struct localerefcount locrefcount;
  840.  
  841. typedef struct __lc_time_data __lc_time_data, * P__lc_time_data;
  842.  
  843. struct localerefcount {
  844.   char * locale;
  845.   wchar_t * wlocale;
  846.   int * refcount;
  847.   int * wrefcount;
  848. };
  849.  
  850. struct threadlocaleinfostruct {
  851.   int refcount;
  852.   uint lc_codepage;
  853.   uint lc_collate_cp;
  854.   uint lc_time_cp;
  855.   locrefcount lc_category[6];
  856.   int lc_clike;
  857.   int mb_cur_max;
  858.   int * lconv_intl_refcount;
  859.   int * lconv_num_refcount;
  860.   int * lconv_mon_refcount;
  861.   struct lconv * lconv;
  862.   int * ctype1_refcount;
  863.   ushort * ctype1;
  864.   ushort * pctype;
  865.   uchar * pclmap;
  866.   uchar * pcumap;
  867.   struct __lc_time_data * lc_time_curr;
  868.   wchar_t * locale_name[6];
  869. };
  870.  
  871. struct __lc_time_data {
  872.   char * wday_abbr[7];
  873.   char * wday[7];
  874.   char * month_abbr[12];
  875.   char * month[12];
  876.   char * ampm[2];
  877.   char * ww_sdatefmt;
  878.   char * ww_ldatefmt;
  879.   char * ww_timefmt;
  880.   int ww_caltype;
  881.   int refcount;
  882.   wchar_t * _W_wday_abbr[7];
  883.   wchar_t * _W_wday[7];
  884.   wchar_t * _W_month_abbr[12];
  885.   wchar_t * _W_month[12];
  886.   wchar_t * _W_ampm[2];
  887.   wchar_t * _W_ww_sdatefmt;
  888.   wchar_t * _W_ww_ldatefmt;
  889.   wchar_t * _W_ww_timefmt;
  890.   wchar_t * _W_ww_locale_name;
  891. };
  892.  
  893. typedef int errno_t;
  894.  
  895. typedef struct localeinfo_struct localeinfo_struct, * Plocaleinfo_struct;
  896.  
  897. typedef struct threadmbcinfostruct threadmbcinfostruct, * Pthreadmbcinfostruct;
  898.  
  899. typedef struct threadmbcinfostruct * pthreadmbcinfo;
  900.  
  901. struct threadmbcinfostruct {
  902.   int refcount;
  903.   int mbcodepage;
  904.   int ismbcodepage;
  905.   ushort mbulinfo[6];
  906.   uchar mbctype[257];
  907.   uchar mbcasemap[256];
  908.   wchar_t * mblocalename;
  909. };
  910.  
  911. struct localeinfo_struct {
  912.   pthreadlocinfo locinfo;
  913.   pthreadmbcinfo mbcinfo;
  914. };
  915.  
  916. typedef int intptr_t;
  917.  
  918. typedef struct localeinfo_struct * _locale_t;
  919.  
  920. typedef longlong __time64_t;
  921.  
  922. typedef size_t rsize_t;
  923.  
  924. typedef ushort wctype_t;
  925.  
  926. typedef struct scoped_fp_state_reset scoped_fp_state_reset, * Pscoped_fp_state_reset;
  927.  
  928. struct scoped_fp_state_reset { // PlaceHolder Class Structure
  929. };
  930.  
  931. typedef struct tagMSG tagMSG, * PtagMSG;
  932.  
  933. typedef struct tagMSG MSG;
  934.  
  935. typedef struct HWND__ HWND__, * PHWND__;
  936.  
  937. typedef struct HWND__ * HWND;
  938.  
  939. typedef uint UINT_PTR;
  940.  
  941. typedef UINT_PTR WPARAM;
  942.  
  943. typedef long LONG_PTR;
  944.  
  945. typedef LONG_PTR LPARAM;
  946.  
  947. typedef struct tagPOINT tagPOINT, * PtagPOINT;
  948.  
  949. typedef struct tagPOINT POINT;
  950.  
  951. struct tagPOINT {
  952.   LONG x;
  953.   LONG y;
  954. };
  955.  
  956. struct tagMSG {
  957.   HWND hwnd;
  958.   UINT message;
  959.   WPARAM wParam;
  960.   LPARAM lParam;
  961.   DWORD time;
  962.   POINT pt;
  963. };
  964.  
  965. struct HWND__ {
  966.   int unused;
  967. };
  968.  
  969. typedef struct tagPAINTSTRUCT tagPAINTSTRUCT, * PtagPAINTSTRUCT;
  970.  
  971. typedef struct tagPAINTSTRUCT PAINTSTRUCT;
  972.  
  973. typedef struct HDC__ HDC__, * PHDC__;
  974.  
  975. typedef struct HDC__ * HDC;
  976.  
  977. typedef struct tagRECT tagRECT, * PtagRECT;
  978.  
  979. typedef struct tagRECT RECT;
  980.  
  981. struct HDC__ {
  982.   int unused;
  983. };
  984.  
  985. struct tagRECT {
  986.   LONG left;
  987.   LONG top;
  988.   LONG right;
  989.   LONG bottom;
  990. };
  991.  
  992. struct tagPAINTSTRUCT {
  993.   HDC hdc;
  994.   BOOL fErase;
  995.   RECT rcPaint;
  996.   BOOL fRestore;
  997.   BOOL fIncUpdate;
  998.   BYTE rgbReserved[32];
  999. };
  1000.  
  1001. typedef struct tagMSG * LPMSG;
  1002.  
  1003. typedef struct tagMONITORINFO tagMONITORINFO, * PtagMONITORINFO;
  1004.  
  1005. typedef struct tagMONITORINFO * LPMONITORINFO;
  1006.  
  1007. struct tagMONITORINFO {
  1008.   DWORD cbSize;
  1009.   RECT rcMonitor;
  1010.   RECT rcWork;
  1011.   DWORD dwFlags;
  1012. };
  1013.  
  1014. typedef struct tagWNDCLASSEXW tagWNDCLASSEXW, * PtagWNDCLASSEXW;
  1015.  
  1016. typedef struct tagWNDCLASSEXW * LPWNDCLASSEXW;
  1017.  
  1018. typedef LONG_PTR LRESULT;
  1019.  
  1020. typedef LRESULT( * WNDPROC)(HWND, UINT, WPARAM, LPARAM);
  1021.  
  1022. typedef struct HINSTANCE__ HINSTANCE__, * PHINSTANCE__;
  1023.  
  1024. typedef struct HINSTANCE__ * HINSTANCE;
  1025.  
  1026. typedef struct HICON__ HICON__, * PHICON__;
  1027.  
  1028. typedef struct HICON__ * HICON;
  1029.  
  1030. typedef HICON HCURSOR;
  1031.  
  1032. typedef struct HBRUSH__ HBRUSH__, * PHBRUSH__;
  1033.  
  1034. typedef struct HBRUSH__ * HBRUSH;
  1035.  
  1036. typedef WCHAR * LPCWSTR;
  1037.  
  1038. struct HBRUSH__ {
  1039.   int unused;
  1040. };
  1041.  
  1042. struct HICON__ {
  1043.   int unused;
  1044. };
  1045.  
  1046. struct HINSTANCE__ {
  1047.   int unused;
  1048. };
  1049.  
  1050. struct tagWNDCLASSEXW {
  1051.   UINT cbSize;
  1052.   UINT style;
  1053.   WNDPROC lpfnWndProc;
  1054.   int cbClsExtra;
  1055.   int cbWndExtra;
  1056.   HINSTANCE hInstance;
  1057.   HICON hIcon;
  1058.   HCURSOR hCursor;
  1059.   HBRUSH hbrBackground;
  1060.   LPCWSTR lpszMenuName;
  1061.   LPCWSTR lpszClassName;
  1062.   HICON hIconSm;
  1063. };
  1064.  
  1065. typedef struct tagWNDCLASSEXW WNDCLASSEXW;
  1066.  
  1067. typedef struct tagPAINTSTRUCT * LPPAINTSTRUCT;
  1068.  
  1069. typedef struct _Mpunct < unsigned_short > _Mpunct < unsigned_short > , * P_Mpunct < unsigned_short > ;
  1070.  
  1071. struct _Mpunct < unsigned_short > { // PlaceHolder Class Structure
  1072. };
  1073.  
  1074. typedef struct time_get < char, class_std::istreambuf_iterator < char, struct_std::char_traits < char > _ > _ > time_get < char, class_std::istreambuf_iterator < char, struct_std::char_traits < char > _ > _ > , * Ptime_get < char, class_std::istreambuf_iterator < char, struct_std::char_traits < char > _ > _ > ;
  1075.  
  1076. struct time_get < char, class_std::istreambuf_iterator < char, struct_std::char_traits < char > _ > _ > { // PlaceHolder Class Structure
  1077. };
  1078.  
  1079. typedef struct basic_streambuf < char, struct_std::char_traits < char > _ > basic_streambuf < char, struct_std::char_traits < char > _ > , * Pbasic_streambuf < char, struct_std::char_traits < char > _ > ;
  1080.  
  1081. struct basic_streambuf < char, struct_std::char_traits < char > _ > { // PlaceHolder Class Structure
  1082. };
  1083.  
  1084. typedef struct numpunct < unsigned_short > numpunct < unsigned_short > , * Pnumpunct < unsigned_short > ;
  1085.  
  1086. struct numpunct < unsigned_short > { // PlaceHolder Class Structure
  1087. };
  1088.  
  1089. typedef struct _Yarn < wchar_t > _Yarn < wchar_t > , * P_Yarn < wchar_t > ;
  1090.  
  1091. struct _Yarn < wchar_t > { // PlaceHolder Class Structure
  1092. };
  1093.  
  1094. typedef struct ios_base ios_base, * Pios_base;
  1095.  
  1096. struct ios_base { // PlaceHolder Class Structure
  1097. };
  1098.  
  1099. typedef struct time_get < wchar_t, class_std::istreambuf_iterator < wchar_t, struct_std::char_traits < wchar_t > _ > _ > time_get < wchar_t, class_std::istreambuf_iterator < wchar_t, struct_std::char_traits < wchar_t > _ > _ > , * Ptime_get < wchar_t, class_std::istreambuf_iterator < wchar_t, struct_std::char_traits < wchar_t > _ > _ > ;
  1100.  
  1101. struct time_get < wchar_t, class_std::istreambuf_iterator < wchar_t, struct_std::char_traits < wchar_t > _ > _ > { // PlaceHolder Class Structure
  1102. };
  1103.  
  1104. typedef struct _Lockit _Lockit, * P_Lockit;
  1105.  
  1106. struct _Lockit { // PlaceHolder Class Structure
  1107. };
  1108.  
  1109. typedef struct time_get < unsigned_short, class_std::istreambuf_iterator < unsigned_short, struct_std::char_traits < unsigned_short > _ > _ > time_get < unsigned_short, class_std::istreambuf_iterator < unsigned_short, struct_std::char_traits < unsigned_short > _ > _ > , * Ptime_get < unsigned_short, class_std::istreambuf_iterator < unsigned_short, struct_std::char_traits < unsigned_short > _ > _ > ;
  1110.  
  1111. struct time_get < unsigned_short, class_std::istreambuf_iterator < unsigned_short, struct_std::char_traits < unsigned_short > _ > _ > { // PlaceHolder Class Structure
  1112. };
  1113.  
  1114. typedef struct collate < char > collate < char > , * Pcollate < char > ;
  1115.  
  1116. struct collate < char > { // PlaceHolder Class Structure
  1117. };
  1118.  
  1119. typedef struct _Fac_node _Fac_node, * P_Fac_node;
  1120.  
  1121. struct _Fac_node { // PlaceHolder Class Structure
  1122. };
  1123.  
  1124. typedef struct collate < unsigned_short > collate < unsigned_short > , * Pcollate < unsigned_short > ;
  1125.  
  1126. struct collate < unsigned_short > { // PlaceHolder Class Structure
  1127. };
  1128.  
  1129. typedef struct _Mpunct < wchar_t > _Mpunct < wchar_t > , * P_Mpunct < wchar_t > ;
  1130.  
  1131. struct _Mpunct < wchar_t > { // PlaceHolder Class Structure
  1132. };
  1133.  
  1134. typedef struct istreambuf_iterator < char, struct_std::char_traits < char > _ > istreambuf_iterator < char, struct_std::char_traits < char > _ > , * Pistreambuf_iterator < char, struct_std::char_traits < char > _ > ;
  1135.  
  1136. struct istreambuf_iterator < char, struct_std::char_traits < char > _ > { // PlaceHolder Class Structure
  1137. };
  1138.  
  1139. typedef struct _Mpunct < char > _Mpunct < char > , * P_Mpunct < char > ;
  1140.  
  1141. struct _Mpunct < char > { // PlaceHolder Class Structure
  1142. };
  1143.  
  1144. typedef struct _Locimp _Locimp, * P_Locimp;
  1145.  
  1146. struct _Locimp { // PlaceHolder Class Structure
  1147. };
  1148.  
  1149. typedef struct id id, * Pid;
  1150.  
  1151. struct id { // PlaceHolder Class Structure
  1152. };
  1153.  
  1154. typedef struct _GUID _GUID, * P_GUID;
  1155.  
  1156. struct _GUID {
  1157.   ulong Data1;
  1158.   ushort Data2;
  1159.   ushort Data3;
  1160.   uchar Data4[8];
  1161. };
  1162.  
  1163. typedef struct SERVICE_STATUS_HANDLE__ SERVICE_STATUS_HANDLE__, * PSERVICE_STATUS_HANDLE__;
  1164.  
  1165. typedef struct SERVICE_STATUS_HANDLE__ * SERVICE_STATUS_HANDLE;
  1166.  
  1167. struct SERVICE_STATUS_HANDLE__ {
  1168.   int unused;
  1169. };
  1170.  
  1171. typedef struct _SERVICE_STATUS _SERVICE_STATUS, * P_SERVICE_STATUS;
  1172.  
  1173. struct _SERVICE_STATUS {
  1174.   DWORD dwServiceType;
  1175.   DWORD dwCurrentState;
  1176.   DWORD dwControlsAccepted;
  1177.   DWORD dwWin32ExitCode;
  1178.   DWORD dwServiceSpecificExitCode;
  1179.   DWORD dwCheckPoint;
  1180.   DWORD dwWaitHint;
  1181. };
  1182.  
  1183. typedef struct _SERVICE_TABLE_ENTRYW _SERVICE_TABLE_ENTRYW, * P_SERVICE_TABLE_ENTRYW;
  1184.  
  1185. typedef struct _SERVICE_TABLE_ENTRYW SERVICE_TABLE_ENTRYW;
  1186.  
  1187. typedef void( * LPSERVICE_MAIN_FUNCTIONW)(DWORD, LPWSTR * );
  1188.  
  1189. struct _SERVICE_TABLE_ENTRYW {
  1190.   LPWSTR lpServiceName;
  1191.   LPSERVICE_MAIN_FUNCTIONW lpServiceProc;
  1192. };
  1193.  
  1194. typedef struct SC_HANDLE__ SC_HANDLE__, * PSC_HANDLE__;
  1195.  
  1196. struct SC_HANDLE__ {
  1197.   int unused;
  1198. };
  1199.  
  1200. typedef struct _SERVICE_STATUS * LPSERVICE_STATUS;
  1201.  
  1202. typedef struct SC_HANDLE__ * SC_HANDLE;
  1203.  
  1204. typedef void( * LPHANDLER_FUNCTION)(DWORD);
  1205.  
  1206. typedef PVOID PSECURITY_DESCRIPTOR;
  1207.  
  1208. typedef struct _ACL _ACL, * P_ACL;
  1209.  
  1210. struct _ACL {
  1211.   BYTE AclRevision;
  1212.   BYTE Sbz1;
  1213.   WORD AclSize;
  1214.   WORD AceCount;
  1215.   WORD Sbz2;
  1216. };
  1217.  
  1218. typedef char CHAR;
  1219.  
  1220. typedef struct _ACL ACL;
  1221.  
  1222. typedef ACL * PACL;
  1223.  
  1224. typedef struct _IMAGE_SECTION_HEADER _IMAGE_SECTION_HEADER, * P_IMAGE_SECTION_HEADER;
  1225.  
  1226. typedef union _union_226 _union_226, * P_union_226;
  1227.  
  1228. union _union_226 {
  1229.   DWORD PhysicalAddress;
  1230.   DWORD VirtualSize;
  1231. };
  1232.  
  1233. struct _IMAGE_SECTION_HEADER {
  1234.   BYTE Name[8];
  1235.   union _union_226 Misc;
  1236.   DWORD VirtualAddress;
  1237.   DWORD SizeOfRawData;
  1238.   DWORD PointerToRawData;
  1239.   DWORD PointerToRelocations;
  1240.   DWORD PointerToLinenumbers;
  1241.   WORD NumberOfRelocations;
  1242.   WORD NumberOfLinenumbers;
  1243.   DWORD Characteristics;
  1244. };
  1245.  
  1246. typedef struct _IMAGE_SECTION_HEADER * PIMAGE_SECTION_HEADER;
  1247.  
  1248. typedef DWORD SECURITY_INFORMATION;
  1249.  
  1250. typedef WCHAR * PCNZWCH;
  1251.  
  1252. typedef union _SLIST_HEADER _SLIST_HEADER, * P_SLIST_HEADER;
  1253.  
  1254. typedef struct _struct_299 _struct_299, * P_struct_299;
  1255.  
  1256. typedef struct _SINGLE_LIST_ENTRY _SINGLE_LIST_ENTRY, * P_SINGLE_LIST_ENTRY;
  1257.  
  1258. typedef struct _SINGLE_LIST_ENTRY SINGLE_LIST_ENTRY;
  1259.  
  1260. struct _SINGLE_LIST_ENTRY {
  1261.   struct _SINGLE_LIST_ENTRY * Next;
  1262. };
  1263.  
  1264. struct _struct_299 {
  1265.   SINGLE_LIST_ENTRY Next;
  1266.   WORD Depth;
  1267.   WORD Sequence;
  1268. };
  1269.  
  1270. union _SLIST_HEADER {
  1271.   ULONGLONG Alignment;
  1272.   struct _struct_299 s;
  1273. };
  1274.  
  1275. typedef CHAR * LPCSTR;
  1276.  
  1277. typedef WCHAR * LPWCH;
  1278.  
  1279. typedef struct _SID_IDENTIFIER_AUTHORITY _SID_IDENTIFIER_AUTHORITY, * P_SID_IDENTIFIER_AUTHORITY;
  1280.  
  1281. typedef struct _SID_IDENTIFIER_AUTHORITY * PSID_IDENTIFIER_AUTHORITY;
  1282.  
  1283. struct _SID_IDENTIFIER_AUTHORITY {
  1284.   BYTE Value[6];
  1285. };
  1286.  
  1287. typedef union _SLIST_HEADER * PSLIST_HEADER;
  1288.  
  1289. typedef enum _SID_NAME_USE {
  1290.   SidTypeAlias = 4,
  1291.     SidTypeComputer = 9,
  1292.     SidTypeDeletedAccount = 6,
  1293.     SidTypeDomain = 3,
  1294.     SidTypeGroup = 2,
  1295.     SidTypeInvalid = 7,
  1296.     SidTypeLabel = 10,
  1297.     SidTypeUnknown = 8,
  1298.     SidTypeUser = 1,
  1299.     SidTypeWellKnownGroup = 5
  1300. }
  1301. _SID_NAME_USE;
  1302.  
  1303. typedef enum _TOKEN_INFORMATION_CLASS {
  1304.   MaxTokenInfoClass = 29,
  1305.     TokenAccessInformation = 22,
  1306.     TokenAuditPolicy = 16,
  1307.     TokenDefaultDacl = 6,
  1308.     TokenElevation = 20,
  1309.     TokenElevationType = 18,
  1310.     TokenGroups = 2,
  1311.     TokenGroupsAndPrivileges = 13,
  1312.     TokenHasRestrictions = 21,
  1313.     TokenImpersonationLevel = 9,
  1314.     TokenIntegrityLevel = 25,
  1315.     TokenLinkedToken = 19,
  1316.     TokenLogonSid = 28,
  1317.     TokenMandatoryPolicy = 27,
  1318.     TokenOrigin = 17,
  1319.     TokenOwner = 4,
  1320.     TokenPrimaryGroup = 5,
  1321.     TokenPrivileges = 3,
  1322.     TokenRestrictedSids = 11,
  1323.     TokenSandBoxInert = 15,
  1324.     TokenSessionId = 12,
  1325.     TokenSessionReference = 14,
  1326.     TokenSource = 7,
  1327.     TokenStatistics = 10,
  1328.     TokenType = 8,
  1329.     TokenUIAccess = 26,
  1330.     TokenUser = 1,
  1331.     TokenVirtualizationAllowed = 23,
  1332.     TokenVirtualizationEnabled = 24
  1333. }
  1334. _TOKEN_INFORMATION_CLASS;
  1335.  
  1336. typedef LARGE_INTEGER * PLARGE_INTEGER;
  1337.  
  1338. typedef CHAR * LPSTR;
  1339.  
  1340. typedef PVOID PSID;
  1341.  
  1342. typedef enum _SID_NAME_USE * PSID_NAME_USE;
  1343.  
  1344. typedef DWORD ACCESS_MASK;
  1345.  
  1346. typedef DWORD LCID;
  1347.  
  1348. typedef enum _TOKEN_INFORMATION_CLASS TOKEN_INFORMATION_CLASS;
  1349.  
  1350. typedef HANDLE * PHANDLE;
  1351.  
  1352. typedef struct IMAGE_DOS_HEADER IMAGE_DOS_HEADER, * PIMAGE_DOS_HEADER;
  1353.  
  1354. struct IMAGE_DOS_HEADER {
  1355.   char e_magic[2]; // Magic number
  1356.   word e_cblp; // Bytes of last page
  1357.   word e_cp; // Pages in file
  1358.   word e_crlc; // Relocations
  1359.   word e_cparhdr; // Size of header in paragraphs
  1360.   word e_minalloc; // Minimum extra paragraphs needed
  1361.   word e_maxalloc; // Maximum extra paragraphs needed
  1362.   word e_ss; // Initial (relative) SS value
  1363.   word e_sp; // Initial SP value
  1364.   word e_csum; // Checksum
  1365.   word e_ip; // Initial IP value
  1366.   word e_cs; // Initial (relative) CS value
  1367.   word e_lfarlc; // File address of relocation table
  1368.   word e_ovno; // Overlay number
  1369.   word e_res[4][4]; // Reserved words
  1370.   word e_oemid; // OEM identifier (for e_oeminfo)
  1371.   word e_oeminfo; // OEM information; e_oemid specific
  1372.   word e_res2[10][10]; // Reserved words
  1373.   dword e_lfanew; // File address of new exe header
  1374.   byte e_program[64]; // Actual DOS program
  1375. };
  1376.  
  1377. typedef struct dual_state_global < char ** > dual_state_global < char ** > , * Pdual_state_global < char ** > ;
  1378.  
  1379. struct dual_state_global < char ** > { // PlaceHolder Class Structure
  1380. };
  1381.  
  1382. typedef struct tm tm, * Ptm;
  1383.  
  1384. struct tm {
  1385.   int tm_sec;
  1386.   int tm_min;
  1387.   int tm_hour;
  1388.   int tm_mday;
  1389.   int tm_mon;
  1390.   int tm_year;
  1391.   int tm_wday;
  1392.   int tm_yday;
  1393.   int tm_isdst;
  1394. };
  1395.  
  1396. typedef ULONG_PTR DWORD_PTR;
  1397.  
  1398. typedef ULONG_PTR SIZE_T;
  1399.  
  1400. typedef struct HFONT__ HFONT__, * PHFONT__;
  1401.  
  1402. typedef struct HFONT__ * HFONT;
  1403.  
  1404. struct HFONT__ {
  1405.   int unused;
  1406. };
  1407.  
  1408. typedef struct tagPOINT * LPPOINT;
  1409.  
  1410. typedef struct HBITMAP__ HBITMAP__, * PHBITMAP__;
  1411.  
  1412. struct HBITMAP__ {
  1413.   int unused;
  1414. };
  1415.  
  1416. typedef struct HKEY__ HKEY__, * PHKEY__;
  1417.  
  1418. struct HKEY__ {
  1419.   int unused;
  1420. };
  1421.  
  1422. typedef DWORD * LPDWORD;
  1423.  
  1424. typedef RECT * LPCRECT;
  1425.  
  1426. typedef DWORD * PDWORD;
  1427.  
  1428. typedef struct HMONITOR__ HMONITOR__, * PHMONITOR__;
  1429.  
  1430. typedef struct HMONITOR__ * HMONITOR;
  1431.  
  1432. struct HMONITOR__ {
  1433.   int unused;
  1434. };
  1435.  
  1436. typedef struct tagSIZE tagSIZE, * PtagSIZE;
  1437.  
  1438. struct tagSIZE {
  1439.   LONG cx;
  1440.   LONG cy;
  1441. };
  1442.  
  1443. typedef struct HRSRC__ HRSRC__, * PHRSRC__;
  1444.  
  1445. struct HRSRC__ {
  1446.   int unused;
  1447. };
  1448.  
  1449. typedef HINSTANCE HMODULE;
  1450.  
  1451. typedef HANDLE HLOCAL;
  1452.  
  1453. typedef void * HGDIOBJ;
  1454.  
  1455. typedef struct tagSIZE * LPSIZE;
  1456.  
  1457. typedef BOOL * PBOOL;
  1458.  
  1459. typedef struct HMENU__ HMENU__, * PHMENU__;
  1460.  
  1461. typedef struct HMENU__ * HMENU;
  1462.  
  1463. struct HMENU__ {
  1464.   int unused;
  1465. };
  1466.  
  1467. typedef struct _FILETIME * LPFILETIME;
  1468.  
  1469. typedef int( * FARPROC)(void);
  1470.  
  1471. typedef WORD * LPWORD;
  1472.  
  1473. typedef struct HKEY__ * HKEY;
  1474.  
  1475. typedef HKEY * PHKEY;
  1476.  
  1477. typedef int INT;
  1478.  
  1479. typedef WORD ATOM;
  1480.  
  1481. typedef struct tagRECT * LPRECT;
  1482.  
  1483. typedef HANDLE HGLOBAL;
  1484.  
  1485. typedef BOOL * LPBOOL;
  1486.  
  1487. typedef BYTE * PBYTE;
  1488.  
  1489. typedef void * LPCVOID;
  1490.  
  1491. typedef struct HRSRC__ * HRSRC;
  1492.  
  1493. typedef DWORD COLORREF;
  1494.  
  1495. typedef struct HBITMAP__ * HBITMAP;
  1496.  
  1497. typedef struct _EXPLICIT_ACCESS_W _EXPLICIT_ACCESS_W, * P_EXPLICIT_ACCESS_W;
  1498.  
  1499. typedef enum _ACCESS_MODE {
  1500.   DENY_ACCESS = 3,
  1501.     GRANT_ACCESS = 1,
  1502.     NOT_USED_ACCESS = 0,
  1503.     REVOKE_ACCESS = 4,
  1504.     SET_ACCESS = 2,
  1505.     SET_AUDIT_FAILURE = 6,
  1506.     SET_AUDIT_SUCCESS = 5
  1507. }
  1508. _ACCESS_MODE;
  1509.  
  1510. typedef enum _ACCESS_MODE ACCESS_MODE;
  1511.  
  1512. typedef struct _TRUSTEE_W _TRUSTEE_W, * P_TRUSTEE_W;
  1513.  
  1514. typedef struct _TRUSTEE_W TRUSTEE_W;
  1515.  
  1516. typedef enum _MULTIPLE_TRUSTEE_OPERATION {
  1517.   NO_MULTIPLE_TRUSTEE = 0,
  1518.     TRUSTEE_IS_IMPERSONATE = 1
  1519. }
  1520. _MULTIPLE_TRUSTEE_OPERATION;
  1521.  
  1522. typedef enum _MULTIPLE_TRUSTEE_OPERATION MULTIPLE_TRUSTEE_OPERATION;
  1523.  
  1524. typedef enum _TRUSTEE_FORM {
  1525.   TRUSTEE_BAD_FORM = 2,
  1526.     TRUSTEE_IS_NAME = 1,
  1527.     TRUSTEE_IS_OBJECTS_AND_NAME = 4,
  1528.     TRUSTEE_IS_OBJECTS_AND_SID = 3,
  1529.     TRUSTEE_IS_SID = 0
  1530. }
  1531. _TRUSTEE_FORM;
  1532.  
  1533. typedef enum _TRUSTEE_FORM TRUSTEE_FORM;
  1534.  
  1535. typedef enum _TRUSTEE_TYPE {
  1536.   TRUSTEE_IS_ALIAS = 4,
  1537.     TRUSTEE_IS_COMPUTER = 8,
  1538.     TRUSTEE_IS_DELETED = 6,
  1539.     TRUSTEE_IS_DOMAIN = 3,
  1540.     TRUSTEE_IS_GROUP = 2,
  1541.     TRUSTEE_IS_INVALID = 7,
  1542.     TRUSTEE_IS_UNKNOWN = 0,
  1543.     TRUSTEE_IS_USER = 1,
  1544.     TRUSTEE_IS_WELL_KNOWN_GROUP = 5
  1545. }
  1546. _TRUSTEE_TYPE;
  1547.  
  1548. typedef enum _TRUSTEE_TYPE TRUSTEE_TYPE;
  1549.  
  1550. struct _TRUSTEE_W {
  1551.   struct _TRUSTEE_W * pMultipleTrustee;
  1552.   MULTIPLE_TRUSTEE_OPERATION MultipleTrusteeOperation;
  1553.   TRUSTEE_FORM TrusteeForm;
  1554.   TRUSTEE_TYPE TrusteeType;
  1555.   LPWSTR ptstrName;
  1556. };
  1557.  
  1558. struct _EXPLICIT_ACCESS_W {
  1559.   DWORD grfAccessPermissions;
  1560.   ACCESS_MODE grfAccessMode;
  1561.   DWORD grfInheritance;
  1562.   TRUSTEE_W Trustee;
  1563. };
  1564.  
  1565. typedef struct _EXPLICIT_ACCESS_W * PEXPLICIT_ACCESS_W;
  1566.  
  1567. typedef struct Var Var, * PVar;
  1568.  
  1569. struct Var {
  1570.   word wLength;
  1571.   word wValueLength;
  1572.   word wType;
  1573. };
  1574.  
  1575. typedef struct IMAGE_RESOURCE_DIRECTORY_ENTRY_NameStruct IMAGE_RESOURCE_DIRECTORY_ENTRY_NameStruct, * PIMAGE_RESOURCE_DIRECTORY_ENTRY_NameStruct;
  1576.  
  1577. struct IMAGE_RESOURCE_DIRECTORY_ENTRY_NameStruct {
  1578.   dword NameOffset;
  1579.   dword NameIsString;
  1580. };
  1581.  
  1582. typedef struct IMAGE_THUNK_DATA32 IMAGE_THUNK_DATA32, * PIMAGE_THUNK_DATA32;
  1583.  
  1584. struct IMAGE_THUNK_DATA32 {
  1585.   dword StartAddressOfRawData;
  1586.   dword EndAddressOfRawData;
  1587.   dword AddressOfIndex;
  1588.   dword AddressOfCallBacks;
  1589.   dword SizeOfZeroFill;
  1590.   dword Characteristics;
  1591. };
  1592.  
  1593. typedef struct IMAGE_LOAD_CONFIG_CODE_INTEGRITY IMAGE_LOAD_CONFIG_CODE_INTEGRITY, * PIMAGE_LOAD_CONFIG_CODE_INTEGRITY;
  1594.  
  1595. struct IMAGE_LOAD_CONFIG_CODE_INTEGRITY {
  1596.   word Flags;
  1597.   word Catalog;
  1598.   dword CatalogOffset;
  1599.   dword Reserved;
  1600. };
  1601.  
  1602. typedef struct IMAGE_DEBUG_DIRECTORY IMAGE_DEBUG_DIRECTORY, * PIMAGE_DEBUG_DIRECTORY;
  1603.  
  1604. struct IMAGE_DEBUG_DIRECTORY {
  1605.   dword Characteristics;
  1606.   dword TimeDateStamp;
  1607.   word MajorVersion;
  1608.   word MinorVersion;
  1609.   dword Type;
  1610.   dword SizeOfData;
  1611.   dword AddressOfRawData;
  1612.   dword PointerToRawData;
  1613. };
  1614.  
  1615. typedef struct IMAGE_RESOURCE_DIR_STRING_U_16 IMAGE_RESOURCE_DIR_STRING_U_16, * PIMAGE_RESOURCE_DIR_STRING_U_16;
  1616.  
  1617. struct IMAGE_RESOURCE_DIR_STRING_U_16 {
  1618.   word Length;
  1619.   wchar16 NameString[8];
  1620. };
  1621.  
  1622. typedef struct IMAGE_RESOURCE_DIR_STRING_U_12 IMAGE_RESOURCE_DIR_STRING_U_12, * PIMAGE_RESOURCE_DIR_STRING_U_12;
  1623.  
  1624. struct IMAGE_RESOURCE_DIR_STRING_U_12 {
  1625.   word Length;
  1626.   wchar16 NameString[6];
  1627. };
  1628.  
  1629. typedef struct StringTable StringTable, * PStringTable;
  1630.  
  1631. struct StringTable {
  1632.   word wLength;
  1633.   word wValueLength;
  1634.   word wType;
  1635. };
  1636.  
  1637. typedef struct IMAGE_SECTION_HEADER IMAGE_SECTION_HEADER, * PIMAGE_SECTION_HEADER;
  1638.  
  1639. typedef union Misc Misc, * PMisc;
  1640.  
  1641. typedef enum SectionFlags {
  1642.   IMAGE_SCN_ALIGN_1024BYTES = 11534336,
  1643.     IMAGE_SCN_ALIGN_128BYTES = 8388608,
  1644.     IMAGE_SCN_ALIGN_16BYTES = 5242880,
  1645.     IMAGE_SCN_ALIGN_1BYTES = 1048576,
  1646.     IMAGE_SCN_ALIGN_2048BYTES = 12582912,
  1647.     IMAGE_SCN_ALIGN_256BYTES = 9437184,
  1648.     IMAGE_SCN_ALIGN_2BYTES = 2097152,
  1649.     IMAGE_SCN_ALIGN_32BYTES = 6291456,
  1650.     IMAGE_SCN_ALIGN_4096BYTES = 13631488,
  1651.     IMAGE_SCN_ALIGN_4BYTES = 3145728,
  1652.     IMAGE_SCN_ALIGN_512BYTES = 10485760,
  1653.     IMAGE_SCN_ALIGN_64BYTES = 7340032,
  1654.     IMAGE_SCN_ALIGN_8192BYTES = 14680064,
  1655.     IMAGE_SCN_ALIGN_8BYTES = 4194304,
  1656.     IMAGE_SCN_CNT_CODE = 32,
  1657.     IMAGE_SCN_CNT_INITIALIZED_DATA = 64,
  1658.     IMAGE_SCN_CNT_UNINITIALIZED_DATA = 128,
  1659.     IMAGE_SCN_GPREL = 32768,
  1660.     IMAGE_SCN_LNK_COMDAT = 4096,
  1661.     IMAGE_SCN_LNK_INFO = 512,
  1662.     IMAGE_SCN_LNK_NRELOC_OVFL = 16777216,
  1663.     IMAGE_SCN_LNK_OTHER = 256,
  1664.     IMAGE_SCN_LNK_REMOVE = 2048,
  1665.     IMAGE_SCN_MEM_16BIT = 131072,
  1666.     IMAGE_SCN_MEM_DISCARDABLE = 33554432,
  1667.     IMAGE_SCN_MEM_EXECUTE = 536870912,
  1668.     IMAGE_SCN_MEM_LOCKED = 262144,
  1669.     IMAGE_SCN_MEM_NOT_CACHED = 67108864,
  1670.     IMAGE_SCN_MEM_NOT_PAGED = 134217728,
  1671.     IMAGE_SCN_MEM_PRELOAD = 524288,
  1672.     IMAGE_SCN_MEM_PURGEABLE = 131072,
  1673.     IMAGE_SCN_MEM_READ = 1073741824,
  1674.     IMAGE_SCN_MEM_SHARED = 268435456,
  1675.     IMAGE_SCN_MEM_WRITE = 2147483648,
  1676.     IMAGE_SCN_RESERVED_0001 = 16,
  1677.     IMAGE_SCN_RESERVED_0040 = 1024,
  1678.     IMAGE_SCN_TYPE_NO_PAD = 8
  1679. }
  1680. SectionFlags;
  1681.  
  1682. union Misc {
  1683.   dword PhysicalAddress;
  1684.   dword VirtualSize;
  1685. };
  1686.  
  1687. struct IMAGE_SECTION_HEADER {
  1688.   char Name[8];
  1689.   union Misc Misc;
  1690.   ImageBaseOffset32 VirtualAddress;
  1691.   dword SizeOfRawData;
  1692.   dword PointerToRawData;
  1693.   dword PointerToRelocations;
  1694.   dword PointerToLinenumbers;
  1695.   word NumberOfRelocations;
  1696.   word NumberOfLinenumbers;
  1697.   enum SectionFlags Characteristics;
  1698. };
  1699.  
  1700. typedef struct IMAGE_DATA_DIRECTORY IMAGE_DATA_DIRECTORY, * PIMAGE_DATA_DIRECTORY;
  1701.  
  1702. struct IMAGE_DATA_DIRECTORY {
  1703.   ImageBaseOffset32 VirtualAddress;
  1704.   dword Size;
  1705. };
  1706.  
  1707. typedef struct IMAGE_RESOURCE_DIR_STRING_U_6 IMAGE_RESOURCE_DIR_STRING_U_6, * PIMAGE_RESOURCE_DIR_STRING_U_6;
  1708.  
  1709. struct IMAGE_RESOURCE_DIR_STRING_U_6 {
  1710.   word Length;
  1711.   wchar16 NameString[3];
  1712. };
  1713.  
  1714. typedef struct IMAGE_RESOURCE_DATA_ENTRY IMAGE_RESOURCE_DATA_ENTRY, * PIMAGE_RESOURCE_DATA_ENTRY;
  1715.  
  1716. struct IMAGE_RESOURCE_DATA_ENTRY {
  1717.   dword OffsetToData;
  1718.   dword Size;
  1719.   dword CodePage;
  1720.   dword Reserved;
  1721. };
  1722.  
  1723. typedef struct IMAGE_RESOURCE_DIRECTORY IMAGE_RESOURCE_DIRECTORY, * PIMAGE_RESOURCE_DIRECTORY;
  1724.  
  1725. struct IMAGE_RESOURCE_DIRECTORY {
  1726.   dword Characteristics;
  1727.   dword TimeDateStamp;
  1728.   word MajorVersion;
  1729.   word MinorVersion;
  1730.   word NumberOfNamedEntries;
  1731.   word NumberOfIdEntries;
  1732. };
  1733.  
  1734. typedef struct IMAGE_DIRECTORY_ENTRY_EXPORT IMAGE_DIRECTORY_ENTRY_EXPORT, * PIMAGE_DIRECTORY_ENTRY_EXPORT;
  1735.  
  1736. struct IMAGE_DIRECTORY_ENTRY_EXPORT {
  1737.   dword Characteristics;
  1738.   dword TimeDateStamp;
  1739.   word MajorVersion;
  1740.   word MinorVersion;
  1741.   dword Name;
  1742.   dword Base;
  1743.   dword NumberOfFunctions;
  1744.   dword NumberOfNames;
  1745.   dword AddressOfFunctions;
  1746.   dword AddressOfNames;
  1747.   dword AddressOfNameOrdinals;
  1748. };
  1749.  
  1750. typedef union IMAGE_RESOURCE_DIRECTORY_ENTRY_NameUnion IMAGE_RESOURCE_DIRECTORY_ENTRY_NameUnion, * PIMAGE_RESOURCE_DIRECTORY_ENTRY_NameUnion;
  1751.  
  1752. union IMAGE_RESOURCE_DIRECTORY_ENTRY_NameUnion {
  1753.   struct IMAGE_RESOURCE_DIRECTORY_ENTRY_NameStruct IMAGE_RESOURCE_DIRECTORY_ENTRY_NameStruct;
  1754.   dword Name;
  1755.   word Id;
  1756. };
  1757.  
  1758. typedef struct IMAGE_OPTIONAL_HEADER32 IMAGE_OPTIONAL_HEADER32, * PIMAGE_OPTIONAL_HEADER32;
  1759.  
  1760. struct IMAGE_OPTIONAL_HEADER32 {
  1761.   word Magic;
  1762.   byte MajorLinkerVersion;
  1763.   byte MinorLinkerVersion;
  1764.   dword SizeOfCode;
  1765.   dword SizeOfInitializedData;
  1766.   dword SizeOfUninitializedData;
  1767.   ImageBaseOffset32 AddressOfEntryPoint;
  1768.   ImageBaseOffset32 BaseOfCode;
  1769.   ImageBaseOffset32 BaseOfData;
  1770.   pointer32 ImageBase;
  1771.   dword SectionAlignment;
  1772.   dword FileAlignment;
  1773.   word MajorOperatingSystemVersion;
  1774.   word MinorOperatingSystemVersion;
  1775.   word MajorImageVersion;
  1776.   word MinorImageVersion;
  1777.   word MajorSubsystemVersion;
  1778.   word MinorSubsystemVersion;
  1779.   dword Win32VersionValue;
  1780.   dword SizeOfImage;
  1781.   dword SizeOfHeaders;
  1782.   dword CheckSum;
  1783.   word Subsystem;
  1784.   word DllCharacteristics;
  1785.   dword SizeOfStackReserve;
  1786.   dword SizeOfStackCommit;
  1787.   dword SizeOfHeapReserve;
  1788.   dword SizeOfHeapCommit;
  1789.   dword LoaderFlags;
  1790.   dword NumberOfRvaAndSizes;
  1791.   struct IMAGE_DATA_DIRECTORY DataDirectory[16];
  1792. };
  1793.  
  1794. typedef struct IMAGE_FILE_HEADER IMAGE_FILE_HEADER, * PIMAGE_FILE_HEADER;
  1795.  
  1796. struct IMAGE_FILE_HEADER {
  1797.   word Machine; // 332
  1798.   word NumberOfSections;
  1799.   dword TimeDateStamp;
  1800.   dword PointerToSymbolTable;
  1801.   dword NumberOfSymbols;
  1802.   word SizeOfOptionalHeader;
  1803.   word Characteristics;
  1804. };
  1805.  
  1806. typedef struct IMAGE_NT_HEADERS32 IMAGE_NT_HEADERS32, * PIMAGE_NT_HEADERS32;
  1807.  
  1808. struct IMAGE_NT_HEADERS32 {
  1809.   char Signature[4];
  1810.   struct IMAGE_FILE_HEADER FileHeader;
  1811.   struct IMAGE_OPTIONAL_HEADER32 OptionalHeader;
  1812. };
  1813.  
  1814. typedef struct StringFileInfo StringFileInfo, * PStringFileInfo;
  1815.  
  1816. struct StringFileInfo {
  1817.   word wLength;
  1818.   word wValueLength;
  1819.   word wType;
  1820. };
  1821.  
  1822. typedef union IMAGE_RESOURCE_DIRECTORY_ENTRY IMAGE_RESOURCE_DIRECTORY_ENTRY, * PIMAGE_RESOURCE_DIRECTORY_ENTRY;
  1823.  
  1824. union IMAGE_RESOURCE_DIRECTORY_ENTRY {
  1825.   union IMAGE_RESOURCE_DIRECTORY_ENTRY_NameUnion NameUnion;
  1826.   union IMAGE_RESOURCE_DIRECTORY_ENTRY_DirectoryUnion DirectoryUnion;
  1827. };
  1828.  
  1829. typedef struct VS_VERSION_INFO VS_VERSION_INFO, * PVS_VERSION_INFO;
  1830.  
  1831. struct VS_VERSION_INFO {
  1832.   word StructLength;
  1833.   word ValueLength;
  1834.   word StructType;
  1835.   wchar16 Info[16];
  1836.   byte Padding[2];
  1837.   dword Signature;
  1838.   word StructVersion[2];
  1839.   word FileVersion[4];
  1840.   word ProductVersion[4];
  1841.   dword FileFlagsMask[2];
  1842.   dword FileFlags;
  1843.   dword FileOS;
  1844.   dword FileType;
  1845.   dword FileSubtype;
  1846.   dword FileTimestamp;
  1847. };
  1848.  
  1849. typedef struct VarFileInfo VarFileInfo, * PVarFileInfo;
  1850.  
  1851. struct VarFileInfo {
  1852.   word wLength;
  1853.   word wValueLength;
  1854.   word wType;
  1855. };
  1856.  
  1857. typedef enum IMAGE_GUARD_FLAGS {
  1858.   IMAGE_GUARD_CFW_INSTRUMENTED = 512,
  1859.     IMAGE_GUARD_CF_ENABLE_EXPORT_SUPPRESSION = 32768,
  1860.     IMAGE_GUARD_CF_EXPORT_SUPPRESSION_INFO_PRESENT = 16384,
  1861.     IMAGE_GUARD_CF_FUNCTION_TABLE_PRESENT = 1024,
  1862.     IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK_1 = 268435456,
  1863.     IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK_2 = 536870912,
  1864.     IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK_4 = 1073741824,
  1865.     IMAGE_GUARD_CF_FUNCTION_TABLE_SIZE_MASK_8 = 2147483648,
  1866.     IMAGE_GUARD_CF_INSTRUMENTED = 256,
  1867.     IMAGE_GUARD_CF_LONGJUMP_TABLE_PRESENT = 65536,
  1868.     IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION = 8192,
  1869.     IMAGE_GUARD_PROTECT_DELAYLOAD_IAT = 4096,
  1870.     IMAGE_GUARD_RF_ENABLE = 262144,
  1871.     IMAGE_GUARD_RF_INSTRUMENTED = 131072,
  1872.     IMAGE_GUARD_RF_STRICT = 524288,
  1873.     IMAGE_GUARD_SECURITY_COOKIE_UNUSED = 2048
  1874. }
  1875. IMAGE_GUARD_FLAGS;
  1876.  
  1877. typedef struct IMAGE_RESOURCE_DIR_STRING_U_20 IMAGE_RESOURCE_DIR_STRING_U_20, * PIMAGE_RESOURCE_DIR_STRING_U_20;
  1878.  
  1879. struct IMAGE_RESOURCE_DIR_STRING_U_20 {
  1880.   word Length;
  1881.   wchar16 NameString[10];
  1882. };
  1883.  
  1884. typedef struct StringInfo StringInfo, * PStringInfo;
  1885.  
  1886. struct StringInfo {
  1887.   word wLength;
  1888.   word wValueLength;
  1889.   word wType;
  1890. };
  1891.  
  1892. typedef struct IMAGE_RESOURCE_DIR_STRING_U_28 IMAGE_RESOURCE_DIR_STRING_U_28, * PIMAGE_RESOURCE_DIR_STRING_U_28;
  1893.  
  1894. struct IMAGE_RESOURCE_DIR_STRING_U_28 {
  1895.   word Length;
  1896.   wchar16 NameString[14];
  1897. };
  1898.  
  1899. typedef struct IMAGE_LOAD_CONFIG_DIRECTORY32 IMAGE_LOAD_CONFIG_DIRECTORY32, * PIMAGE_LOAD_CONFIG_DIRECTORY32;
  1900.  
  1901. struct IMAGE_LOAD_CONFIG_DIRECTORY32 {
  1902.   dword Size;
  1903.   dword TimeDateStamp;
  1904.   word MajorVersion;
  1905.   word MinorVersion;
  1906.   dword GlobalFlagsClear;
  1907.   dword GlobalFlagsSet;
  1908.   dword CriticalSectionDefaultTimeout;
  1909.   dword DeCommitFreeBlockThreshold;
  1910.   dword DeCommitTotalFreeThreshold;
  1911.   pointer32 LockPrefixTable;
  1912.   dword MaximumAllocationSize;
  1913.   dword VirtualMemoryThreshold;
  1914.   dword ProcessHeapFlags;
  1915.   dword ProcessAffinityMask;
  1916.   word CsdVersion;
  1917.   word DependentLoadFlags;
  1918.   pointer32 EditList;
  1919.   pointer32 SecurityCookie;
  1920.   pointer32 SEHandlerTable;
  1921.   dword SEHandlerCount;
  1922.   pointer32 GuardCFCCheckFunctionPointer;
  1923.   pointer32 GuardCFDispatchFunctionPointer;
  1924.   pointer32 GuardCFFunctionTable;
  1925.   dword GuardCFFunctionCount;
  1926.   enum IMAGE_GUARD_FLAGS GuardFlags;
  1927.   struct IMAGE_LOAD_CONFIG_CODE_INTEGRITY CodeIntegrity;
  1928.   pointer32 GuardAddressTakenIatEntryTable;
  1929.   dword GuardAddressTakenIatEntryCount;
  1930.   pointer32 GuardLongJumpTargetTable;
  1931.   dword GuardLongJumpTargetCount;
  1932.   pointer32 DynamicValueRelocTable;
  1933.   pointer32 CHPEMetadataPointer;
  1934.   pointer32 GuardRFFailureRoutine;
  1935.   pointer32 GuardRFFailureRoutineFunctionPointer;
  1936.   dword DynamicValueRelocTableOffset;
  1937.   word DynamicValueRelocTableSection;
  1938.   word Reserved1;
  1939.   pointer32 GuardRFVerifyStackPointerFunctionPointer;
  1940.   dword HotPatchTableOffset;
  1941.   dword Reserved2;
  1942.   dword Reserved3;
  1943. };
  1944.  
  1945. typedef LONG LSTATUS;
  1946.  
  1947. typedef ACCESS_MASK REGSAM;
  1948.  
  1949. typedef struct EHExceptionRecord EHExceptionRecord, * PEHExceptionRecord;
  1950.  
  1951. struct EHExceptionRecord { // PlaceHolder Structure
  1952. };
  1953.  
  1954. typedef enum __acrt_lock_id {}
  1955. __acrt_lock_id;
  1956.  
  1957. typedef struct config_setting_t config_setting_t, * Pconfig_setting_t;
  1958.  
  1959. struct config_setting_t { // PlaceHolder Structure
  1960. };
  1961.  
  1962. typedef struct _stat64i32 _stat64i32, * P_stat64i32;
  1963.  
  1964. struct _stat64i32 { // PlaceHolder Structure
  1965. };
  1966.  
  1967. typedef enum __acrt_fp_class {}
  1968. __acrt_fp_class;
  1969.  
  1970. typedef struct __crt_signal_action_t __crt_signal_action_t, * P__crt_signal_action_t;
  1971.  
  1972. struct __crt_signal_action_t { // PlaceHolder Structure
  1973. };
  1974.  
  1975. typedef struct < lambda_cf89b47920b5017557bfe891e78aca36 > < lambda_cf89b47920b5017557bfe891e78aca36 > , * P < lambda_cf89b47920b5017557bfe891e78aca36 > ;
  1976.  
  1977. struct < lambda_cf89b47920b5017557bfe891e78aca36 > { // PlaceHolder Structure
  1978. };
  1979.  
  1980. typedef struct < lambda_70818de7b02deff9841e8b0962a60ed9 > < lambda_70818de7b02deff9841e8b0962a60ed9 > , * P < lambda_70818de7b02deff9841e8b0962a60ed9 > ;
  1981.  
  1982. struct < lambda_70818de7b02deff9841e8b0962a60ed9 > { // PlaceHolder Structure
  1983. };
  1984.  
  1985. typedef struct < lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec > < lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec > , * P < lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec > ;
  1986.  
  1987. struct < lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec > { // PlaceHolder Structure
  1988. };
  1989.  
  1990. typedef struct < lambda_978dc153c237d78434369da87b74ff60 > < lambda_978dc153c237d78434369da87b74ff60 > , * P < lambda_978dc153c237d78434369da87b74ff60 > ;
  1991.  
  1992. struct < lambda_978dc153c237d78434369da87b74ff60 > { // PlaceHolder Structure
  1993. };
  1994.  
  1995. typedef struct __crt_locale_data __crt_locale_data, * P__crt_locale_data;
  1996.  
  1997. struct __crt_locale_data { // PlaceHolder Structure
  1998. };
  1999.  
  2000. typedef struct < lambda_11b4f7b0d3157825a5656a18eba1ae27 > < lambda_11b4f7b0d3157825a5656a18eba1ae27 > , * P < lambda_11b4f7b0d3157825a5656a18eba1ae27 > ;
  2001.  
  2002. struct < lambda_11b4f7b0d3157825a5656a18eba1ae27 > { // PlaceHolder Structure
  2003. };
  2004.  
  2005. typedef struct < lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c > < lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c > , * P < lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c > ;
  2006.  
  2007. struct < lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c > { // PlaceHolder Structure
  2008. };
  2009.  
  2010. typedef struct < lambda_a048d3beccc847880fc8490e18b82769 > < lambda_a048d3beccc847880fc8490e18b82769 > , * P < lambda_a048d3beccc847880fc8490e18b82769 > ;
  2011.  
  2012. struct < lambda_a048d3beccc847880fc8490e18b82769 > { // PlaceHolder Structure
  2013. };
  2014.  
  2015. typedef struct < lambda_f51fe5fd7c79a33db34fc9310f277369 > < lambda_f51fe5fd7c79a33db34fc9310f277369 > , * P < lambda_f51fe5fd7c79a33db34fc9310f277369 > ;
  2016.  
  2017. struct < lambda_f51fe5fd7c79a33db34fc9310f277369 > { // PlaceHolder Structure
  2018. };
  2019.  
  2020. typedef struct < lambda_9df27f884b057bc3edfc946cb5b7cf47 > < lambda_9df27f884b057bc3edfc946cb5b7cf47 > , * P < lambda_9df27f884b057bc3edfc946cb5b7cf47 > ;
  2021.  
  2022. struct < lambda_9df27f884b057bc3edfc946cb5b7cf47 > { // PlaceHolder Structure
  2023. };
  2024.  
  2025. typedef struct < lambda_b0cac3301889906f8da68b04e3d9a7f4 > < lambda_b0cac3301889906f8da68b04e3d9a7f4 > , * P < lambda_b0cac3301889906f8da68b04e3d9a7f4 > ;
  2026.  
  2027. struct < lambda_b0cac3301889906f8da68b04e3d9a7f4 > { // PlaceHolder Structure
  2028. };
  2029.  
  2030. typedef struct < lambda_e378711a6f6581bf7f0efd7cdf97f5d9 > < lambda_e378711a6f6581bf7f0efd7cdf97f5d9 > , * P < lambda_e378711a6f6581bf7f0efd7cdf97f5d9 > ;
  2031.  
  2032. struct < lambda_e378711a6f6581bf7f0efd7cdf97f5d9 > { // PlaceHolder Structure
  2033. };
  2034.  
  2035. typedef struct < lambda_e69574bed617af4e071282c136b37893 > < lambda_e69574bed617af4e071282c136b37893 > , * P < lambda_e69574bed617af4e071282c136b37893 > ;
  2036.  
  2037. struct < lambda_e69574bed617af4e071282c136b37893 > { // PlaceHolder Structure
  2038. };
  2039.  
  2040. typedef struct < lambda_e927a58b2a85c081d733e8c6192ae2d2 > < lambda_e927a58b2a85c081d733e8c6192ae2d2 > , * P < lambda_e927a58b2a85c081d733e8c6192ae2d2 > ;
  2041.  
  2042. struct < lambda_e927a58b2a85c081d733e8c6192ae2d2 > { // PlaceHolder Structure
  2043. };
  2044.  
  2045. typedef struct < lambda_4a8533e2866a575feecb8298ce776b0d > < lambda_4a8533e2866a575feecb8298ce776b0d > , * P < lambda_4a8533e2866a575feecb8298ce776b0d > ;
  2046.  
  2047. struct < lambda_4a8533e2866a575feecb8298ce776b0d > { // PlaceHolder Structure
  2048. };
  2049.  
  2050. typedef struct __crt_lc_time_data __crt_lc_time_data, * P__crt_lc_time_data;
  2051.  
  2052. struct __crt_lc_time_data { // PlaceHolder Structure
  2053. };
  2054.  
  2055. typedef struct < lambda_be2b3da3f62db62e9dad5dc70221a656 > < lambda_be2b3da3f62db62e9dad5dc70221a656 > , * P < lambda_be2b3da3f62db62e9dad5dc70221a656 > ;
  2056.  
  2057. struct < lambda_be2b3da3f62db62e9dad5dc70221a656 > { // PlaceHolder Structure
  2058. };
  2059.  
  2060. typedef struct < lambda_293819299cbf9a7022e18b56a874bb5c > < lambda_293819299cbf9a7022e18b56a874bb5c > , * P < lambda_293819299cbf9a7022e18b56a874bb5c > ;
  2061.  
  2062. struct < lambda_293819299cbf9a7022e18b56a874bb5c > { // PlaceHolder Structure
  2063. };
  2064.  
  2065. typedef struct < lambda_9cd88cf8ad10232537feb2133f08c833 > < lambda_9cd88cf8ad10232537feb2133f08c833 > , * P < lambda_9cd88cf8ad10232537feb2133f08c833 > ;
  2066.  
  2067. struct < lambda_9cd88cf8ad10232537feb2133f08c833 > { // PlaceHolder Structure
  2068. };
  2069.  
  2070. typedef struct < lambda_9227be29367c048ad7fd93a717dcb1a1 > < lambda_9227be29367c048ad7fd93a717dcb1a1 > , * P < lambda_9227be29367c048ad7fd93a717dcb1a1 > ;
  2071.  
  2072. struct < lambda_9227be29367c048ad7fd93a717dcb1a1 > { // PlaceHolder Structure
  2073. };
  2074.  
  2075. typedef enum _crt_exit_cleanup_mode {}
  2076. _crt_exit_cleanup_mode;
  2077.  
  2078. typedef struct < lambda_61cee617f5178ae960314fd4d05640a0 > < lambda_61cee617f5178ae960314fd4d05640a0 > , * P < lambda_61cee617f5178ae960314fd4d05640a0 > ;
  2079.  
  2080. struct < lambda_61cee617f5178ae960314fd4d05640a0 > { // PlaceHolder Structure
  2081. };
  2082.  
  2083. typedef struct < lambda_6dbb1268764f43b569ce7b67e331d33a > < lambda_6dbb1268764f43b569ce7b67e331d33a > , * P < lambda_6dbb1268764f43b569ce7b67e331d33a > ;
  2084.  
  2085. struct < lambda_6dbb1268764f43b569ce7b67e331d33a > { // PlaceHolder Structure
  2086. };
  2087.  
  2088. typedef struct < lambda_51b6e8b1eb166f2a3faf91f424b38130 > < lambda_51b6e8b1eb166f2a3faf91f424b38130 > , * P < lambda_51b6e8b1eb166f2a3faf91f424b38130 > ;
  2089.  
  2090. struct < lambda_51b6e8b1eb166f2a3faf91f424b38130 > { // PlaceHolder Structure
  2091. };
  2092.  
  2093. typedef struct < lambda_cc0d902bcbbeb830f749456577db4721 > < lambda_cc0d902bcbbeb830f749456577db4721 > , * P < lambda_cc0d902bcbbeb830f749456577db4721 > ;
  2094.  
  2095. struct < lambda_cc0d902bcbbeb830f749456577db4721 > { // PlaceHolder Structure
  2096. };
  2097.  
  2098. typedef struct < lambda_5b71d36f03204c0beab531769a5b5694 > < lambda_5b71d36f03204c0beab531769a5b5694 > , * P < lambda_5b71d36f03204c0beab531769a5b5694 > ;
  2099.  
  2100. struct < lambda_5b71d36f03204c0beab531769a5b5694 > { // PlaceHolder Structure
  2101. };
  2102.  
  2103. typedef struct < lambda_f7496a158712204296dd6628a163878e > < lambda_f7496a158712204296dd6628a163878e > , * P < lambda_f7496a158712204296dd6628a163878e > ;
  2104.  
  2105. struct < lambda_f7496a158712204296dd6628a163878e > { // PlaceHolder Structure
  2106. };
  2107.  
  2108. typedef struct < lambda_9a20e10065b92b5193c3597a66cba9d4 > < lambda_9a20e10065b92b5193c3597a66cba9d4 > , * P < lambda_9a20e10065b92b5193c3597a66cba9d4 > ;
  2109.  
  2110. struct < lambda_9a20e10065b92b5193c3597a66cba9d4 > { // PlaceHolder Structure
  2111. };
  2112.  
  2113. typedef struct < lambda_3518db117f0e7cdb002338c5d3c47b6c > < lambda_3518db117f0e7cdb002338c5d3c47b6c > , * P < lambda_3518db117f0e7cdb002338c5d3c47b6c > ;
  2114.  
  2115. struct < lambda_3518db117f0e7cdb002338c5d3c47b6c > { // PlaceHolder Structure
  2116. };
  2117.  
  2118. typedef struct < lambda_ae55bdf541ad94d75914d381c370e64d > < lambda_ae55bdf541ad94d75914d381c370e64d > , * P < lambda_ae55bdf541ad94d75914d381c370e64d > ;
  2119.  
  2120. struct < lambda_ae55bdf541ad94d75914d381c370e64d > { // PlaceHolder Structure
  2121. };
  2122.  
  2123. typedef struct _nlsversioninfo _nlsversioninfo, * P_nlsversioninfo;
  2124.  
  2125. struct _nlsversioninfo { // PlaceHolder Structure
  2126. };
  2127.  
  2128. typedef struct < lambda_c76fdea48760d5f9368b465f31df4405 > < lambda_c76fdea48760d5f9368b465f31df4405 > , * P < lambda_c76fdea48760d5f9368b465f31df4405 > ;
  2129.  
  2130. struct < lambda_c76fdea48760d5f9368b465f31df4405 > { // PlaceHolder Structure
  2131. };
  2132.  
  2133. typedef struct < lambda_abdedf541bb04549bc734292b4a045d4 > < lambda_abdedf541bb04549bc734292b4a045d4 > , * P < lambda_abdedf541bb04549bc734292b4a045d4 > ;
  2134.  
  2135. struct < lambda_abdedf541bb04549bc734292b4a045d4 > { // PlaceHolder Structure
  2136. };
  2137.  
  2138. typedef struct < lambda_995298e7d72eb4c2aab26c0585b3abe5 > < lambda_995298e7d72eb4c2aab26c0585b3abe5 > , * P < lambda_995298e7d72eb4c2aab26c0585b3abe5 > ;
  2139.  
  2140. struct < lambda_995298e7d72eb4c2aab26c0585b3abe5 > { // PlaceHolder Structure
  2141. };
  2142.  
  2143. typedef enum __crt_lowio_text_mode {}
  2144. __crt_lowio_text_mode;
  2145.  
  2146. typedef struct __acrt_stdio_stream_mode __acrt_stdio_stream_mode, * P__acrt_stdio_stream_mode;
  2147.  
  2148. struct __acrt_stdio_stream_mode { // PlaceHolder Structure
  2149. };
  2150.  
  2151. typedef enum SLD_STATUS {}
  2152. SLD_STATUS;
  2153.  
  2154. typedef struct < lambda_2af78c5f5901b1372d98f9ab3177dfa6 > < lambda_2af78c5f5901b1372d98f9ab3177dfa6 > , * P < lambda_2af78c5f5901b1372d98f9ab3177dfa6 > ;
  2155.  
  2156. struct < lambda_2af78c5f5901b1372d98f9ab3177dfa6 > { // PlaceHolder Structure
  2157. };
  2158.  
  2159. typedef struct __crt_stdio_stream __crt_stdio_stream, * P__crt_stdio_stream;
  2160.  
  2161. struct __crt_stdio_stream { // PlaceHolder Structure
  2162. };
  2163.  
  2164. typedef struct __crt_multibyte_data __crt_multibyte_data, * P__crt_multibyte_data;
  2165.  
  2166. struct __crt_multibyte_data { // PlaceHolder Structure
  2167. };
  2168.  
  2169. typedef struct < lambda_6978c1fb23f02e42e1d9e99668cc68aa > < lambda_6978c1fb23f02e42e1d9e99668cc68aa > , * P < lambda_6978c1fb23f02e42e1d9e99668cc68aa > ;
  2170.  
  2171. struct < lambda_6978c1fb23f02e42e1d9e99668cc68aa > { // PlaceHolder Structure
  2172. };
  2173.  
  2174. typedef struct < lambda_8f9ce462984622f9bf76b59e2aaaf805 > < lambda_8f9ce462984622f9bf76b59e2aaaf805 > , * P < lambda_8f9ce462984622f9bf76b59e2aaaf805 > ;
  2175.  
  2176. struct < lambda_8f9ce462984622f9bf76b59e2aaaf805 > { // PlaceHolder Structure
  2177. };
  2178.  
  2179. typedef struct < lambda_800076c951b434888f4765a74a194fcc > < lambda_800076c951b434888f4765a74a194fcc > , * P < lambda_800076c951b434888f4765a74a194fcc > ;
  2180.  
  2181. struct < lambda_800076c951b434888f4765a74a194fcc > { // PlaceHolder Structure
  2182. };
  2183.  
  2184. // WARNING! conflicting data type names: /Demangler/wchar_t - /wchar_t
  2185.  
  2186. typedef struct < lambda_6250bd4b2a391816dd638c3bf72b0bcb > < lambda_6250bd4b2a391816dd638c3bf72b0bcb > , * P < lambda_6250bd4b2a391816dd638c3bf72b0bcb > ;
  2187.  
  2188. struct < lambda_6250bd4b2a391816dd638c3bf72b0bcb > { // PlaceHolder Structure
  2189. };
  2190.  
  2191. typedef struct __acrt_ptd __acrt_ptd, * P__acrt_ptd;
  2192.  
  2193. struct __acrt_ptd { // PlaceHolder Structure
  2194. };
  2195.  
  2196. typedef struct < lambda_24b35df97fd4c1fecac72a72d95cc146 > < lambda_24b35df97fd4c1fecac72a72d95cc146 > , * P < lambda_24b35df97fd4c1fecac72a72d95cc146 > ;
  2197.  
  2198. struct < lambda_24b35df97fd4c1fecac72a72d95cc146 > { // PlaceHolder Structure
  2199. };
  2200.  
  2201. typedef struct < lambda_a463b7b0560cfcaf9b17f27c6ef46564 > < lambda_a463b7b0560cfcaf9b17f27c6ef46564 > , * P < lambda_a463b7b0560cfcaf9b17f27c6ef46564 > ;
  2202.  
  2203. struct < lambda_a463b7b0560cfcaf9b17f27c6ef46564 > { // PlaceHolder Structure
  2204. };
  2205.  
  2206. typedef struct EHRegistrationNode EHRegistrationNode, * PEHRegistrationNode;
  2207.  
  2208. struct EHRegistrationNode { // PlaceHolder Structure
  2209. };
  2210.  
  2211. typedef struct < lambda_b51c0495177f500e782686251704ae76 > < lambda_b51c0495177f500e782686251704ae76 > , * P < lambda_b51c0495177f500e782686251704ae76 > ;
  2212.  
  2213. struct < lambda_b51c0495177f500e782686251704ae76 > { // PlaceHolder Structure
  2214. };
  2215.  
  2216. typedef struct < lambda_275893d493268fdec8709772e3fcec0e > < lambda_275893d493268fdec8709772e3fcec0e > , * P < lambda_275893d493268fdec8709772e3fcec0e > ;
  2217.  
  2218. struct < lambda_275893d493268fdec8709772e3fcec0e > { // PlaceHolder Structure
  2219. };
  2220.  
  2221. typedef struct < lambda_4e60a939b0d047cfe11ddc22648dfba9 > < lambda_4e60a939b0d047cfe11ddc22648dfba9 > , * P < lambda_4e60a939b0d047cfe11ddc22648dfba9 > ;
  2222.  
  2223. struct < lambda_4e60a939b0d047cfe11ddc22648dfba9 > { // PlaceHolder Structure
  2224. };
  2225.  
  2226. typedef struct < lambda_ccea11b5727ccf69be64f5f5d9a08d9f > < lambda_ccea11b5727ccf69be64f5f5d9a08d9f > , * P < lambda_ccea11b5727ccf69be64f5f5d9a08d9f > ;
  2227.  
  2228. struct < lambda_ccea11b5727ccf69be64f5f5d9a08d9f > { // PlaceHolder Structure
  2229. };
  2230.  
  2231. typedef enum _crt_exit_return_mode {}
  2232. _crt_exit_return_mode;
  2233.  
  2234. typedef struct __crt_locale_pointers __crt_locale_pointers, * P__crt_locale_pointers;
  2235.  
  2236. struct __crt_locale_pointers { // PlaceHolder Structure
  2237. };
  2238.  
  2239. typedef struct < lambda_ec61778202f4f5fc7e7711acc23c3bca > < lambda_ec61778202f4f5fc7e7711acc23c3bca > , * P < lambda_ec61778202f4f5fc7e7711acc23c3bca > ;
  2240.  
  2241. struct < lambda_ec61778202f4f5fc7e7711acc23c3bca > { // PlaceHolder Structure
  2242. };
  2243.  
  2244. typedef struct < lambda_0b5a4a3e68152e1d9b943535f5f47bed > < lambda_0b5a4a3e68152e1d9b943535f5f47bed > , * P < lambda_0b5a4a3e68152e1d9b943535f5f47bed > ;
  2245.  
  2246. struct < lambda_0b5a4a3e68152e1d9b943535f5f47bed > { // PlaceHolder Structure
  2247. };
  2248.  
  2249. typedef struct < lambda_b2ea41f6bbb362cd97d94c6828d90b61 > < lambda_b2ea41f6bbb362cd97d94c6828d90b61 > , * P < lambda_b2ea41f6bbb362cd97d94c6828d90b61 > ;
  2250.  
  2251. struct < lambda_b2ea41f6bbb362cd97d94c6828d90b61 > { // PlaceHolder Structure
  2252. };
  2253.  
  2254. typedef struct < lambda_123407a5e2ac06da108355a851863b7a > < lambda_123407a5e2ac06da108355a851863b7a > , * P < lambda_123407a5e2ac06da108355a851863b7a > ;
  2255.  
  2256. struct < lambda_123407a5e2ac06da108355a851863b7a > { // PlaceHolder Structure
  2257. };
  2258.  
  2259. typedef struct _strflt _strflt, * P_strflt;
  2260.  
  2261. struct _strflt { // PlaceHolder Structure
  2262. };
  2263.  
  2264. typedef struct _Facet_base _Facet_base, * P_Facet_base;
  2265.  
  2266. struct _Facet_base { // PlaceHolder Structure
  2267. };
  2268.  
  2269. typedef struct ctype < char > ctype < char > , * Pctype < char > ;
  2270.  
  2271. struct ctype < char > { // PlaceHolder Structure
  2272. };
  2273.  
  2274. typedef struct basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > , * Pbasic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > ;
  2275.  
  2276. struct basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > { // PlaceHolder Structure
  2277. };
  2278.  
  2279. typedef struct _String_const_iterator < class_std::_String_val < struct_std::_Simple_types < char > _ > _ > _String_const_iterator < class_std::_String_val < struct_std::_Simple_types < char > _ > _ > , * P_String_const_iterator < class_std::_String_val < struct_std::_Simple_types < char > _ > _ > ;
  2280.  
  2281. struct _String_const_iterator < class_std::_String_val < struct_std::_Simple_types < char > _ > _ > { // PlaceHolder Structure
  2282. };
  2283.  
  2284. typedef struct once_flag once_flag, * Ponce_flag;
  2285.  
  2286. struct once_flag { // PlaceHolder Structure
  2287. };
  2288.  
  2289. typedef struct _Locinfo _Locinfo, * P_Locinfo;
  2290.  
  2291. struct _Locinfo { // PlaceHolder Structure
  2292. };
  2293.  
  2294. typedef struct _General_ptr_iterator_tag _General_ptr_iterator_tag, * P_General_ptr_iterator_tag;
  2295.  
  2296. struct _General_ptr_iterator_tag { // PlaceHolder Structure
  2297. };
  2298.  
  2299. typedef struct ostreambuf_iterator < char, struct_std::char_traits < char > _ > ostreambuf_iterator < char, struct_std::char_traits < char > _ > , * Postreambuf_iterator < char, struct_std::char_traits < char > _ > ;
  2300.  
  2301. struct ostreambuf_iterator < char, struct_std::char_traits < char > _ > { // PlaceHolder Structure
  2302. };
  2303.  
  2304. typedef enum event {}
  2305. event;
  2306.  
  2307. typedef struct pattern pattern, * Ppattern;
  2308.  
  2309. struct pattern { // PlaceHolder Structure
  2310. };
  2311.  
  2312. typedef enum module_id {}
  2313. module_id;
  2314.  
  2315. typedef struct SettingIterator SettingIterator, * PSettingIterator;
  2316.  
  2317. struct SettingIterator { // PlaceHolder Structure
  2318. };
  2319.  
  2320. typedef enum Option {}
  2321. Option;
  2322.  
  2323. typedef enum Type {}
  2324. Type;
  2325.  
  2326. typedef enum Format {}
  2327. Format;
  2328.  
  2329. typedef enum date_type {}
  2330. date_type;
  2331.  
  2332. typedef struct stream_output_adapter < char > stream_output_adapter < char > , * Pstream_output_adapter < char > ;
  2333.  
  2334. struct stream_output_adapter < char > { // PlaceHolder Structure
  2335. };
  2336.  
  2337. typedef enum length_modifier {}
  2338. length_modifier;
  2339.  
  2340. typedef struct string_output_adapter < char > string_output_adapter < char > , * Pstring_output_adapter < char > ;
  2341.  
  2342. struct string_output_adapter < char > { // PlaceHolder Structure
  2343. };
  2344.  
  2345. typedef struct string_output_adapter < wchar_t > string_output_adapter < wchar_t > , * Pstring_output_adapter < wchar_t > ;
  2346.  
  2347. struct string_output_adapter < wchar_t > { // PlaceHolder Structure
  2348. };
  2349.  
  2350. typedef enum floating_point_parse_result {}
  2351. floating_point_parse_result;
  2352.  
  2353. typedef struct big_integer big_integer, * Pbig_integer;
  2354.  
  2355. struct big_integer { // PlaceHolder Structure
  2356. };
  2357.  
  2358. typedef struct floating_point_string floating_point_string, * Pfloating_point_string;
  2359.  
  2360. struct floating_point_string { // PlaceHolder Structure
  2361. };
  2362.  
  2363. typedef struct c_string_character_source < wchar_t > c_string_character_source < wchar_t > , * Pc_string_character_source < wchar_t > ;
  2364.  
  2365. struct c_string_character_source < wchar_t > { // PlaceHolder Structure
  2366. };
  2367.  
  2368. typedef enum function_id {}
  2369. function_id;
  2370.  
  2371. typedef enum transition_type {}
  2372. transition_type;
  2373.  
  2374. typedef struct write_result write_result, * Pwrite_result;
  2375.  
  2376. struct write_result { // PlaceHolder Structure
  2377. };
  2378.  
  2379. typedef struct file_options file_options, * Pfile_options;
  2380.  
  2381. struct file_options { // PlaceHolder Structure
  2382. };
  2383.  
  2384. typedef int( * _onexit_t)(void);
  2385.  
  2386. typedef struct _SHFILEOPSTRUCTW _SHFILEOPSTRUCTW, * P_SHFILEOPSTRUCTW;
  2387.  
  2388. typedef struct _SHFILEOPSTRUCTW * LPSHFILEOPSTRUCTW;
  2389.  
  2390. typedef WORD FILEOP_FLAGS;
  2391.  
  2392. struct _SHFILEOPSTRUCTW {
  2393.   HWND hwnd;
  2394.   UINT wFunc;
  2395.   LPCWSTR pFrom;
  2396.   LPCWSTR pTo;
  2397.   FILEOP_FLAGS fFlags;
  2398.   BOOL fAnyOperationsAborted;
  2399.   LPVOID hNameMappings;
  2400.   LPCWSTR lpszProgressTitle;
  2401. };
  2402.  
  2403. typedef struct floating_point_value floating_point_value, * Pfloating_point_value;
  2404.  
  2405. struct floating_point_value { // PlaceHolder Class Structure
  2406. };
  2407.  
  2408. typedef struct c_string_character_source < char > c_string_character_source < char > , * Pc_string_character_source < char > ;
  2409.  
  2410. struct c_string_character_source < char > { // PlaceHolder Class Structure
  2411. };
  2412.  
  2413. wchar_t * __cdecl _wmemset(wchar_t * _S, wchar_t _C, size_t _N);
  2414. void FUN_00c81120(void * param_1, uint param_2, uint param_3);
  2415. uint __fastcall FUN_00c81180(LPCWSTR param_1, LPVOID * param_2);
  2416. void __thiscall FUN_00c81220(void * this, undefined4 * param_1);
  2417. void __thiscall FUN_00c81450(void * this, uint param_1, uint param_2);
  2418. undefined2 * __thiscall FUN_00c81490(void * this, short * param_1);
  2419. undefined * __thiscall FUN_00c814d0(void * this, char * param_1);
  2420. void FUN_00c81510(void);
  2421. void __fastcall FUN_00c81520(void ** param_1);
  2422. void ** __thiscall FUN_00c81590(void * this, short * param_1);
  2423. void ** __thiscall FUN_00c81600(void * this, uint param_1, uint param_2);
  2424. void __fastcall FUN_00c81680(void ** param_1);
  2425. uint ** __thiscall FUN_00c816e0(void * this, void * param_1, uint ** param_2);
  2426. void __thiscall FUN_00c81830(void * this, void * param_1);
  2427. uint __cdecl FUN_00c81930(uint param_1, uint param_2);
  2428. void ** __thiscall FUN_00c81990(void * this, void * param_1, undefined4 param_2, void * param_3);
  2429. void ** __thiscall FUN_00c81ac0(void * this, uint param_1, undefined4 param_2, uint param_3, uint param_4);
  2430. void __cdecl _Xbad_alloc(void);
  2431. void __thiscall FUN_00c81c90(void * this, void * param_1, int param_2, int param_3);
  2432. void FUN_00c81d00(void);
  2433. undefined4 * __thiscall FUN_00c81d10(void * this, undefined4 * param_1);
  2434. uint __thiscall FUN_00c81d60(void * this, uint param_1);
  2435. undefined4 * __fastcall FUN_00c81db0(undefined4 * param_1, undefined4 * param_2, undefined4 * param_3);
  2436. undefined * FUN_00c81e20(void);
  2437. int __cdecl FUN_00c81e30(char * param_1, uint param_2, char * param_3, __crt_locale_pointers * param_4, char * param_5);
  2438. void __cdecl FUN_00c81e70(char * param_1, uint param_2, char * param_3);
  2439. undefined4 * __thiscall FUN_00c81e90(void * this, char * param_1);
  2440. undefined4 * __thiscall FUN_00c81ed0(void * this, int param_1);
  2441. char * __fastcall FUN_00c81f00(int param_1);
  2442. undefined4 * __thiscall FUN_00c81f10(void * this, byte param_1);
  2443. undefined4 * __thiscall FUN_00c81f40(void * this, char * param_1);
  2444. void __thiscall~ConfigException(ConfigException * this);
  2445. undefined4 * __fastcall FUN_00c81fa0(undefined4 * param_1);
  2446. _Lockit * __thiscall FUN_00c81fc0(void * this, char * param_1);
  2447. void __fastcall FUN_00c82080(int * param_1);
  2448. undefined4 * __thiscall FUN_00c82150(void * this, int param_1);
  2449. undefined4 * __thiscall FUN_00c82190(void * this, byte param_1);
  2450. uint __thiscall operator(id * this);
  2451. void __fastcall FUN_00c82200(int param_1);
  2452. uint __fastcall FUN_00c82210(uint param_1);
  2453. int __thiscall FUN_00c82240(void * this, int param_1);
  2454. void __fastcall FUN_00c82290(int param_1);
  2455. int __thiscall FUN_00c822e0(void * this, uint param_1);
  2456. wchar_t * __cdecl FUN_00c82320(char * param_1, undefined4 param_2, _Cvtvec * param_3);
  2457. undefined4 * __thiscall FUN_00c823e0(void * this, undefined4 param_1, undefined4 param_2);
  2458. void __thiscall FUN_00c82430(void * this, byte param_1);
  2459. byte * __thiscall FUN_00c82450(void * this, byte * param_1, byte * param_2);
  2460. void __thiscall FUN_00c824a0(void * this, byte param_1);
  2461. byte * __thiscall FUN_00c824c0(void * this, byte * param_1, byte * param_2);
  2462. undefined FUN_00c82510(undefined param_1);
  2463. int FUN_00c82520(void * param_1, int param_2, void * param_3);
  2464. undefined FUN_00c82540(undefined param_1);
  2465. int FUN_00c82550(void * param_1, int param_2, undefined4 param_3, void * param_4);
  2466. undefined4 * __thiscall FUN_00c82570(void * this, byte param_1);
  2467. void __fastcall FUN_00c825d0(int param_1);
  2468. uint FUN_00c82620(ushort param_1);
  2469. void __thiscall do_is(void * this, wchar_t * param_1, wchar_t * param_2, short * param_3);
  2470. ushort * __thiscall FUN_00c82660(void * this, undefined4 param_1, ushort * param_2, ushort * param_3);
  2471. ushort * __thiscall FUN_00c826a0(void * this, undefined4 param_1, ushort * param_2, ushort * param_3);
  2472. void __thiscall FUN_00c826e0(void * this, wchar_t param_1);
  2473. wchar_t * __thiscall FUN_00c82700(void * this, wchar_t * param_1, wchar_t * param_2);
  2474. void __thiscall FUN_00c82750(void * this, wchar_t param_1);
  2475. wchar_t * __thiscall FUN_00c82770(void * this, wchar_t * param_1, wchar_t * param_2);
  2476. uint __thiscall FUN_00c827c0(void * this, char param_1);
  2477. byte * __thiscall FUN_00c82810(void * this, byte * param_1, byte * param_2, undefined2 * param_3);
  2478. void __thiscall FUN_00c82890(void * this, wchar_t param_1);
  2479. void __thiscall FUN_00c828e0(void * this, wchar_t * param_1, wchar_t * param_2, char param_3, char * param_4);
  2480. undefined4 * __thiscall FUN_00c82970(void * this, byte param_1);
  2481. undefined4 * __thiscall FUN_00c829c0(void * this, byte param_1);
  2482. void __thiscall FUN_00c829f0(void * this, undefined4 * param_1, undefined4 param_2);
  2483. uint __thiscall FUN_00c82a10(void * this, undefined4 param_1, int * param_2);
  2484. uint __thiscall FUN_00c82a50(void * this, uint * param_1, uint param_2);
  2485. undefined4 * __fastcall FUN_00c82a80(undefined4 * param_1);
  2486. void __thiscall FUN_00c82ac0(void * this, uint param_1, int * param_2, void ** param_3);
  2487. undefined4 * __thiscall FUN_00c82c80(void * this, byte param_1);
  2488. char * FUN_00c82cb0(void);
  2489. undefined * FUN_00c82cc0(undefined * param_1, int param_2);
  2490. void __thiscall FUN_00c82d40(void * this, char * param_1, uint * param_2);
  2491. void __thiscall FUN_00c82df0(void * this, uint param_1, char param_2);
  2492. void __fastcall FUN_00c82ea0(void * param_1);
  2493. undefined4 * __thiscall FUN_00c82f50(void * this, int param_1);
  2494. undefined4 * __thiscall FUN_00c82fa0(void * this, int param_1);
  2495. undefined4 * __thiscall FUN_00c82ff0(void * this, int param_1);
  2496. undefined4 * __thiscall FUN_00c83040(void * this, byte param_1);
  2497. int __thiscall getLine(ParseException * this);
  2498. char * __thiscall getError(ParseException * this);
  2499. char * __thiscall operator(Setting * this);
  2500. Setting * __thiscall lookup(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2501. void __thiscall FUN_00c83150(void * this, undefined4 * param_1, void ** param_2);
  2502. undefined4 Catch @00c832e5(void);
  2503. void __fastcall FUN_00c83380(int * param_1);
  2504. void __thiscall FUN_00c83440(void * this, undefined4 * param_1, void * param_2, undefined4 param_3);
  2505. undefined * Catch @00c8351e(void);
  2506. undefined * Catch @00c8358f(void);
  2507. void __fastcall FUN_00c83640(int * param_1);
  2508. void __thiscall FUN_00c83700(void * this, undefined * param_1);
  2509. void ** __thiscall FUN_00c83810(void * this, void ** param_1);
  2510. undefined4 * __thiscall FUN_00c83860(void * this, void * param_1, void * param_2);
  2511. void __thiscall FUN_00c838d0(void * this, uint param_1, char param_2);
  2512. void ** __thiscall FUN_00c83900(void * this, void ** param_1);
  2513. undefined4 * __thiscall FUN_00c83950(void * this, undefined4 * param_1);
  2514. void ** __thiscall FUN_00c839a0(void * this, void ** param_1);
  2515. int * __fastcall FUN_00c83a70(int * param_1);
  2516. void __thiscall FUN_00c83c30(void * this, uint * param_1, uint param_2, int param_3, uint param_4, int param_5, undefined4 param_6, undefined4 param_7, uint param_8);
  2517. void __thiscall FUN_00c83d90(void * this, uint * param_1, uint param_2, uint param_3, int param_4, uint param_5);
  2518. uint __fastcall FUN_00c83f90(int iParm1);
  2519. uint __thiscall FUN_00c84000(void * this, uint param_1);
  2520. uint __thiscall FUN_00c84070(void * this, ushort param_1);
  2521. void __fastcall FUN_00c84340(undefined4 * param_1);
  2522. int * __thiscall FUN_00c844e0(void * this, undefined4 param_1);
  2523. undefined * Catch_All @00c846ca(void);
  2524. void FUN_00c84790(void);
  2525. undefined4 FUN_00c847a0(void);
  2526. undefined4 __fastcall FUN_00c847b0(undefined4 param_1);
  2527. undefined4 * FUN_00c847c0(undefined4 * param_1);
  2528. undefined4 * FUN_00c84800(undefined4 * param_1);
  2529. undefined8 __thiscall FUN_00c84840(void * this, ushort * param_1, uint param_2, int param_3);
  2530. undefined8 __thiscall FUN_00c84970(void * this, short * param_1, uint param_2, int param_3);
  2531. uint __fastcall FUN_00c84aa0(int * param_1);
  2532. undefined8 FUN_00c84ae0(void);
  2533. void _guard_check_icall(void);
  2534. int * __fastcall FUN_00c84bd0(int * param_1);
  2535. void __thiscall FUN_00c84de0(void * this, uint * param_1, uint param_2, int param_3, uint param_4, int param_5, undefined4 param_6, undefined4 param_7, uint param_8);
  2536. void __thiscall FUN_00c84f10(void * this, uint * param_1, uint param_2, uint param_3, int param_4, uint param_5);
  2537. uint __fastcall FUN_00c850e0(int param_1);
  2538. uint __thiscall FUN_00c85140(void * this, uint param_1);
  2539. int __thiscall FUN_00c851a0(void * this, void * param_1);
  2540. void __fastcall FUN_00c85400(undefined4 * param_1);
  2541. undefined8 __thiscall FUN_00c855b0(void * this, byte * param_1, uint param_2, int param_3);
  2542. undefined8 __thiscall FUN_00c856d0(void * this, undefined * param_1, uint param_2, int param_3);
  2543. uint __fastcall FUN_00c857e0(int * param_1);
  2544. undefined4 FUN_00c85810(void);
  2545. undefined4 FUN_00c85820(void);
  2546. int * __thiscall FUN_00c858a0(void * this, byte param_1);
  2547. undefined4 * __thiscall FUN_00c858d0(void * this, byte param_1);
  2548. int * __thiscall FUN_00c85900(void * this, byte param_1);
  2549. int * __thiscall FUN_00c859c0(void * this, byte param_1);
  2550. int * __thiscall FUN_00c85a40(void * this, byte param_1);
  2551. undefined4 * __thiscall FUN_00c85ac0(void * this, byte param_1);
  2552. undefined4 * __thiscall FUN_00c85b50(void * this, byte param_1);
  2553. int * __thiscall FUN_00c85bb0(void * this, byte param_1);
  2554. undefined4 * __thiscall FUN_00c85be0(void * this, byte param_1);
  2555. int * __thiscall FUN_00c85c10(void * this, byte param_1);
  2556. int * __thiscall FUN_00c85cd0(void * this, byte param_1);
  2557. int * __thiscall FUN_00c85d50(void * this, byte param_1);
  2558. undefined4 * __thiscall FUN_00c85dd0(void * this, byte param_1);
  2559. int ** __thiscall FUN_00c85ed0(void * this, int * param_1);
  2560. void __thiscall FUN_00c85f60(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5);
  2561. void __thiscall FUN_00c85fd0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5, double param_6);
  2562. void __thiscall FUN_00c86150(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5, double param_6);
  2563. void __thiscall FUN_00c862d0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5);
  2564. void __thiscall FUN_00c86350(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5);
  2565. void __thiscall FUN_00c863d0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5);
  2566. void __thiscall FUN_00c86450(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, undefined4 param_5);
  2567. void __thiscall FUN_00c864d0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, ushort param_5, byte param_6);
  2568. void __fastcall FUN_00c866d0(void ** param_1);
  2569. void ** __thiscall FUN_00c86730(void * this, uint param_1, char param_2);
  2570. void ** __thiscall FUN_00c86790(void * this, void * param_1, uint param_2);
  2571. void __thiscall FUN_00c867f0(void * this, void ** param_1);
  2572. void __fastcall FUN_00c86833(undefined4 param_1, uint param_2);
  2573. void __thiscall FUN_00c868b0(void * this, void ** param_1);
  2574. void __thiscall FUN_00c869d0(void * this, void ** param_1);
  2575. undefined4 * __thiscall FUN_00c86b20(void * this, byte param_1);
  2576. undefined2 * __thiscall FUN_00c86b50(void * this, undefined2 * param_1);
  2577. undefined2 * __thiscall FUN_00c86b80(void * this, undefined2 * param_1);
  2578. undefined * __thiscall FUN_00c86bb0(void * this, undefined * param_1);
  2579. undefined2 __fastcall FUN_00c86bf0(int param_1);
  2580. undefined2 __fastcall FUN_00c86c00(int param_1);
  2581. void __cdecl FUN_00c86c60(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, undefined4 param_5, int param_6);
  2582. void __cdecl FUN_00c86cd0(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, ushort * param_5, int param_6);
  2583. void __cdecl FUN_00c86d50(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, int param_5, undefined4 param_6, char * param_7, uint ** param_8);
  2584. undefined * __cdecl FUN_00c870f0(undefined4 param_1, undefined * param_2, char * param_3, uint param_4);
  2585. void __cdecl FUN_00c87180(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, int param_5, undefined4 param_6, char * param_7, uint ** param_8);
  2586. undefined * __cdecl FUN_00c87570(undefined4 param_1, undefined * param_2, char param_3, uint param_4);
  2587. int * __fastcall FUN_00c87650(int * param_1);
  2588. void __fastcall FUN_00c87720(int * param_1);
  2589. undefined4 Catch_All @00c877a7(void);
  2590. undefined4 * __thiscall FUN_00c877b0(void * this, byte param_1);
  2591. void __fastcall Tidy(int param_1);
  2592. undefined * __thiscall FUN_00c87820(void * this, undefined4 param_1);
  2593. void ** __thiscall FUN_00c87880(void * this, uint param_1, uint param_2, uint param_3);
  2594. void FUN_00c87910(void * param_1, void * param_2, int param_3, int param_4, uint param_5, uint param_6);
  2595. uint ** __thiscall FUN_00c87980(void * this, uint ** param_1, uint param_2);
  2596. uint ** __thiscall FUN_00c87a00(void * this, uint ** param_1, uint param_2);
  2597. void __thiscall FUN_00c87a70(void * this, undefined4 param_1);
  2598. void FUN_00c87b10(void);
  2599. int * __cdecl FUN_00c87b20(int param_1);
  2600. int * __fastcall FUN_00c87c90(int * param_1, byte * param_2);
  2601. undefined * Catch_All @00c87f6e(void);
  2602. int * __fastcall FUN_00c88010(int * param_1, short * param_2);
  2603. undefined * Catch_All @00c88230(void);
  2604. int * __cdecl FUN_00c882d0(int * param_1);
  2605. int * __fastcall FUN_00c88310(int * param_1, char * param_2);
  2606. undefined * Catch_All @00c884bb(void);
  2607. int * __cdecl FUN_00c88560(int param_1);
  2608. int * __cdecl FUN_00c886a0(int param_1);
  2609. void ** __thiscall FUN_00c88810(void * this, uint param_1, undefined4 param_2, size_t param_3, char param_4);
  2610. void ** __thiscall FUN_00c88970(void * this, uint param_1, undefined4 param_2, void * param_3, size_t param_4);
  2611. int * __cdecl FUN_00c88ac0(int param_1);
  2612. void ** __thiscall FUN_00c88c50(void * this, uint param_1, undefined4 param_2, int param_3, uint param_4, uint param_5);
  2613. uint ** __thiscall FUN_00c88d90(void * this, uint * param_1, undefined4 param_2, uint param_3);
  2614. undefined4 * __thiscall FUN_00c88ed0(void * this, int param_1);
  2615. int ** __thiscall FUN_00c88f10(void * this, int * param_1);
  2616. int * __thiscall FUN_00c89030(void * this, undefined4 param_1);
  2617. undefined * Catch_All @00c89112(void);
  2618. void __thiscall FUN_00c891b0(void * this, undefined4 param_1, undefined4 param_2, undefined4 param_3);
  2619. void __thiscall FUN_00c891d0(void * this, undefined4 param_1, char param_2);
  2620. void Catch_All @00c89379(void);
  2621. undefined4 FUN_00c89390(undefined4 param_1, undefined4 * param_2);
  2622. void * __cdecl FUN_00c893b0(char * param_1);
  2623. void __thiscall FUN_00c89405(void * this, byte param_1);
  2624. void __thiscall FUN_00c8940d(void * this, byte param_1);
  2625. void __thiscall FUN_00c89425(void * this, byte param_1);
  2626. void __thiscall FUN_00c89435(void * this, byte param_1);
  2627. int __cdecl FUN_00c89440(int param_1, ushort * param_2, int param_3);
  2628. undefined4 * __thiscall FUN_00c89480(void * this, byte param_1);
  2629. undefined4 * __thiscall FUN_00c894b0(void * this, byte param_1);
  2630. void __fastcall FUN_00c89550(void ** param_1, void * param_2);
  2631. void __thiscall FUN_00c896c0(void * this, short ** ** ** * param_1, void ** param_2, void ** param_3, void * param_4, short ** ** ** * param_5);
  2632. void __thiscall FUN_00c89f40(void * this, short ** ** ** * param_1);
  2633. undefined4 * __thiscall FUN_00c8a550(void * this, undefined4 * param_1, undefined4 param_2, void * param_3);
  2634. int __fastcall FUN_00c8a5d0(short ** param_1);
  2635. void __thiscall FUN_00c8a610(void * this, undefined4 param_1);
  2636. void ** __thiscall FUN_00c8a660(void * this, void ** param_1);
  2637. void __thiscall FUN_00c8a740(void * this, void ** param_1);
  2638. void __fastcall FUN_00c8a783(undefined4 param_1, uint param_2);
  2639. void ** __thiscall FUN_00c8a810(void * this, void * param_1, uint param_2);
  2640. undefined2 * __fastcall FUN_00c8a880(undefined2 * param_1, undefined4 * param_2, short * param_3);
  2641. void ** __fastcall FUN_00c8a950(void ** param_1, void * param_2, short * param_3);
  2642. void ** __thiscall FUN_00c8a9d0(void * this, undefined4 * param_1);
  2643. undefined4 * __fastcall FUN_00c8aba0(undefined4 * param_1, short ** param_2, undefined4 * param_3, undefined4 * param_4);
  2644. void ** __thiscall FUN_00c8ac30(void * this, undefined4 param_1, undefined4 param_2, undefined2 param_3);
  2645. void ** __thiscall FUN_00c8ad90(void * this, uint param_1, undefined4 param_2, void * param_3, int param_4);
  2646. void __thiscall FUN_00c8af10(void * this, undefined * param_1);
  2647. void ** __thiscall FUN_00c8afc0(void * this, uint param_1);
  2648. void ** __thiscall FUN_00c8b100(void * this, uint param_1);
  2649. void ** __thiscall FUN_00c8b220(void * this, uint param_1, undefined4 param_2, undefined4 param_3, void * param_4, int param_5);
  2650. undefined4 FUN_00c8b3a0(undefined ** param_1);
  2651. uint __fastcall FUN_00c8b3d0(int iParm1, int iParm2, HANDLE * param_1);
  2652. int __fastcall FUN_00c8b460(wchar_t * param_1, uint param_2, wchar_t * param_3, undefined4 param_4, char * param_5);
  2653. short * __fastcall FUN_00c8b490(short * param_1, uint param_2, int param_3);
  2654. short * __thiscall FUN_00c8b4e0(void * this, short * param_1);
  2655. void __thiscall FUN_00c8b530(void * this, int param_1, wchar_t * param_2);
  2656. short __fastcall FUN_00c8b560(ushort * puParm1, ushort * puParm2);
  2657. void __fastcall FUN_00c8b5b0(short * param_1);
  2658. void __fastcall FUN_00c8b5f0(undefined * param_1, undefined4 * param_2);
  2659. void __fastcall FUN_00c8b6f0(undefined2 * param_1, undefined4 * param_2);
  2660. uint ** __thiscall FUN_00c8b7f0(void * this, uint ** param_1, char param_2);
  2661. void FUN_00c8b940(void);
  2662. void __fastcall FUN_00c8bb40(LPCWSTR param_1);
  2663. uint __fastcall FUN_00c8bcb0(undefined4 param_1, short * param_2);
  2664. uint __thiscall FUN_00c8be60(uint * puParm1, uint param_1);
  2665. int __fastcall FUN_00c8bf00(ushort * param_1);
  2666. void __fastcall FUN_00c8bf90(short * param_1, byte * param_2);
  2667. undefined4 __thiscall FUN_00c8c230(void * this, undefined4 * param_1, undefined4 * param_2);
  2668. void FUN_00c8c360(undefined4 * param_1);
  2669. void __cdecl FUN_00c8c450(undefined4 * param_1);
  2670. undefined4 * __fastcall FUN_00c8c460(undefined4 * param_1);
  2671. undefined4 FUN_00c8c4a0(void);
  2672. uint __thiscall FUN_00c8c4b0(void * this, mbstate_t * param_1, char * param_2, char * param_3, char ** param_4, wchar_t * param_5, wchar_t * param_6, wchar_t ** param_7);
  2673. void __thiscall FUN_00c8c580(void * this, mbstate_t * param_1, wchar_t * param_2, wchar_t * param_3, wchar_t ** param_4, char * param_5, char * param_6, char ** param_7);
  2674. void __thiscall FUN_00c8c690(void * this, mbstate_t * param_1, void * param_2, int param_3, void ** param_4);
  2675. uint __thiscall FUN_00c8c750(void * this, mbstate_t * param_1, char * param_2, char * param_3, uint param_4);
  2676. undefined FUN_00c8c7e0(void);
  2677. undefined4 FUN_00c8c7f0(void);
  2678. undefined4 * __thiscall FUN_00c8c800(void * this, byte param_1);
  2679. void FUN_00c8c830(void);
  2680. void __fastcall FUN_00c8cae0(HANDLE param_1, HANDLE param_2);
  2681. void FUN_00c8cda0(void);
  2682. void FUN_00c8cf30(byte ** param_1);
  2683. undefined4 * __fastcall FUN_00c8d5a0(undefined4 * param_1);
  2684. uint __thiscall FUN_00c8d7e0(void * this, undefined4 * param_1, int param_2, int param_3, uint param_4);
  2685. uint FUN_00c8d8a0(ushort * param_1, undefined4 param_2, undefined4 param_3, undefined4 * param_4);
  2686. uint FUN_00c8d8c0(ushort * param_1, ushort * param_2, ushort * param_3, ushort ** param_4, byte * param_5, byte * param_6, byte ** param_7);
  2687. uint FUN_00c8da20(ushort * param_1, byte * param_2, byte * param_3, byte ** param_4, ushort * param_5, ushort * param_6, ushort ** param_7);
  2688. char ** __thiscall FUN_00c8dc20(void * this, char * param_1);
  2689. undefined4 * __thiscall FUN_00c8dc90(void * this, byte param_1);
  2690. void __thiscall FUN_00c8dd10(void * this, undefined4 ** ** param_1, byte * param_2, byte * param_3);
  2691. undefined4 * __thiscall FUN_00c8dfb0(void * this, int param_1);
  2692. LPCSTR * __fastcall FUN_00c8dff0(LPCSTR * param_1, char * param_2);
  2693. undefined4 * __thiscall FUN_00c8e020(void * this, uint param_1);
  2694. undefined4 * __fastcall FUN_00c8e060(int param_1);
  2695. void __thiscall FUN_00c8e0b0(void * this, HMODULE param_1, wchar_t ** param_2, IStream * param_3);
  2696. uint __fastcall FUN_00c8e250(HMODULE param_1, undefined4 * param_2, undefined4 * param_3, void ** param_4);
  2697. void __fastcall FUN_00c8e410(undefined4 * param_1);
  2698. undefined4 * __thiscall FUN_00c8e480(void * this, undefined4 param_1);
  2699. void __fastcall FUN_00c8e4c0(uint * param_1);
  2700. void FUN_00c8e530(undefined param_1, undefined4 param_2);
  2701. void FUN_00c8e590(HWND param_1, uint param_2, WPARAM param_3, HDC param_4);
  2702. void __thiscall FUN_00c8e5a0(void * this, int param_1, uint param_2);
  2703. void FUN_00c8eb30(HWND param_1, uint param_2, WPARAM param_3, HDC param_4);
  2704. void __thiscall FUN_00c8f250(void * this, int param_1, void ** param_2);
  2705. void __thiscall FUN_00c8fa00(void * this, undefined2 * param_1, void ** param_2, void ** param_3);
  2706. void __thiscall FUN_00c8faf0(void * this, undefined4 ** ** ** * param_1);
  2707. void __thiscall FUN_00c8fd30(void * this, undefined4 param_1, undefined4 param_2);
  2708. void __cdecl FUN_00c8ff00(int ** param_1);
  2709. void __thiscall FUN_00c8ff30(void * this, int * param_1, int param_2);
  2710. void __fastcall FUN_00c902d0(int param_1);
  2711. void __fastcall FUN_00c90640(short ** param_1);
  2712. void __fastcall FUN_00c90740(undefined4 * param_1);
  2713. void __thiscall FUN_00c907c0(void * this, int * param_1, int ** param_2);
  2714. void __thiscall FUN_00c90b80(void * this, int * param_1, char param_2, char param_3, int ** param_4);
  2715. void __fastcall FUN_00c91200(undefined4 * param_1, undefined4 * param_2);
  2716. void __fastcall FUN_00c91450(SC_HANDLE param_1, LPCWSTR * param_2, undefined4 * param_3, void ** param_4, undefined4 * param_5);
  2717. void __thiscall FUN_00c915d0(void * this, undefined4 ** ** * param_1, byte * param_2, byte * param_3);
  2718. void __thiscall FUN_00c91870(void * this, WPARAM param_1, wchar_t * param_2);
  2719. void __thiscall FUN_00c91950(void * this, undefined4 * param_1, int param_2);
  2720. void ** __thiscall FUN_00c919a0(void * this, uint param_1, uint param_2, undefined4 * param_3, undefined4 * param_4);
  2721. void ** __thiscall FUN_00c91b30(void * this, uint param_1, undefined4 param_2, int param_3, int param_4, void * param_5, int param_6);
  2722. int __cdecl FUN_00c91cf0(char * param_1);
  2723. int __cdecl FUN_00c91d30(char * param_1);
  2724. undefined4 * __cdecl FUN_00c91d70(undefined4 * param_1, char * param_2);
  2725. undefined2 * __cdecl FUN_00c91e60(undefined2 * param_1, wchar_t * param_2);
  2726. void ** __thiscall FUN_00c91f30(void * this, void * param_1, void * param_2, void * param_3, void * param_4);
  2727. void ** __thiscall FUN_00c920a0(void * this, uint param_1, undefined4 param_2, size_t param_3, int param_4, void * param_5, size_t param_6);
  2728. void FUN_00c92220(int param_1);
  2729. void FUN_00c92290(uint param_1, int param_2);
  2730. void FUN_00c92440(undefined4 param_1, undefined4 param_2, LPCWSTR param_3);
  2731. uint __fastcall FUN_00c92910(int * param_1);
  2732. uint __fastcall FUN_00c92cb0(int * param_1);
  2733. void __thiscall FUN_00c92d70(void * this, int param_1, int param_2);
  2734. int __thiscall FUN_00c92e50(void * this, short * param_1);
  2735. undefined4 * __thiscall FUN_00c93040(void * this, byte param_1);
  2736. void __fastcall FUN_00c93070(HWND param_1, HGDIOBJ param_2);
  2737. void __thiscall FUN_00c93120(int ** ppiParm1, int * param_1, int * param_2, int * param_3, int * param_4, int * param_5);
  2738. undefined4 * __thiscall FUN_00c93830(void * this, byte param_1);
  2739. void __thiscall FUN_00c93920(void * this, undefined4 param_1);
  2740. void __thiscall FUN_00c939f0(void * this, undefined4 param_1, int param_2);
  2741. uint __thiscall FUN_00c93c60(void * this, undefined4 param_1, uint param_2, HGDIOBJ * param_3);
  2742. void __thiscall FUN_00c93c90(void * this, int param_1, undefined4 * param_2);
  2743. void __fastcall FUN_00c94000(void * param_1);
  2744. void __fastcall FUN_00c94330(int param_1);
  2745. void __thiscall FUN_00c94df0(void * this, int param_1);
  2746. void __thiscall FUN_00c95100(void * this, int param_1, undefined4 * param_2);
  2747. int __thiscall FUN_00c95aa0(void * this, uint param_1);
  2748. int __thiscall FUN_00c95af0(void * this, uint param_1);
  2749. int __thiscall FUN_00c95b40(void * this, uint param_1);
  2750. void __fastcall FUN_00c95b90(int param_1);
  2751. void __thiscall FUN_00c95d30(void * this, int param_1);
  2752. void __thiscall FUN_00c95f90(void * this, void ** param_1);
  2753. void __fastcall FUN_00c96130(int param_1);
  2754. int ** __fastcall FUN_00c965f0(int ** param_1);
  2755. int __thiscall FUN_00c96650(void * this, int ** param_1);
  2756. void __fastcall FUN_00c966e0(int * param_1);
  2757. void FUN_00c96760(int * param_1);
  2758. void FUN_00c967a0(void);
  2759. void ** __fastcall FUN_00c967c0(void ** param_1, void * param_2, undefined4 * param_3);
  2760. void __thiscall FUN_00c96830(void * this, undefined4 param_1, undefined4 * param_2);
  2761. int ** __thiscall FUN_00c96860(void * this, int ** param_1, int ** param_2, int ** param_3, int ** param_4);
  2762. void Catch_All @00c96aa8(void);
  2763. void __fastcall FUN_00c96ac0(undefined4 * param_1);
  2764. void FUN_00c96ae0(void * param_1);
  2765. void __thiscall FUN_00c96b00(void * this, int ** param_1, char param_2, int ** param_3, undefined4 param_4, int ** param_5);
  2766. void __thiscall FUN_00c96d40(void * this, int ** param_1, undefined4 param_2, int ** param_3, int ** param_4);
  2767. void Catch_All @00c96e87(void);
  2768. void __fastcall FUN_00c96ea0(HKEY param_1, int * param_2, void ** param_3);
  2769. void __fastcall FUN_00c97060(HKEY param_1, int ** param_2, void ** param_3);
  2770. void __fastcall FUN_00c972c0(int * param_1, void ** param_2);
  2771. void __fastcall FUN_00c97460(int * param_1, void ** param_2);
  2772. void __fastcall FUN_00c97650(undefined4 * param_1);
  2773. int __thiscall FUN_00c97730(void * this, uint * param_1);
  2774. void __fastcall FUN_00c977b0(int * param_1);
  2775. void FUN_00c97830(int * param_1);
  2776. int ** __thiscall FUN_00c97870(void * this, int ** param_1, int ** param_2, int ** param_3);
  2777. int ** __thiscall FUN_00c97970(void * this, int ** param_1);
  2778. void FUN_00c97dc0(void);
  2779. void __thiscall FUN_00c97de0(void * this, int * param_1, uint * param_2);
  2780. int ** __thiscall FUN_00c97e60(void * this, int ** param_1, undefined4 param_2, int ** param_3, undefined4 param_4);
  2781. void Catch_All @00c97f46(void);
  2782. void __thiscall FUN_00c97f50(void * this, int ** param_1, int ** param_2);
  2783. int ** __fastcall FUN_00c981d0(int ** param_1);
  2784. void __thiscall FUN_00c98250(void * this, int ** param_1, char param_2, int ** param_3, undefined4 * param_4);
  2785. int ** __thiscall FUN_00c98490(void * this, int ** param_1, int ** param_2);
  2786. void __thiscall FUN_00c98500(void * this, undefined4 * param_1);
  2787. int ** __thiscall FUN_00c98520(void * this, int ** param_1, int ** param_2);
  2788. void __fastcall FUN_00c985a0(undefined4 * param_1);
  2789. void __fastcall FUN_00c985c0(undefined4 * param_1, undefined4 * param_2);
  2790. void __fastcall FUN_00c98740(SC_HANDLE param_1, undefined4 * param_2);
  2791. void __fastcall FUN_00c98810(undefined4 * param_1, undefined4 * param_2);
  2792. void __fastcall FUN_00c98bc0(int param_1, char param_2, LPCWSTR * param_3);
  2793. void __fastcall FUN_00c98df0(undefined4 * param_1);
  2794. void __thiscall ConfigException(ConfigException * this);
  2795. void __thiscall ConfigException(ConfigException * this, ConfigException * param_1);
  2796. ConfigException * __thiscall operator = (ConfigException * this, ConfigException * param_1);
  2797. undefined4 * __thiscall FUN_00c98fe0(void * this, uint param_1);
  2798. undefined4 * __thiscall FUN_00c99090(void * this, uint param_1);
  2799. void __thiscall~SettingException(SettingException * this);
  2800. void __thiscall SettingTypeException(SettingTypeException * this, SettingTypeException * param_1);
  2801. SettingException * __thiscall operator = (SettingException * this, SettingException * param_1);
  2802. undefined4 * __thiscall FUN_00c991c0(void * this, uint param_1);
  2803. void __thiscall SettingNotFoundException(SettingNotFoundException * this, SettingNotFoundException * param_1);
  2804. void __thiscall SettingNameException(SettingNameException * this, SettingNameException * param_1);
  2805. void __thiscall FileIOException(FileIOException * this);
  2806. void __thiscall FileIOException(FileIOException * this, FileIOException * param_1);
  2807. char * __thiscall getFile(ParseException * this);
  2808. ParseException * __thiscall operator = (ParseException * this, ParseException * param_1);
  2809. undefined4 * __thiscall FUN_00c993d0(void * this, uint param_1);
  2810. Format __thiscall getDefaultFormat(Config * this);
  2811. Setting * __thiscall lookup(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2812. Setting * __thiscall operator[](Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2813. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, bool * param_2);
  2814. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, int * param_2);
  2815. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, __int64 * param_2);
  2816. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, double * param_2);
  2817. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, float * param_2);
  2818. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, char ** param_2);
  2819. bool __thiscall lookupValue(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_2);
  2820. void __thiscall remove(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2821. Setting * __thiscall add(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, Type param_2);
  2822. bool __thiscall exists(Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2823. bool __thiscall isGroup(Setting * this);
  2824. bool __thiscall isArray(Setting * this);
  2825. bool __thiscall isList(Setting * this);
  2826. bool __thiscall isAggregate(Setting * this);
  2827. bool __thiscall isScalar(Setting * this);
  2828. bool __thiscall isNumber(Setting * this);
  2829. undefined4 * __thiscall FUN_00c99690(void * this, uint param_1);
  2830. bool __thiscall operator == (SettingConstIterator * this, SettingConstIterator * param_1);
  2831. bool __thiscall operator != (SettingConstIterator * this, SettingConstIterator * param_1);
  2832. Setting * __thiscall operator - > (SettingConstIterator * this);
  2833. void __thiscall setAutoConvert(Config * this, bool param_1);
  2834. bool __thiscall getAutoConvert(Config * this);
  2835. void __thiscall readString(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2836. bool __thiscall exists(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2837. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, bool * param_2);
  2838. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, int * param_2);
  2839. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, __int64 * param_2);
  2840. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, double * param_2);
  2841. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, float * param_2);
  2842. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, char ** param_2);
  2843. bool __thiscall lookupValue(Config * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_2);
  2844. undefined4 * __thiscall FUN_00c99910(void * this, uint param_1);
  2845. void __cdecl FUN_00c999f0(int param_1, undefined4 param_2, undefined4 param_3, undefined4 param_4);
  2846. void __thiscall ParseException(ParseException * this, char * param_1, int param_2, char * param_3);
  2847. void __thiscall ParseException(ParseException * this, ParseException * param_1);
  2848. void __thiscall~ParseException(ParseException * this);
  2849. char * __thiscall what(ParseException * this);
  2850. undefined4 __fastcall FUN_00c99af0(undefined4 param_1);
  2851. void __fastcall FUN_00c99b50(int param_1, int param_2);
  2852. void __thiscall SettingException(SettingException * this, Setting * param_1);
  2853. void __thiscall SettingException(SettingException * this, Setting * param_1, int param_2);
  2854. void __thiscall SettingException(SettingException * this, Setting * param_1, char * param_2);
  2855. void __thiscall SettingException(SettingException * this, char * param_1);
  2856. void __thiscall SettingException(SettingException * this, SettingException * param_1);
  2857. char * __thiscall what(SettingException * this);
  2858. void __thiscall SettingTypeException(SettingTypeException * this, Setting * param_1);
  2859. void __thiscall SettingTypeException(SettingTypeException * this, Setting * param_1, int param_2);
  2860. void __thiscall SettingTypeException(SettingTypeException * this, Setting * param_1, char * param_2);
  2861. char * __thiscall what(SettingTypeException * this);
  2862. void __thiscall SettingNotFoundException(SettingNotFoundException * this, Setting * param_1, int param_2);
  2863. void __thiscall SettingNotFoundException(SettingNotFoundException * this, Setting * param_1, char * param_2);
  2864. void __thiscall SettingNotFoundException(SettingNotFoundException * this, char * param_1);
  2865. char * __thiscall what(SettingNotFoundException * this);
  2866. void __thiscall SettingNameException(SettingNameException * this, Setting * param_1, char * param_2);
  2867. char * __thiscall what(SettingNameException * this);
  2868. char * __thiscall what(FileIOException * this);
  2869. void __cdecl ConfigDestructor(void * param_1);
  2870. void __thiscall Config(Config * this);
  2871. void __thiscall~Config(Config * this);
  2872. void __thiscall clear(Config * this);
  2873. void __thiscall setOptions(Config * this, int param_1);
  2874. int __thiscall getOptions(Config * this);
  2875. void __thiscall setOption(Config * this, Option param_1, bool param_2);
  2876. bool __thiscall getOption(Config * this, Option param_1);
  2877. void __thiscall setDefaultFormat(Config * this, Format param_1);
  2878. void __thiscall setTabWidth(Config * this, ushort param_1);
  2879. ushort __thiscall getTabWidth(Config * this);
  2880. void __thiscall setFloatPrecision(Config * this, ushort param_1);
  2881. ushort __thiscall getFloatPrecision(Config * this);
  2882. void __thiscall setIncludeDir(Config * this, char * param_1);
  2883. char * __thiscall getIncludeDir(Config * this);
  2884. char ** __thiscall evaluateIncludePath(Config * this, char * param_1, char ** param_2);
  2885. void __thiscall handleError(Config * this);
  2886. void __thiscall read(Config * this, _iobuf * param_1);
  2887. void __thiscall readString(Config * this, char * param_1);
  2888. void __thiscall write(Config * this, _iobuf * param_1);
  2889. void __thiscall readFile(Config * this, char * param_1);
  2890. void __thiscall writeFile(Config * this, char * param_1);
  2891. Setting * __thiscall lookup(Config * this, char * param_1);
  2892. bool __thiscall exists(Config * this, char * param_1);
  2893. bool __thiscall lookupValue(Config * this, char * param_1, bool * param_2);
  2894. undefined * Catch @00c9a7a1(void);
  2895. bool __thiscall lookupValue(Config * this, char * param_1, int * param_2);
  2896. undefined * Catch @00c9a87e(void);
  2897. bool __thiscall lookupValue(Config * this, char * param_1, __int64 * param_2);
  2898. undefined * Catch @00c9a946(void);
  2899. bool __thiscall lookupValue(Config * this, char * param_1, double * param_2);
  2900. undefined * Catch @00c9aa0d(void);
  2901. bool __thiscall lookupValue(Config * this, char * param_1, float * param_2);
  2902. undefined * Catch @00c9aadd(void);
  2903. bool __thiscall lookupValue(Config * this, char * param_1, char ** param_2);
  2904. undefined * Catch @00c9abd7(void);
  2905. bool __thiscall lookupValue(Config * this, char * param_1, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_2);
  2906. undefined * Catch @00c9acc1(void);
  2907. Setting * __thiscall getRoot(Config * this);
  2908. void __thiscall Setting(Setting * this, config_setting_t * param_1);
  2909. void __thiscall~Setting(Setting * this);
  2910. void __thiscall setFormat(Setting * this, Format param_1);
  2911. bool __thiscall operator(Setting * this);
  2912. int __thiscall operator(Setting * this);
  2913. long __thiscall operator(Setting * this);
  2914. __int64 __thiscall operator(Setting * this);
  2915. double __thiscall operator(Setting * this);
  2916. float __thiscall operator(Setting * this);
  2917. basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > __thiscall operator(Setting * this);
  2918. Setting * __thiscall operator = (Setting * this, bool param_1);
  2919. Setting * __thiscall operator = (Setting * this, int param_1);
  2920. Setting * __thiscall operator = (Setting * this, long param_1);
  2921. Setting * __thiscall operator = (Setting * this, __int64 * param_1);
  2922. Setting * __thiscall operator = (Setting * this, double * param_1);
  2923. Setting * __thiscall operator = (Setting * this, float param_1);
  2924. Setting * __thiscall operator = (Setting * this, char * param_1);
  2925. Setting * __thiscall operator = (Setting * this, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_1);
  2926. Setting * __thiscall lookup(Setting * this, char * param_1);
  2927. Setting * __thiscall operator[](Setting * this, char * param_1);
  2928. Setting * __thiscall operator[](Setting * this, int param_1);
  2929. bool __thiscall lookupValue(Setting * this, char * param_1, bool * param_2);
  2930. undefined * Catch @00c9b782(void);
  2931. bool __thiscall lookupValue(Setting * this, char * param_1, int * param_2);
  2932. undefined * Catch @00c9b813(void);
  2933. bool __thiscall lookupValue(Setting * this, char * param_1, __int64 * param_2);
  2934. undefined * Catch @00c9b88d(void);
  2935. bool __thiscall lookupValue(Setting * this, char * param_1, double * param_2);
  2936. undefined * Catch @00c9b916(void);
  2937. bool __thiscall lookupValue(Setting * this, char * param_1, float * param_2);
  2938. undefined * Catch @00c9b9a4(void);
  2939. bool __thiscall lookupValue(Setting * this, char * param_1, char ** param_2);
  2940. undefined * Catch @00c9ba48(void);
  2941. bool __thiscall lookupValue(Setting * this, char * param_1, basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > * param_2);
  2942. undefined * Catch @00c9baf9(void);
  2943. bool __thiscall exists(Setting * this, char * param_1);
  2944. int __thiscall getLength(Setting * this);
  2945. char * __thiscall getName(Setting * this);
  2946. basic_string < char, struct_std::char_traits < char > , class_std::allocator < char > _ > __thiscall getPath(Setting * this);
  2947. Setting * __thiscall getParent(Setting * this);
  2948. uint __thiscall getSourceLine(Setting * this);
  2949. char * __thiscall getSourceFile(Setting * this);
  2950. bool __thiscall isRoot(Setting * this);
  2951. int __thiscall getIndex(Setting * this);
  2952. void __thiscall remove(Setting * this, char * param_1);
  2953. void __thiscall remove(Setting * this, uint param_1);
  2954. Setting * __thiscall add(Setting * this, char * param_1, Type param_2);
  2955. Setting * __thiscall add(Setting * this, Type param_1);
  2956. void __thiscall assertType(Setting * this, Type param_1);
  2957. Setting * __cdecl wrapSetting(config_setting_t * param_1);
  2958. SettingIterator __thiscall begin(Setting * this);
  2959. SettingIterator __thiscall end(Setting * this);
  2960. void __thiscall SettingConstIterator(SettingConstIterator * this, Setting * param_1, bool param_2);
  2961. void __thiscall SettingConstIterator(SettingConstIterator * this, SettingConstIterator * param_1);
  2962. SettingConstIterator * __thiscall operator++(SettingConstIterator * this);
  2963. SettingConstIterator __thiscall operator++(SettingConstIterator * this, int param_1);
  2964. SettingConstIterator * __thiscall operator--(SettingConstIterator * this);
  2965. SettingConstIterator __thiscall operator--(SettingConstIterator * this, int param_1);
  2966. SettingConstIterator __thiscall operator + (SettingConstIterator * this, int param_1);
  2967. SettingConstIterator * __thiscall operator += (SettingConstIterator * this, int param_1);
  2968. SettingConstIterator __thiscall operator - (SettingConstIterator * this, int param_1);
  2969. SettingConstIterator * __thiscall operator -= (SettingConstIterator * this, int param_1);
  2970. int __thiscall operator - (SettingConstIterator * this, SettingConstIterator * param_1);
  2971. int * __thiscall FUN_00c9c3c0(void * this, undefined4 param_1);
  2972. undefined * Catch_All @00c9c56e(void);
  2973. void __thiscall FUN_00c9c610(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5);
  2974. void __thiscall FUN_00c9c680(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5, double param_6);
  2975. void __thiscall FUN_00c9c810(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5, double param_6);
  2976. void __thiscall FUN_00c9c9a0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5);
  2977. void __thiscall FUN_00c9ca20(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5);
  2978. void __thiscall FUN_00c9caa0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5);
  2979. void __thiscall FUN_00c9cb20(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5);
  2980. void __thiscall FUN_00c9cba0(void * this, undefined4 * param_1, undefined4 param_2, int * param_3, int param_4, byte param_5, byte param_6);
  2981. undefined4 __thiscall FUN_00c9cd80(void * this, undefined4 param_1, undefined4 param_2, undefined4 param_3, undefined4 param_4, undefined4 param_5, undefined4 param_6);
  2982. undefined * __thiscall FUN_00c9cdb0(void * this, undefined * param_1);
  2983. undefined * __thiscall FUN_00c9cdf0(void * this, undefined * param_1);
  2984. undefined __fastcall FUN_00c9ce30(int param_1);
  2985. undefined __fastcall FUN_00c9ce40(int param_1);
  2986. void __cdecl FUN_00c9ce50(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, byte param_5, int param_6);
  2987. void __cdecl FUN_00c9cec0(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, byte * param_5, int param_6);
  2988. void __cdecl FUN_00c9cf40(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, int param_5, byte param_6, char * param_7, uint ** param_8);
  2989. void __cdecl FUN_00c9d300(undefined4 param_1, undefined4 * param_2, undefined4 param_3, int * param_4, int param_5, byte param_6, char * param_7, uint ** param_8);
  2990. undefined4 * __thiscall FUN_00c9d710(void * this, byte param_1);
  2991. undefined * __thiscall FUN_00c9d760(void * this, byte param_1);
  2992. void ** __thiscall FUN_00c9d7b0(void * this, uint param_1, uint param_2, char param_3);
  2993. int * __fastcall FUN_00c9d830(int * param_1, byte param_2);
  2994. undefined * Catch_All @00c9d9ee(void);
  2995. int * __cdecl FUN_00c9dab0(int param_1);
  2996. int * __cdecl FUN_00c9dbf0(int param_1);
  2997. void ** __thiscall FUN_00c9dd60(void * this, uint param_1, undefined4 param_2, size_t param_3, size_t param_4, char param_5);
  2998. void __thiscall FUN_00c9dee0(void * this, undefined4 param_1, char param_2);
  2999. void Catch_All @00c9e05c(void);
  3000. void __cdecl FUN_00c9e070(FILE * param_1, int param_2);
  3001. void __fastcall FUN_00c9e0a0(FILE * param_1, int param_2, short param_3);
  3002. void __fastcall FUN_00c9e0f0(int param_1, int ** param_2, undefined4 param_3, int param_4, int param_5, FILE * param_6);
  3003. char * __fastcall FUN_00c9e5a0(uint * param_1, char * param_2, uint * param_3);
  3004. undefined4 __fastcall FUN_00c9e680(int * param_1, int param_2);
  3005. void __fastcall FUN_00c9e6c0(void ** param_1);
  3006. void __fastcall FUN_00c9e780(void ** param_1, char * param_2, char * param_3, char * param_4);
  3007. void __fastcall FUN_00c9ebc0(int param_1, char ** param_2, FILE * param_3, int param_4);
  3008. void __fastcall FUN_00c9ecd0(char ** param_1, FILE * param_2);
  3009. void __fastcall FUN_00c9ed70(void ** param_1);
  3010. char ** __fastcall FUN_00c9edd0(char * param_1, char * param_2, undefined2 param_3);
  3011. undefined4 __fastcall FUN_00c9ee80(int param_1, uint * param_2);
  3012. undefined4 __thiscall FUN_00c9eef0(int iParm1, uint param_1, uint param_2);
  3013. undefined4 __fastcall FUN_00c9efa0(int iParm1);
  3014. undefined4 __fastcall FUN_00c9f020(int param_1, char * param_2);
  3015. char * __fastcall FUN_00c9f080(char * param_1, char * param_2);
  3016. char ** __fastcall FUN_00c9f150(char * param_1, char * param_2, uint param_3);
  3017. void __cdecl FUN_00c9f230(undefined4 param_1, char * param_2, undefined4 * param_3, undefined4 * param_4);
  3018. FILE * __fastcall FUN_00c9f310(int * param_1, void * param_2, undefined4 param_3, int * param_4);
  3019. int __fastcall FUN_00c9f4a0(int param_1);
  3020. uint __fastcall FUN_00c9f4f0(int * param_1, int ** param_2);
  3021. int __fastcall FUN_00ca0690(int param_1);
  3022. void __fastcall FUN_00ca09f0(int param_1);
  3023. void __fastcall FUN_00ca0ac0(undefined4 param_1, int param_2);
  3024. void __fastcall FUN_00ca0b40(int param_1, int param_2);
  3025. undefined4 * __thiscall FUN_00ca0be0(void * this, int param_1);
  3026. void __fastcall FUN_00ca0c50(undefined4 * param_1, undefined4 param_2, int param_3);
  3027. void __fastcall FUN_00ca0d20(int param_1);
  3028. void FUN_00ca0db0(void);
  3029. undefined4 __fastcall FUN_00ca0de0(int param_1);
  3030. undefined4 __fastcall FUN_00ca0e30(void * param_1);
  3031. int __cdecl FUN_00ca0fa0(char * param_1, uint param_2, char * param_3);
  3032. void __fastcall FUN_00ca0fe0(void ** param_1);
  3033. void __fastcall FUN_00ca1010(int ** param_1, int * param_2, int param_3);
  3034. void __fastcall FUN_00ca2040(void ** param_1, undefined4 param_2);
  3035. void __fastcall FUN_00ca208c(int iParm1);
  3036. void __cdecl FUN_00ca209d(size_t param_1);
  3037. void __cdecl FUN_00ca20cd(void * param_1);
  3038. void __cdecl FID_conflict: _free(void * _Memory);
  3039. undefined4 * __thiscall `scalar_deleting_destructor'(void *this,byte param_1);
  3040. _IMAGE_SECTION_HEADER * __cdecl find_pe_section(uchar *param_1,uint param_2);
  3041. undefined4 ___scrt_acquire_startup_lock(void);
  3042. uint __cdecl ___scrt_initialize_crt(int param_1);
  3043. uint FUN_00ca21b5(int param_1);
  3044. uint __cdecl ___scrt_is_nonwritable_in_current_image(int param_1);
  3045. uint __cdecl ___scrt_release_startup_lock(char param_1);
  3046. undefined __cdecl ___scrt_uninitialize_crt(undefined4 param_1,char param_2);
  3047. _onexit_t __cdecl __onexit(_onexit_t _Func);
  3048. int __cdecl _atexit(void *param_1);
  3049. void __cdecl FUN_00ca237e(size_t param_1);
  3050. void __cdecl ___raise_securityfailure(_EXCEPTION_POINTERS *param_1);
  3051. void ___report_rangecheckfailure(void);
  3052. void ___report_securityfailure(undefined4 param_1);
  3053. void `
  3054. eh_vector_destructor_iterator '(void *param_1,uint param_2,uint param_3,FuncDef18 *param_4);
  3055. void FUN_00ca25f0(void);
  3056. void __ArrayUnwind(void * param_1, uint param_2, uint param_3, FuncDef19 * param_4);
  3057. void `eh_vector_constructor_iterator'(void *param_1,uint param_2,uint param_3,FuncDef20 *param_4,FuncDef21 *param_5);
  3058. void FUN_00ca26c3(void);
  3059. int entry(void);
  3060. void __cdecl FUN_00ca2910(void *param_1);
  3061. void FUN_00ca2945(void);
  3062. void __cdecl FID_conflict:_free(void *_Memory);
  3063. undefined4 * __thiscall FUN_00ca2a36(void *this,int param_1);
  3064. undefined4 * __fastcall FUN_00ca2a51(undefined4 *param_1);
  3065. undefined4 * __thiscall FUN_00ca2a69(void *this,int param_1);
  3066. undefined4 * __fastcall FUN_00ca2a84(undefined4 *param_1);
  3067. undefined4 FUN_00ca2ab9(void);
  3068. undefined4 FUN_00ca2c52(void);
  3069. uint ___scrt_is_ucrt_dll_in_use(void);
  3070. void FUN_00ca2c62(void);
  3071. uint ___scrt_get_show_window_mode(void);
  3072. bool __cdecl is_managed_app(void);
  3073. void FUN_00ca2df5(void);
  3074. undefined4 ___scrt_unhandled_exception_filter@4(int **param_1);
  3075. void FUN_00ca2e42(void);
  3076. void _guard_check_icall(void);
  3077. void __cdecl __SEH_prolog4(undefined4 param_1,int param_2);
  3078. void __SEH_epilog4(void);
  3079. uint FUN_00ca2eab(void);
  3080. void FUN_00ca2efa(void);
  3081. undefined4 FUN_00ca2f45(void);
  3082. void FUN_00ca2f4b(void);
  3083. void FUN_00ca2f57(void);
  3084. undefined * FUN_00ca2f78(void);
  3085. void FUN_00ca2f7e(void);
  3086. uint FUN_00ca2f9b(void);
  3087. undefined * FUN_00ca2fa7(void);
  3088. undefined * FUN_00ca2fad(void);
  3089. void FUN_00ca2fb3(void);
  3090. undefined4 * __thiscall FUN_00ca3009(void *this,int param_1);
  3091. undefined4 * __thiscall FUN_00ca3024(void *this,char *param_1);
  3092. undefined4 * __thiscall FUN_00ca3045(void *this,int param_1);
  3093. undefined4 * __thiscall FUN_00ca3060(void *this,int param_1);
  3094. undefined4 * __thiscall FUN_00ca307b(void *this,char *param_1);
  3095. undefined4 * __thiscall `
  3096. scalar_deleting_destructor '(void *this,byte param_1);
  3097. void __cdecl _Xbad_alloc(void);
  3098. void FUN_00ca30e6(char * param_1);
  3099. void FUN_00ca3106(char * param_1);
  3100. int __cdecl __Mbrtowc(wchar_t * param_1, char * param_2, size_t param_3, mbstate_t * param_4, _Cvtvec * param_5);
  3101. undefined4 __fastcall FUN_00ca3279(undefined4 param_1);
  3102. void __thiscall _Lockit(_Lockit * this, int param_1);
  3103. void __fastcall FUN_00ca32fe(int * param_1);
  3104. int __cdecl _Execute_once(once_flag * param_1, FuncDef22 * param_2, void * param_3);
  3105. undefined4 thunk_FUN_00cb818b(void);
  3106. void __thiscall _Locimp(_Locimp * this, _Locimp * param_1);
  3107. void __thiscall _Locimp(_Locimp * this, bool param_1);
  3108. void __thiscall~_Fac_node(_Fac_node * this);
  3109. void __thiscall~_Locimp(_Locimp * this);
  3110. void * __thiscall `scalar_deleting_destructor'(_Locimp *this,uint param_1);
  3111. void __cdecl _Facet_Register(_Facet_base *param_1);
  3112. undefined4 FUN_00ca3518(void);
  3113. int * __cdecl FUN_00ca351e(char param_1);
  3114. void __cdecl _Locimp_dtor(_Locimp *param_1);
  3115. void __cdecl _Locinfo_ctor(_Locinfo *param_1,char *param_2);
  3116. void __cdecl FUN_00ca3686(int param_1);
  3117. _Locimp * __cdecl _New_Locimp(_Locimp *param_1);
  3118. _Locimp * __cdecl _New_Locimp(bool param_1);
  3119. void __cdecl __Deletegloballocale(int **param_1);
  3120. void _tidy_global(void);
  3121. void __thiscall _Callfns(ios_base *this,event param_1);
  3122. void __cdecl _Ios_base_dtor(ios_base *param_1);
  3123. void __thiscall _Tidy(ios_base *this);
  3124. char * __cdecl _Syserror_map(int param_1);
  3125. uint FUN_00ca3839(undefined1 param_1);
  3126. wchar_t * __cdecl __Getwctypes(wchar_t *param_1,wchar_t *param_2,short *param_3,_Ctypevec *param_4);
  3127. wchar_t __cdecl __Towlower(wchar_t param_1,_Ctypevec *param_2);
  3128. UINT * __cdecl FUN_00ca38dc(UINT *param_1);
  3129. uint __cdecl FUN_00ca3944(uint param_1,UINT *param_2);
  3130. UINT * __cdecl FUN_00ca3a44(UINT *param_1);
  3131. int __cdecl __Wcrtomb(char *param_1,wchar_t param_2,mbstate_t *param_3,_Cvtvec *param_4);
  3132. uint __cdecl FUN_00ca3b0d(uint param_1,UINT *param_2);
  3133. wchar_t __cdecl __Towupper(wchar_t param_1,_Ctypevec *param_2);
  3134. uint __cdecl _Find_elem<char>(char *param_1,char param_2);
  3135. void __cdecl FUN_00ca3c95(basic_streambuf<char,struct_std::char_traits<char>_> **param_1,int *param_2,uint **param_3,char *param_4);
  3136. void ** __thiscall FUN_00ca3e07(void *this,uint param_1,undefined4 param_2,undefined param_3);
  3137. int * __cdecl FUN_00ca3ebb(void *param_1);
  3138. int * __cdecl FUN_00ca3f59(void *param_1);
  3139. undefined4 __cdecl FUN_00ca3ff7(int *param_1,int param_2);
  3140. undefined4 __cdecl FUN_00ca4074(int *param_1,int param_2);
  3141. void __cdecl FUN_00ca40f1(undefined4 param_1,undefined2 *param_2,basic_streambuf<char,struct_std::char_traits<char>_> **param_3,int *param_4,int param_5,int *param_6);
  3142. void __cdecl FUN_00ca476e(undefined4 param_1,undefined2 *param_2,basic_streambuf<char,struct_std::char_traits<char>_> **param_3,int *param_4,int param_5,int *param_6);
  3143. void __cdecl FUN_00ca4e0c(undefined4 param_1,char *param_2,basic_streambuf<char,struct_std::char_traits<char>_> **param_3,int *param_4,uint param_5,int param_6);
  3144. void __fastcall FUN_00ca518c(basic_streambuf<char,struct_std::char_traits<char>_> **param_1);
  3145. void __cdecl FUN_00ca51ad(int param_1,int *param_2,uint param_3);
  3146. void __cdecl FUN_00ca5270(int param_1,int param_2);
  3147. int __cdecl FUN_00ca5326(_Locinfo *param_1,uint param_2,int param_3,void *param_4);
  3148. char __thiscall _Peek(istreambuf_iterator<char,struct_std::char_traits<char>_> *this);
  3149. double __cdecl _Stodx_v2(char *param_1,char **param_2,int param_3,int *param_4);
  3150. float __cdecl _Stofx_v2(char *param_1,char **param_2,int param_3,int *param_4);
  3151. void __thiscall FUN_00ca562e(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,short *param_8);
  3152. void __thiscall FUN_00ca56fa(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3153. void __thiscall FUN_00ca57bd(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3154. void __thiscall FUN_00ca5870(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3155. void __thiscall FUN_00ca5923(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,float *param_8);
  3156. void __thiscall do_get(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,double *param_8);
  3157. void __thiscall FUN_00ca5b19(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3158. void __thiscall FUN_00ca5bcc(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 *param_8);
  3159. void __thiscall FUN_00ca5c84(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 *param_8);
  3160. void FUN_00ca5d3c(basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,int *param_6,uint *param_7,undefined4 param_8);
  3161. undefined4 FUN_00ca5f18(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 *param_4,undefined4 param_5,undefined4 param_6,undefined4 *param_7);
  3162. uint FUN_00ca5f32(undefined4 param_1,int param_2,int param_3,uint param_4);
  3163. undefined4 FUN_00ca5f4a(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 *param_4);
  3164. undefined4 __thiscall FUN_00ca5f5b(void *this,int *param_1);
  3165. void __thiscall FUN_00ca5f95(void *this,undefined4 param_1);
  3166. int __thiscall sbumpc(basic_streambuf<char,struct_std::char_traits<char>_> *this);
  3167. int __thiscall sgetc(basic_streambuf<char,struct_std::char_traits<char>_> *this);
  3168. undefined8 FUN_00ca6042(void);
  3169. undefined8 FUN_00ca605b(void);
  3170. void __cdecl FUN_00ca6074(LPCRITICAL_SECTION param_1);
  3171. void __cdecl __Mtxinit(_Rmtx *param_1);
  3172. void __cdecl __Mtxlock(_Rmtx *param_1);
  3173. void __cdecl FUN_00ca60a7(LPCRITICAL_SECTION param_1);
  3174. uint __cdecl ___crtInitOnceExecuteOnce(uint *param_1,undefined *param_2,undefined4 param_3,undefined4 param_4);
  3175. undefined4 __cdecl ___crtInitializeCriticalSectionEx(LPCRITICAL_SECTION param_1,DWORD param_2,undefined4 param_3);
  3176. void __thiscall ~_Init_atexit(_Init_atexit *this);
  3177. void __cdecl FUN_00ca6589(PVOID param_1);
  3178. int __cdecl ___crtLCMapStringW(LPCWSTR _LocaleName,DWORD _DWMapFlag,LPCWSTR _LpSrcStr,int _CchSrc,LPWSTR _LpDestStr,int _CchDest);
  3179. void __cdecl FUN_00ca65f1(LPCWSTR param_1,uint param_2,char *param_3,int param_4,LPWSTR param_5,int param_6,UINT param_7,int param_8);
  3180. void __cdecl __freea_crt(int param_1);
  3181. undefined4 * __cdecl Copy_no_deprecate1<>(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3182. undefined4 * __cdecl Copy_no_deprecate1<>(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3183. void __cdecl Copy_unchecked1<>(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3184. void __cdecl Copy_unchecked1<>(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3185. undefined4 * __cdecl FUN_00ca68d0(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3186. undefined4 * __cdecl FUN_00ca68f5(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3187. int __cdecl FUN_00ca691a(short *param_1,short param_2);
  3188. void __cdecl FUN_00ca6947(int **param_1,int **param_2,uint **param_3,char *param_4);
  3189. void __cdecl FUN_00ca6ac4(int **param_1,int **param_2,uint **param_3,short *param_4);
  3190. void __thiscall _Getvals<unsigned_short>(_Mpunct<unsigned_short> *this,ushort param_1,lconv *param_2);
  3191. void __thiscall _Getvals<unsigned_short>(numpunct<unsigned_short> *this,ushort param_1,lconv *param_2,_Cvtvec param_3);
  3192. void __thiscall _Getvals<unsigned_short>(time_get<unsigned_short,class_std::istreambuf_iterator<unsigned_short,struct_std::char_traits<unsigned_short>_>_>*this,ushort param_1,_Locinfo *param_2);
  3193. void __thiscall _Getvals<wchar_t>(time_get<wchar_t,class_std::istreambuf_iterator<wchar_t,struct_std::char_traits<wchar_t>_>_>*this,wchar_t param_1,_Locinfo *param_2);
  3194. int __cdecl _LStrcoll<unsigned_short>(ushort *param_1,ushort *param_2,ushort *param_3,ushort *param_4,_Collvec *param_5);
  3195. uint __cdecl _LStrxfrm<unsigned_short>(ushort *param_1,ushort *param_2,ushort *param_3,ushort *param_4,_Collvec *param_5);
  3196. ushort __cdecl _Maklocchr<unsigned_short>(char param_1,ushort *param_2,_Cvtvec *param_3);
  3197. ushort * __cdecl _Maklocstr<unsigned_short>(char *param_1,ushort *param_2,_Cvtvec *param_3);
  3198. wchar_t ** __thiscall FUN_00ca6f62(void *this,wchar_t *param_1,undefined4 param_2,wchar_t param_3);
  3199. void ** __thiscall FUN_00ca6fdb(void *this,void *param_1,undefined4 param_2,void *param_3);
  3200. void ** __thiscall FUN_00ca7057(void *this,uint param_1,undefined4 param_2,size_t param_3,wchar_t param_4);
  3201. void ** __thiscall FUN_00ca70ef(void *this,uint param_1,undefined4 param_2,int param_3,size_t param_4,wchar_t param_5);
  3202. void ** __thiscall FUN_00ca718a(void *this,uint param_1,undefined4 param_2,void *param_3,int param_4);
  3203. void ** __thiscall FUN_00ca7222(void *this,uint param_1,undefined4 param_2,undefined2 param_3);
  3204. undefined4 * __cdecl FUN_00ca72e6(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3205. undefined4 * __cdecl FUN_00ca7305(undefined4 *param_1,ushort *param_2,ushort *param_3,undefined4 param_4,undefined4 param_5);
  3206. int * __cdecl FUN_00ca7324(void *param_1);
  3207. int * __cdecl FUN_00ca73c2(void *param_1);
  3208. int * __cdecl FUN_00ca7460(void *param_1);
  3209. int * __cdecl FUN_00ca74fe(void *param_1);
  3210. int * __cdecl FUN_00ca759c(void *param_1);
  3211. int * __cdecl FUN_00ca763a(void *param_1);
  3212. int * __cdecl FUN_00ca76d8(void *param_1);
  3213. int * __cdecl FUN_00ca7776(void *param_1);
  3214. int * __cdecl FUN_00ca7814(void *param_1);
  3215. int * __cdecl FUN_00ca78b2(void *param_1);
  3216. int * __cdecl FUN_00ca7950(void *param_1);
  3217. int * __cdecl FUN_00ca79ee(void *param_1);
  3218. int * __cdecl FUN_00ca7a8c(void *param_1);
  3219. int * __cdecl FUN_00ca7b2a(void *param_1);
  3220. int * __cdecl FUN_00ca7bc8(void *param_1);
  3221. int * __cdecl FUN_00ca7c66(void *param_1);
  3222. int * __cdecl FUN_00ca7d04(void *param_1);
  3223. int * __cdecl FUN_00ca7da2(void *param_1);
  3224. int * __cdecl FUN_00ca7e40(void *param_1);
  3225. int * __cdecl FUN_00ca7ede(void *param_1);
  3226. int * __cdecl FUN_00ca7f7c(void *param_1);
  3227. int * __cdecl FUN_00ca801a(void *param_1);
  3228. int * __cdecl FUN_00ca80b8(void *param_1);
  3229. undefined2 * __thiscall basic_string<>(void *this,short *param_1);
  3230. undefined2 * __thiscall basic_string<>(void *this,void *param_1,void *param_2);
  3231. undefined4 * __thiscall codecvt<>(void *this,undefined4 param_1,undefined4 param_2);
  3232. undefined4 * __thiscall codecvt<>(void *this,undefined4 param_1,undefined4 param_2);
  3233. undefined4 * __thiscall time_get<>(void *this,_Locinfo *param_1,undefined4 param_2);
  3234. undefined4 * __thiscall time_get<>(void *this,_Locinfo *param_1,undefined4 param_2);
  3235. undefined4 * __thiscall FUN_00ca827b(void *this,undefined4 param_1,undefined4 param_2);
  3236. undefined4 * __thiscall FUN_00ca82ae(void *this,undefined4 param_1,undefined4 param_2);
  3237. void __fastcall ~ctype<>(undefined4 *param_1);
  3238. _Yarn<wchar_t> * __thiscall operator=(_Yarn<wchar_t> *this,wchar_t *param_1);
  3239. void ** __thiscall FUN_00ca8368(void *this,void **param_1);
  3240. undefined * __thiscall operator=(void *this,uint param_1);
  3241. void FUN_00ca83c8(void *param_1,void *param_2,int param_3,size_t param_4,wchar_t param_5);
  3242. void FUN_00ca8405(void *param_1,void *param_2,int param_3,int param_4,size_t param_5,wchar_t param_6);
  3243. void FUN_00ca845b(void *param_1,void *param_2,int param_3,void *param_4,int param_5);
  3244. undefined4 * __thiscall `
  3245. scalar_deleting_destructor '(void *this,byte param_1);
  3246. undefined4 * __thiscall `scalar_deleting_destructor'(void *this,byte param_1);
  3247. undefined4 * __thiscall FUN_00ca84ec(void *this,byte param_1);
  3248. undefined4 * __thiscall FUN_00ca851e(void *this,byte param_1);
  3249. undefined4 * __thiscall `
  3250. scalar_deleting_destructor '(void *this,byte param_1);
  3251. undefined4 * __thiscall `scalar_deleting_destructor'(void *this,byte param_1);
  3252. undefined4 * __thiscall `
  3253. scalar_deleting_destructor '(void *this,byte param_1);
  3254. undefined4 * __thiscall `scalar_deleting_destructor'(void *this,byte param_1);
  3255. undefined4 * __thiscall `
  3256. scalar_deleting_destructor '(void *this,byte param_1);
  3257. undefined4 * __thiscall `scalar_deleting_destructor'(void *this,byte param_1);
  3258. undefined4 * __thiscall FUN_00ca864d(void *this,byte param_1);
  3259. undefined4 * __thiscall FUN_00ca867f(void *this,byte param_1);
  3260. uint __thiscall FUN_00ca86b1(void *this,uint param_1);
  3261. void __thiscall FUN_00ca86e7(void *this,void **param_1);
  3262. void __thiscall Donarrow(void *this,wchar_t param_1);
  3263. uint __fastcall Dowiden(int param_1,undefined param_2,undefined1 param_3);
  3264. undefined * __cdecl Ffmt(undefined4 param_1,undefined *param_2,char param_3,uint param_4);
  3265. void __cdecl FUN_00ca8875(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,int param_5,uint param_6,char *param_7,wchar_t *param_8);
  3266. undefined4 __cdecl FUN_00ca8b98(int *param_1,int param_2);
  3267. undefined4 __cdecl FUN_00ca8c13(int *param_1,int param_2);
  3268. void __cdecl FUN_00ca8c8e(int *param_1,void *param_2);
  3269. void __cdecl FUN_00ca8d30(int *param_1,void *param_2);
  3270. undefined4 __cdecl FUN_00ca8dd2(int *param_1,int param_2);
  3271. undefined4 __cdecl FUN_00ca8e57(int *param_1,int param_2);
  3272. undefined4 __cdecl FUN_00ca8ed4(int *param_1,int param_2);
  3273. undefined4 __cdecl FUN_00ca8f51(int *param_1,int param_2);
  3274. undefined4 __cdecl FUN_00ca8fce(int *param_1,int param_2);
  3275. undefined4 __cdecl FUN_00ca904b(int *param_1,int param_2);
  3276. undefined4 __cdecl FUN_00ca90c8(int *param_1,int param_2);
  3277. undefined4 __cdecl FUN_00ca9145(int *param_1,int param_2);
  3278. undefined4 __cdecl FUN_00ca91de(int *param_1,int param_2);
  3279. undefined4 __cdecl FUN_00ca9278(int *param_1,int param_2);
  3280. undefined4 __cdecl FUN_00ca9311(int *param_1,int param_2);
  3281. undefined4 __cdecl FUN_00ca93ab(int *param_1,int param_2);
  3282. undefined4 __cdecl FUN_00ca9428(int *param_1,int param_2);
  3283. undefined4 __cdecl FUN_00ca94a5(int *param_1,int param_2);
  3284. undefined4 __cdecl FUN_00ca9522(int *param_1,int param_2);
  3285. undefined4 __cdecl FUN_00ca95b2(int *param_1,int param_2);
  3286. undefined4 __cdecl FUN_00ca9633(int *param_1,int param_2);
  3287. undefined4 __cdecl FUN_00ca96b4(int *param_1,int param_2);
  3288. undefined4 __cdecl FUN_00ca972f(int *param_1,int param_2);
  3289. char * __fastcall FUN_00ca97aa(int param_1);
  3290. void __cdecl FUN_00ca97d8(undefined4 param_1,undefined2 *param_2,int **param_3,int **param_4,int param_5,int *param_6);
  3291. void __cdecl FUN_00ca9ea9(undefined4 param_1,undefined2 *param_2,int **param_3,int **param_4,int param_5,int *param_6);
  3292. void __cdecl FUN_00caa57a(undefined4 param_1,undefined2 *param_2,int **param_3,int **param_4,int param_5,int *param_6);
  3293. void __cdecl FUN_00caacd6(undefined4 param_1,undefined2 *param_2,int **param_3,int **param_4,int param_5,int *param_6);
  3294. void FUN_00cab432(int **param_1,int *param_2,undefined4 param_3,int *param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 param_8,byte *param_9);
  3295. void FUN_00cab583(int **param_1,int *param_2,undefined4 param_3,int *param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 param_8,byte *param_9);
  3296. void __cdecl FUN_00cab6d4(undefined4 param_1,char *param_2,int **param_3,int **param_4,uint param_5,void *param_6);
  3297. void __cdecl FUN_00cabaad(undefined4 param_1,char *param_2,int **param_3,int **param_4,uint param_5,int param_6);
  3298. void __cdecl Getint(undefined4 param_1,int **param_2,int **param_3,int param_4,int param_5,uint *param_6,int *param_7);
  3299. void FUN_00cac035(undefined *param_1,int **param_2,int **param_3,char param_4,int param_5,short *param_6);
  3300. void FUN_00caca53(undefined *param_1,int **param_2,int **param_3,char param_4,int param_5,short *param_6);
  3301. char * __fastcall FUN_00cad471(int param_1);
  3302. void __thiscall _Getvals<wchar_t>(_Mpunct<wchar_t> *this,wchar_t param_1,lconv *param_2);
  3303. uint __cdecl _Hash_seq(uchar *param_1,uint param_2);
  3304. undefined * __cdecl FUN_00cad535(undefined4 param_1,undefined *param_2,char *param_3,uint param_4);
  3305. void __fastcall FUN_00cad5aa(int **param_1);
  3306. void __thiscall _Init(_Mpunct<unsigned_short> *this,_Locinfo *param_1,bool param_2);
  3307. void Catch_All@00cad694(void);
  3308. void __thiscall _Init(_Mpunct<wchar_t> *this,_Locinfo *param_1,bool param_2);
  3309. void Catch_All@00cad76a(void);
  3310. void __fastcall Init(int param_1);
  3311. void __thiscall _Init(numpunct<unsigned_short> *this,_Locinfo *param_1,bool param_2);
  3312. void Catch_All@00cad89e(void);
  3313. void __thiscall Init(void *this,_Locinfo *param_1);
  3314. void Catch_All@00cad8e8(void);
  3315. void __thiscall _Init(time_get<wchar_t,class_std::istreambuf_iterator<wchar_t,struct_std::char_traits<wchar_t>_>_>*this,_Locinfo *param_1);
  3316. void Catch_All@00cad932(void);
  3317. void __cdecl FUN_00cad944(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,int param_5,uint param_6,char *param_7,wchar_t *param_8);
  3318. void __cdecl FUN_00cadc03(_Locinfo *param_1,uint param_2,int param_3,void *param_4);
  3319. void __cdecl FUN_00cae153(_Locinfo *param_1,uint param_2,int param_3,void *param_4);
  3320. wchar_t * __cdecl _Maklocwcs(wchar_t *param_1);
  3321. void __thiscall Makpat(void *this,void *param_1,uint param_2,uint param_3,uint param_4);
  3322. uint __fastcall FUN_00cae736(int **param_1);
  3323. void __cdecl Put(undefined4 *param_1,undefined4 param_2,undefined4 param_3,ushort *param_4,int param_5);
  3324. void __cdecl Put(undefined4 *param_1,undefined4 param_2,undefined4 param_3,ushort *param_4,int param_5);
  3325. void __cdecl Put(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,ushort *param_5,int param_6);
  3326. void FUN_00cae80b(undefined4 *param_1,undefined4 param_2,undefined4 param_3,char param_4,int param_5,ushort param_6,char param_7,undefined4 *param_8);
  3327. void FUN_00caeda3(undefined4 *param_1,undefined4 param_2,undefined4 param_3,char param_4,int param_5,ushort param_6,char param_7,undefined4 *param_8);
  3328. void __cdecl Rep(undefined4 *param_1,undefined4 param_2,undefined4 param_3,uint param_4,int param_5);
  3329. void __cdecl Rep(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,int param_5);
  3330. void __cdecl Rep(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,uint param_5,int param_6);
  3331. void __fastcall Tidy(int param_1);
  3332. void __fastcall FUN_00caf3df(void **param_1);
  3333. wchar_t * __fastcall FUN_00caf40c(int param_1);
  3334. wchar_t * __fastcall FUN_00caf43a(int param_1);
  3335. void ** __thiscall FUN_00caf468(void *this,void *param_1,wchar_t param_2);
  3336. void ** __thiscall FUN_00caf4c6(void *this,void *param_1,void *param_2);
  3337. wchar_t ** __thiscall FUN_00caf527(void *this,wchar_t *param_1,wchar_t param_2);
  3338. void __thiscall FUN_00caf575(void *this,short *param_1);
  3339. void ** __thiscall FUN_00caf59c(void *this,void *param_1,void *param_2);
  3340. int __thiscall do_compare(collate<unsigned_short> *this,ushort *param_1,ushort *param_2,ushort *param_3,ushort *param_4);
  3341. uint __thiscall do_compare(void *this,LPCWSTR param_1,int param_2,ushort *param_3,int param_4);
  3342. void * __thiscall FUN_00caf64f(void *this,void *param_1);
  3343. void * __thiscall FUN_00caf664(void *this,void *param_1);
  3344. undefined4 __fastcall FUN_00caf679(int param_1);
  3345. void * FUN_00caf67d(void *param_1);
  3346. void * FUN_00caf69d(void *param_1);
  3347. void FUN_00caf6bd(int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,double *param_9);
  3348. void FUN_00caf765(int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 *param_9);
  3349. void FUN_00caf83f(int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,double *param_9);
  3350. void FUN_00caf8e7(int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 *param_9);
  3351. void __thiscall FUN_00caf9c1(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,short *param_8);
  3352. void __thiscall FUN_00cafa8d(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3353. void __thiscall FUN_00cafb50(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3354. void __thiscall FUN_00cafc03(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3355. void __thiscall FUN_00cafcb6(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,float *param_8);
  3356. void __thiscall do_get(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,double *param_8);
  3357. void __thiscall FUN_00cafeac(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3358. void __thiscall FUN_00caff5f(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 *param_8);
  3359. void __thiscall FUN_00cb0017(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 *param_8);
  3360. void FUN_00cb00cf(int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int *param_6,uint *param_7,undefined4 param_8);
  3361. void __thiscall FUN_00cb02ad(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,short *param_8);
  3362. void __thiscall FUN_00cb0379(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3363. void __thiscall FUN_00cb043c(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3364. void __thiscall FUN_00cb04ef(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3365. void __thiscall FUN_00cb05a2(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,float *param_8);
  3366. void __thiscall do_get(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,double *param_8);
  3367. void __thiscall FUN_00cb0798(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3368. void __thiscall FUN_00cb084b(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 *param_8);
  3369. void __thiscall FUN_00cb0903(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 *param_8);
  3370. void FUN_00cb09bb(int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int *param_6,uint *param_7,undefined4 param_8);
  3371. void __thiscall FUN_00cb0b99(void *this,int **param_1,int *param_2,int *param_3,int *param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8,undefined param_9);
  3372. void __thiscall FUN_00cb0f22(void *this,int **param_1,int *param_2,int *param_3,int *param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8,undefined param_9);
  3373. void __thiscall FUN_00cb12ab(void *this,int **param_1,int *param_2,undefined4 param_3,int *param_4,undefined4 param_5,int param_6,uint *param_7,int param_8);
  3374. void __thiscall FUN_00cb1759(void *this,int **param_1,int *param_2,undefined4 param_3,int *param_4,undefined4 param_5,int param_6,uint *param_7,int param_8);
  3375. void __thiscall do_get_monthname(void *this,int **param_1,int *param_2,int *param_3);
  3376. void __thiscall FUN_00cb1c47(void *this,int **param_1,int *param_2,int *param_3,undefined2 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3377. void __thiscall FUN_00cb1d67(void *this,int **param_1,int *param_2,int *param_3,undefined2 param_4,undefined4 param_5,int param_6,uint *param_7,uint *param_8);
  3378. void __thiscall do_get_weekday(void *this,int **param_1,int *param_2,int *param_3);
  3379. void __thiscall FUN_00cb1ec7(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,int param_8);
  3380. void __thiscall FUN_00cb1f5c(void *this,int **param_1,int *param_2,int *param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,int param_8);
  3381. void * __thiscall FUN_00cb1ff1(void *this,void *param_1);
  3382. void do_hash(uchar *param_1,int param_2);
  3383. uint __thiscall FUN_00cb2021(void *this,mbstate_t *param_1,char *param_2,char *param_3,char **param_4,wchar_t *param_5,wchar_t *param_6,wchar_t **param_7);
  3384. uint FUN_00cb20c3(ushort param_1);
  3385. uint __thiscall do_length(void *this,mbstate_t *param_1,char *param_2,char *param_3,uint param_4);
  3386. undefined4 FUN_00cb2163(void);
  3387. void __thiscall do_narrow(void *this,wchar_t param_1);
  3388. wchar_t * __thiscall do_narrow(void *this,wchar_t *param_1,wchar_t *param_2,undefined4 param_3,undefined *param_4);
  3389. void * __thiscall FUN_00cb21c3(void *this,void *param_1);
  3390. void * __thiscall FUN_00cb21d8(void *this,void *param_1);
  3391. undefined4 FUN_00cb21ed(void);
  3392. void __thiscall FUN_00cb21f3(void *this,mbstate_t *param_1,wchar_t *param_2,wchar_t *param_3,wchar_t **param_4,char *param_5,char *param_6,char **param_7);
  3393. void __thiscall FUN_00cb22db(void *this,undefined4 *param_1);
  3394. void * __thiscall FUN_00cb22ea(void *this,void *param_1);
  3395. void * __thiscall FUN_00cb22ff(void *this,void *param_1);
  3396. void FUN_00cb2314(undefined4 *param_1,undefined4 param_2,undefined4 param_3,char param_4,int param_5,ushort param_6,short **param_7);
  3397. void FUN_00cb2440(undefined4 *param_1,undefined4 param_2,undefined4 param_3,char param_4,int param_5,ushort param_6);
  3398. void FUN_00cb25c0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,char param_4,int param_5,ushort param_6,short **param_7);
  3399. void FUN_00cb26ec(undefined4 *param_1,undefined4 param_2,undefined4 param_3,char param_4,int param_5,ushort param_6);
  3400. void __thiscall do_put(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5);
  3401. void __thiscall do_put(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5);
  3402. void __thiscall FUN_00cb2946(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5,double param_6);
  3403. void __thiscall FUN_00cb2a61(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5,double param_6);
  3404. void __thiscall do_put(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5);
  3405. void __thiscall do_put(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5);
  3406. void __thiscall do_put(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,uint param_5);
  3407. void __thiscall FUN_00cb2cb9(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,int param_4,ushort param_5,byte param_6);
  3408. void __thiscall FUN_00cb2e2d(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,tm *param_6,char param_7,char param_8);
  3409. void __thiscall FUN_00cb2f06(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,tm *param_6,char param_7,char param_8);
  3410. ushort * __thiscall do_scan_is(void *this,undefined4 param_1,ushort *param_2,ushort *param_3);
  3411. ushort * __thiscall do_scan_not(void *this,undefined4 param_1,ushort *param_2,ushort *param_3);
  3412. void __thiscall do_tolower(void *this,wchar_t param_1);
  3413. wchar_t * __thiscall do_tolower(void *this,wchar_t *param_1,wchar_t *param_2);
  3414. void __thiscall do_toupper(void *this,wchar_t param_1);
  3415. wchar_t * __thiscall do_toupper(void *this,wchar_t *param_1,wchar_t *param_2);
  3416. undefined4 * __thiscall FUN_00cb3115(void *this,undefined4 *param_1,ushort *param_2,ushort *param_3);
  3417. undefined4 * __thiscall FUN_00cb319f(void *this,undefined4 *param_1,wchar_t *param_2,wchar_t *param_3);
  3418. void __thiscall do_unshift(void *this,mbstate_t *param_1,void *param_2,int param_3,void **param_4);
  3419. void __fastcall do_widen(int param_1);
  3420. uint __thiscall do_widen(void *this,uint param_1,uint param_2,undefined2 *param_3);
  3421. undefined4 __thiscall FUN_00cb3312(void *this,int **param_1);
  3422. undefined4 * __thiscall FUN_00cb334c(void *this,uint param_1);
  3423. undefined4 * __thiscall FUN_00cb3374(void *this,uint param_1);
  3424. undefined4 __thiscall get_monthname(void *this,undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8);
  3425. undefined4 __thiscall get_weekday(void *this,undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8);
  3426. undefined4 __thiscall get_year(void *this,undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8);
  3427. void ** __thiscall FUN_00cb3445(void *this,void *param_1,void *param_2,wchar_t param_3);
  3428. void __thiscall FUN_00cb34bf(void *this,void *param_1);
  3429. void __thiscall FUN_00cb3537(void *this,undefined4 param_1);
  3430. void __thiscall resize(void *this,uint param_1,wchar_t param_2);
  3431. uint __fastcall sbumpc(int *param_1);
  3432. uint __fastcall sgetc(int *param_1);
  3433. uint __thiscall sputc(void *this,uint param_1);
  3434. errno_t __cdecl _memcpy_s(void *_Dst,rsize_t _DstSize,void *_Src,rsize_t _MaxCount);
  3435. undefined4 * __cdecl Copy_no_deprecate1<>(undefined4 *param_1,char *param_2,ostreambuf_iterator<char,struct_std::char_traits<char>_> param_3,_General_ptr_iterator_tag param_4);
  3436. ostreambuf_iterator<char,struct_std::char_traits<char>_> __cdecl _Copy_unchecked1<char*,class_std::ostreambuf_iterator<char,struct_std::char_traits<char>_>_>(char *param_1,char *param_2,ostreambuf_iterator<char,struct_std::char_traits<char>_> param_3,_General_ptr_iterator_tag param_4);
  3437. char * __cdecl FUN_00cb3757(char *param_1,char *param_2,ostreambuf_iterator<char,struct_std::char_traits<char>_> param_3,_General_ptr_iterator_tag param_4);
  3438. void __thiscall _Getvals<char>(_Mpunct<char> *this,char param_1,lconv *param_2);
  3439. void __thiscall Getvals<>(void *this,undefined4 param_1,int param_2);
  3440. undefined4 * __cdecl FUN_00cb3865(undefined4 *param_1,char *param_2,ostreambuf_iterator<char,struct_std::char_traits<char>_> param_3,_General_ptr_iterator_tag param_4);
  3441. int * __cdecl FUN_00cb3884(void *param_1);
  3442. int * __cdecl FUN_00cb3922(void *param_1);
  3443. int * __cdecl FUN_00cb39c0(void *param_1);
  3444. int * __cdecl FUN_00cb3a5e(void *param_1);
  3445. int * __cdecl FUN_00cb3afc(void *param_1);
  3446. int * __cdecl FUN_00cb3b9a(void *param_1);
  3447. int * __cdecl FUN_00cb3c38(void *param_1);
  3448. int * __cdecl FUN_00cb3cd6(void *param_1);
  3449. undefined4 * __thiscall time_get<>(void *this,int param_1,undefined4 param_2);
  3450. undefined4 * __thiscall FUN_00cb3da7(void *this,undefined4 param_1,undefined4 param_2);
  3451. undefined4 * __thiscall FUN_00cb3dda(void *this,byte param_1);
  3452. undefined4 * __thiscall `
  3453. scalar_deleting_destructor '(void *this,byte param_1);
  3454. undefined4 * __thiscall `scalar_deleting_destructor'(void *this,byte param_1);
  3455. undefined4 * __thiscall FUN_00cb3e68(void *this,byte param_1);
  3456. void __cdecl FUN_00cb3e9a(int *param_1,void *param_2);
  3457. undefined4 __cdecl FUN_00cb3f3c(int *param_1,int param_2);
  3458. undefined4 __cdecl FUN_00cb3fb9(int *param_1,int param_2);
  3459. undefined4 __cdecl FUN_00cb4036(int *param_1,int param_2);
  3460. undefined4 __cdecl FUN_00cb40b3(int *param_1,int param_2);
  3461. undefined4 __cdecl FUN_00cb414c(int *param_1,int param_2);
  3462. undefined4 __cdecl FUN_00cb41e6(int *param_1,int param_2);
  3463. undefined4 __cdecl FUN_00cb4267(int *param_1,int param_2);
  3464. void FUN_00cb42e2(basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,undefined4 param_3,int param_4,undefined4 param_5,int param_6,uint *param_7,undefined4 param_8,byte *param_9);
  3465. int __thiscall _Getint(time_get<char,class_std::istreambuf_iterator<char,struct_std::char_traits<char>_>_> *this,istreambuf_iterator<char,struct_std::char_traits<char>_> *param_1,istreambuf_iterator<char,struct_std::char_traits<char>_> *param_2,int param_3,int param_4,int *param_5,ctype<char> *param_6);
  3466. void FUN_00cb45ca(undefined *param_1,basic_streambuf<char,struct_std::char_traits<char>_> **param_2,int *param_3,char param_4,int param_5,char *param_6);
  3467. void __thiscall _Init(_Mpunct<char> *this,_Locinfo *param_1,bool param_2);
  3468. void Catch_All@00cb5073(void);
  3469. void __thiscall Init(void *this,int param_1);
  3470. void Catch_All@00cb50bd(void);
  3471. void __cdecl FUN_00cb50cf(_Locinfo *param_1,uint param_2,int param_3,void *param_4);
  3472. void __thiscall _Makpat(_Mpunct<char> *this,pattern *param_1,uint param_2,uint param_3,uint param_4);
  3473. ostreambuf_iterator<char,struct_std::char_traits<char>_> __cdecl _Put(ostreambuf_iterator<char,struct_std::char_traits<char>_> param_1,_String_const_iterator<class_std::_String_val<struct_std::_Simple_types<char>_>_> param_2,uint param_3);
  3474. void FUN_00cb54bc(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,int param_5,byte param_6,char param_7,undefined4 *param_8);
  3475. void __cdecl Rep(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,int param_5);
  3476. void __fastcall Tidy(int param_1);
  3477. int __thiscall do_compare(collate<char> *this,char *param_1,char *param_2,char *param_3,char *param_4);
  3478. void * __thiscall FUN_00cb5abd(void *this,void *param_1);
  3479. void * FUN_00cb5ad2(void *param_1);
  3480. void FUN_00cb5af2(basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,double *param_9);
  3481. void FUN_00cb5b9a(basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 *param_9);
  3482. void __thiscall FUN_00cb5c6c(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,int param_4,undefined4 param_5,int param_6,uint *param_7,ctype<char> *param_8,char param_9);
  3483. void __thiscall FUN_00cb5ff5(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,undefined4 param_3,int param_4,undefined4 param_5,int param_6,uint *param_7,int param_8);
  3484. void __thiscall do_get_monthname(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3);
  3485. void __thiscall FUN_00cb6494(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3,undefined param_4,undefined4 param_5,int param_6,uint *param_7,ctype<char> *param_8);
  3486. void __thiscall do_get_weekday(void *this,basic_streambuf<char,struct_std::char_traits<char>_> **param_1,basic_streambuf<char,struct_std::char_traits<char>_> *param_2,basic_streambuf<char,struct_std::char_traits<char>_> *param_3);
  3487. void __thiscall FUN_00cb65f4(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,int param_6,uint *param_7,int param_8);
  3488. long __thiscall do_hash(collate<char> *this,char *param_1,char *param_2);
  3489. void __thiscall FUN_00cb66a1(void *this,undefined4 *param_1);
  3490. void * __thiscall FUN_00cb66b0(void *this,void *param_1);
  3491. void * __thiscall FUN_00cb66c5(void *this,void *param_1);
  3492. void FUN_00cb66da(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,int param_5,byte param_6,char **param_7);
  3493. void FUN_00cb6813(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,int param_5,byte param_6);
  3494. void __thiscall FUN_00cb698f(void *this,undefined4 *param_1,_General_ptr_iterator_tag param_2);
  3495. undefined4 * __thiscall FUN_00cb6a62(void *this,undefined4 *param_1,char *param_2,char *param_3);
  3496. uint __thiscall FUN_00cb6ae6(void *this,byte *param_1,byte **param_2,uint param_3,undefined4 *param_4);
  3497. uint __cdecl FUN_00cb6b8d(byte *param_1,byte **param_2,uint param_3,undefined4 *param_4);
  3498. ulonglong __thiscall FUN_00cb6d02(void *this,byte *param_1,byte **param_2,uint param_3,undefined4 *param_4);
  3499. ulonglong __cdecl FUN_00cb6dd2(byte *param_1,byte **param_2,uint param_3,undefined4 *param_4);
  3500. int __cdecl _AtlGetTableIndexFromLocaleName(wchar_t *param_1);
  3501. int __cdecl ___crtCompareStringEx(LPCWSTR lpLocaleName,DWORD dwCmpFlags,LPCWSTR lpString1,int cchCount1,LPCWSTR lpString2,int cchCount2);
  3502. undefined4 __cdecl ___crtDownlevelLocaleNameToLCID(wchar_t *param_1);
  3503. int __cdecl ___crtGetLocaleInfoEx(LPCWSTR lpLocaleName,LCTYPE LCType,LPWSTR lpLCData,int cchData);
  3504. int __cdecl ___crtLCMapStringEx(LPCWSTR lpLocaleName,DWORD dwMapFlags,LPCWSTR lpSrcStr,int cchSrc,LPWSTR lpDestStr,int cchDest);
  3505. int __cdecl _AtlWcsnicmpAscii(wchar_t *param_1,wchar_t *param_2,uint param_3);
  3506. _Collvec __cdecl __Getcoll(void);
  3507. int __cdecl __Strcoll(char *param_1,char *param_2,char *param_3,char *param_4,_Collvec *param_5);
  3508. uint FUN_00cb7230(void);
  3509. int __cdecl FUN_00cb7279(LPCWSTR param_1,int param_2,ushort *param_3,int param_4,wchar_t **param_5);
  3510. size_t __cdecl __Wcsxfrm(wchar_t *_String1,wchar_t *_End1,wchar_t *param_3,wchar_t *param_4,_Collvec *param_5);
  3511. size_t __cdecl __Strxfrm(char *_String1,char *_End1,char *param_3,char *param_4,_Collvec *param_5);
  3512. void __cdecl FUN_00cb7473(LPCWSTR param_1,DWORD param_2,byte *param_3,int param_4,byte *param_5,int param_6,UINT param_7);
  3513. int __cdecl ___crtCompareStringW(LPCWSTR _LocaleName,DWORD _DwCmpFlags,LPCWSTR _LpString1,int _CchCount1,LPCWSTR _LpString2,int _CchCount2);
  3514. void * __cdecl _CallCatchBlock2(EHRegistrationNode *param_1,_s_FuncInfo *param_2,void *param_3,int param_4,ulong param_5);
  3515. int __cdecl _CallSETranslator(EHExceptionRecord *param_1,EHRegistrationNode *param_2,void *param_3,void *param_4,_s_FuncInfo *param_5,int param_6,EHRegistrationNode *param_7);
  3516. _s_TryBlockMapEntry * __cdecl _GetRangeOfTrysToCheck(_s_FuncInfo *param_1,int param_2,int param_3,uint *param_4,uint *param_5);
  3517. void _JumpToContinuation(void *param_1,EHRegistrationNode *param_2);
  3518. void _UnwindNestedFrames(EHRegistrationNode *param_1,EHExceptionRecord *param_2);
  3519. void __cdecl __CatchGuardHandler(int *param_1,int *param_2,_CONTEXT *param_3);
  3520. undefined4 * __cdecl __CreateFrameInfo(undefined4 *param_1,undefined4 param_2);
  3521. void __cdecl FUN_00cb79c5(int param_1);
  3522. undefined4 __cdecl __TranslatorGuardHandler(int *param_1,EHRegistrationNode *param_2,_CONTEXT *param_3);
  3523. undefined4 FID_conflict:___CxxFrameHandler3(int *param_1,int *param_2,_CONTEXT *param_3,void *param_4);
  3524. void * __cdecl FID_conflict:_memcpy(void *_Dst,void *_Src,size_t _Size);
  3525. void __cdecl ___DestructExceptionObject(int *param_1);
  3526. void FUN_00cb80e9(undefined4 param_1,undefined *param_2);
  3527. undefined4 __cdecl __IsExceptionObjectToBeDestroyed(int param_1);
  3528. int __cdecl ___AdjustPointer(int param_1,int *param_2);
  3529. undefined4 ___FrameUnwindFilter(int **param_1);
  3530. void Unwind@00cb8186(void);
  3531. undefined4 FUN_00cb818b(void);
  3532. void __cdecl ___std_exception_copy(char **param_1,char **param_2);
  3533. void __cdecl ___std_exception_destroy(void **param_1);
  3534. void FUN_00cb821d(void);
  3535. void * __cdecl _memchr(void *_Buf,int _Val,size_t _MaxCount);
  3536. wchar_t * __cdecl _wcsstr(wchar_t *_Str,wchar_t *_SubStr);
  3537. char * __cdecl _strchr(char *_Str,int _Val);
  3538. uint ___vcrt_initialize(void);
  3539. undefined4 ___vcrt_uninitialize(char param_1);
  3540. void __cdecl _ValidateLocalCookies(int *param_1);
  3541. DWORD __cdecl FUN_00cb8740(PEXCEPTION_RECORD param_1,PVOID param_2,DWORD param_3);
  3542. uint __cdecl crt_fast_encode_pointer<>(uint param_1);
  3543. HMODULE __cdecl FUN_00cb88ba(int *param_1,int *param_2);
  3544. FARPROC __cdecl FUN_00cb8980(int param_1,LPCSTR param_2,int *param_3,int *param_4);
  3545. void __cdecl ___vcrt_FlsAlloc(undefined4 param_1);
  3546. void __cdecl ___vcrt_FlsFree(DWORD param_1);
  3547. void __cdecl ___vcrt_FlsGetValue(DWORD param_1);
  3548. void __cdecl ___vcrt_FlsSetValue(DWORD param_1,LPVOID param_2);
  3549. void __cdecl ___vcrt_InitializeCriticalSectionEx(LPCRITICAL_SECTION param_1,DWORD param_2,undefined4 param_3);
  3550. void ___vcrt_initialize_winapi_thunks(void);
  3551. void __cdecl ___vcrt_uninitialize_winapi_thunks(char param_1);
  3552. void __CxxThrowException@8(int *param_1,byte *param_2);
  3553. void * __cdecl _memset(void *_Dst,int _Val,size_t _Size);
  3554. uint __cdecl ___std_type_info_compare(int param_1,int param_2);
  3555. void * __cdecl FID_conflict:_memcpy(void *_Dst,void *_Src,size_t _Size);
  3556. int FUN_00cb9334(uint *param_1,uint *param_2,uint param_3);
  3557. void FUN_00cbaf48(undefined *param_1);
  3558. void ___vcrt_getptd(void);
  3559. LPVOID ___vcrt_getptd_noexit(void);
  3560. uint FUN_00cbb004(void);
  3561. uint FUN_00cbb03b(void);
  3562. undefined4 ___vcrt_uninitialize_ptd(void);
  3563. void __CallSettingFrame@12(undefined4 param_1,undefined4 param_2,int param_3);
  3564. undefined4 * __thiscall FUN_00cbb0ec(void *this,int param_1);
  3565. undefined4 * __fastcall FUN_00cbb107(undefined4 *param_1);
  3566. void * __cdecl CallCatchBlock(EHExceptionRecord *param_1,EHRegistrationNode *param_2,_CONTEXT *param_3,_s_FuncInfo *param_4,void *param_5,int param_6,ulong param_7);
  3567. void FUN_00cbb25a(void);
  3568. void FUN_00cbb2db(undefined4 param_1);
  3569. void Catch_All@00cbb2fb(void);
  3570. void __cdecl FUN_00cbb315(EHExceptionRecord *param_1,int *param_2,_CONTEXT *param_3,undefined4 param_4,_s_FuncInfo *param_5,uint *param_6,byte *param_7,int *param_8,int param_9,int *param_10);
  3571. int __cdecl ExFilterRethrow(_EXCEPTION_POINTERS *param_1);
  3572. void __cdecl FUN_00cbb3d8(int *param_1,int *param_2,_CONTEXT *param_3,void *param_4,_s_FuncInfo *param_5,char param_6,int param_7,int *param_8);
  3573. void __cdecl FindHandlerForForeignException(EHExceptionRecord *param_1,EHRegistrationNode *param_2,_CONTEXT *param_3,void *param_4,_s_FuncInfo *param_5,int param_6,int param_7,EHRegistrationNode *param_8);
  3574. uchar __cdecl IsInExceptionSpec(EHExceptionRecord *param_1,_s_ESTypeList *param_2);
  3575. uchar __cdecl Is_bad_exception_allowed(_s_ESTypeList *param_1);
  3576. void FUN_00cbb92f(undefined4 param_1,undefined *param_2,undefined4 param_3);
  3577. void FUN_00cbb93f(undefined4 param_1,undefined *param_2,undefined4 param_3,undefined4 param_4);
  3578. void __cdecl ___BuildCatchObject(int param_1,int *param_2,uint *param_3,byte *param_4);
  3579. int __cdecl FUN_00cbb9e1(int param_1,int *param_2,uint *param_3,byte *param_4);
  3580. void __cdecl FUN_00cbbb14(int param_1,undefined4 param_2,int param_3,int param_4);
  3581. void FUN_00cbbbc7(void);
  3582. undefined4 __cdecl ___InternalCxxFrameHandler(int *param_1,int *param_2,_CONTEXT *param_3,void *param_4,_s_FuncInfo *param_5,int param_6,int *param_7,byte param_8);
  3583. undefined4 __cdecl ___TypeMatch(byte *param_1,byte *param_2,byte *param_3);
  3584. void __cdecl FUN_00cbbd6b(int param_1);
  3585. void __cdecl FUN_00cbbd9b(int param_1);
  3586. void ___vcrt_initialize_pure_virtual_call_handler(void);
  3587. uint ___vcrt_initialize_locks(void);
  3588. undefined4 ___vcrt_uninitialize_locks(void);
  3589. void __cdecl __local_unwind4(uint *param_1,int param_2,uint param_3);
  3590. void __fastcall @_EH4_CallFilterFunc@8(undefined *param_1);
  3591. void __fastcall FUN_00cbbf68(undefined *param_1);
  3592. void __fastcall FUN_00cbbf84(PVOID param_1,PEXCEPTION_RECORD param_2);
  3593. void __fastcall @_EH4_LocalUnwind@16(int param_1,uint param_2,undefined4 param_3,uint *param_4);
  3594. void __cdecl FUN_00cbbfc0(PVOID param_1);
  3595. void __cdecl __local_unwind2(int param_1,uint param_2);
  3596. undefined4 __fastcall FUN_00cbc0d0(undefined4 uParm1);
  3597. undefined4 FUN_00cbc0dc(undefined4 param_1);
  3598. void FUN_00cbc0fb(void);
  3599. void _unexpected(void);
  3600. void ___acrt_call_reportfault(int param_1,DWORD param_2,DWORD param_3);
  3601. void __cdecl FUN_00cbc255(char **param_1);
  3602. void __cdecl __invalid_parameter(wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,uint param_4,uintptr_t param_5);
  3603. void FUN_00cbc2e4(void);
  3604. void FUN_00cbc2f4(void);
  3605. void __cdecl __invoke_watson(wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,uint param_4,uintptr_t param_5);
  3606. void * __cdecl _calloc(size_t _Count,size_t _Size);
  3607. size_t __cdecl _strcspn(char *_Str,char *_Control);
  3608. int operator()<>(FILE **param_1,<lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b> *param_2);
  3609. void FUN_00cbc3db(void);
  3610. void __cdecl acrt_lock_stream_and_call<>(FILE *param_1,<lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b> *param_2);
  3611. int __cdecl common_vsprintf<class___crt_stdio_output::format_validation_base,char>(__uint64 param_1,char *param_2,uint param_3,char *param_4,__crt_locale_pointers *param_5,char *param_6);
  3612. int __cdecl common_vsprintf<class___crt_stdio_output::format_validation_base,wchar_t>(__uint64 param_1,wchar_t *param_2,uint param_3,wchar_t *param_4,__crt_locale_pointers *param_5,char *param_6);
  3613. int __cdecl common_vsprintf<class___crt_stdio_output::standard_base,char>(__uint64 param_1,char *param_2,uint param_3,char *param_4,__crt_locale_pointers *param_5,char *param_6);
  3614. int __cdecl common_vsprintf<class___crt_stdio_output::standard_base,wchar_t>(__uint64 param_1,wchar_t *param_2,uint param_3,wchar_t *param_4,__crt_locale_pointers *param_5,char *param_6);
  3615. int __cdecl common_vsprintf_s<char>(__uint64 param_1,char *param_2,uint param_3,char *param_4,__crt_locale_pointers *param_5,char *param_6);
  3616. int __cdecl common_vsprintf_s<wchar_t>(__uint64 param_1,wchar_t *param_2,uint param_3,wchar_t *param_4,__crt_locale_pointers *param_5,char *param_6);
  3617. uint __thiscall count<char>(formatting_buffer *this);
  3618. bool __thiscall ensure_buffer_is_big_enough<char>(formatting_buffer *this,uint param_1);
  3619. bool __cdecl is_wide_character_specifier<char>(__uint64 param_1,char param_2,length_modifier param_3);
  3620. bool __cdecl is_wide_character_specifier<wchar_t>(__uint64 param_1,wchar_t param_2,length_modifier param_3);
  3621. char * __thiscall scratch_data<char>(formatting_buffer *this);
  3622. void __thiscall type_case_integer_parse_into_buffer<unsigned_int>(void *this,uint param_1,uint param_2,char param_3);
  3623. void __thiscall type_case_integer_parse_into_buffer<unsigned___int64>(void *this,longlong param_1,uint param_2,char param_3);
  3624. void __cdecl write_multiple_characters<class___crt_stdio_output::stream_output_adapter<char>,char>(stream_output_adapter<char> *param_1,char param_2,int param_3,int *param_4);
  3625. void __cdecl write_multiple_characters<class___crt_stdio_output::string_output_adapter<char>,char>(string_output_adapter<char> *param_1,char param_2,int param_3,int *param_4);
  3626. void __cdecl write_multiple_characters<class___crt_stdio_output::string_output_adapter<wchar_t>,char>(string_output_adapter<wchar_t> *param_1,char param_2,int param_3,int *param_4);
  3627. void __thiscall common_data<char>(common_data<char> *this);
  3628. void __thiscall common_data<wchar_t>(common_data<wchar_t> *this);
  3629. undefined4 * __thiscall output_adapter_data<>(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6);
  3630. undefined4 * __thiscall output_adapter_data<>(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6);
  3631. void * __thiscall output_processor<>(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6);
  3632. void * __thiscall output_processor<>(void *this,undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6);
  3633. void __thiscall _LocaleUpdate(_LocaleUpdate *this,__crt_locale_pointers *param_1);
  3634. void __thiscall ~formatting_buffer(formatting_buffer *this);
  3635. __crt_unique_heap_ptr<char,struct___crt_internal_free_policy> * __thiscall operator=(__crt_unique_heap_ptr<char,struct___crt_internal_free_policy> *this,__crt_unique_heap_ptr<char,struct___crt_internal_free_policy> *param_1);
  3636. int __thiscall operator()(<lambda_4f2c1eaeead2a5fc776db5b62ea0fb9b> *this);
  3637. void __cdecl crop_zeroes(char *param_1,__crt_locale_pointers *param_2);
  3638. uint find_next_state(char param_1,int param_2);
  3639. uint find_next_state(char param_1,int param_2);
  3640. uint find_next_state(ushort param_1,int param_2);
  3641. uint find_next_state(ushort param_1,int param_2);
  3642. void __cdecl force_decimal_point(char *param_1,__crt_locale_pointers *param_2);
  3643. uint __thiscall parse_int_from_format_string(void *this,long *param_1);
  3644. uint __thiscall parse_int_from_format_string(void *this,long *param_1);
  3645. int __thiscall process(output_processor<char,class___crt_stdio_output::stream_output_adapter<char>,class___crt_stdio_output::standard_base<char,class___crt_stdio_output::stream_output_adapter<char>_>_>*this);
  3646. int __thiscall process(output_processor<char,class___crt_stdio_output::string_output_adapter<char>,class___crt_stdio_output::format_validation_base<char,class___crt_stdio_output::string_output_adapter<char>_>_>*this);
  3647. int __thiscall process(output_processor<char,class___crt_stdio_output::string_output_adapter<char>,class___crt_stdio_output::standard_base<char,class___crt_stdio_output::string_output_adapter<char>_>_>*this);
  3648. int __thiscall process(output_processor<wchar_t,class___crt_stdio_output::string_output_adapter<wchar_t>,class___crt_stdio_output::format_validation_base<wchar_t,class___crt_stdio_output::string_output_adapter<wchar_t>_>_>*this);
  3649. int __thiscall process(output_processor<wchar_t,class___crt_stdio_output::string_output_adapter<wchar_t>,class___crt_stdio_output::standard_base<wchar_t,class___crt_stdio_output::string_output_adapter<wchar_t>_>_>*this);
  3650. undefined4 __fastcall state_case_flag(int param_1);
  3651. undefined4 __fastcall state_case_flag(int param_1);
  3652. uint __fastcall state_case_normal(int param_1);
  3653. uint __fastcall state_case_normal(int param_1);
  3654. uint __fastcall state_case_normal(int param_1);
  3655. uint __fastcall state_case_normal_common(int param_1);
  3656. uint __fastcall state_case_normal_common(int param_1);
  3657. undefined __fastcall state_case_normal_common(int param_1);
  3658. uint __fastcall state_case_normal_tchar(int param_1);
  3659. uint __fastcall state_case_normal_tchar(int param_1);
  3660. uint __fastcall state_case_precision(void *param_1);
  3661. uint __fastcall state_case_precision(void *param_1);
  3662. uint __fastcall state_case_size(uint *param_1);
  3663. uint __fastcall state_case_size(uint *param_1);
  3664. uint __fastcall state_case_size(uint *param_1);
  3665. bool __thiscall state_case_type(output_processor<char,class___crt_stdio_output::stream_output_adapter<char>,class___crt_stdio_output::standard_base<char,class___crt_stdio_output::stream_output_adapter<char>_>_>*this);
  3666. bool __thiscall state_case_type(output_processor<char,class___crt_stdio_output::string_output_adapter<char>,class___crt_stdio_output::format_validation_base<char,class___crt_stdio_output::string_output_adapter<char>_>_>*this);
  3667. bool __thiscall state_case_type(output_processor<wchar_t,class___crt_stdio_output::string_output_adapter<wchar_t>,class___crt_stdio_output::format_validation_base<wchar_t,class___crt_stdio_output::string_output_adapter<wchar_t>_>_>*this);
  3668. uint __fastcall state_case_width(void *param_1);
  3669. uint __fastcall state_case_width(void *param_1);
  3670. uint __cdecl to_integer_size(length_modifier param_1);
  3671. undefined4 __fastcall type_case_Z(__uint64 *param_1);
  3672. undefined4 __fastcall type_case_Z(__uint64 *param_1);
  3673. undefined4 __fastcall type_case_a(uint *param_1);
  3674. undefined4 __fastcall type_case_a(uint *param_1);
  3675. undefined4 __fastcall type_case_c_tchar(__uint64 *param_1);
  3676. undefined4 __fastcall type_case_c_tchar(__uint64 *param_1);
  3677. uint __thiscall type_case_integer(void *this,uint param_1,char param_2);
  3678. uint __fastcall type_case_n(int param_1);
  3679. void __fastcall type_case_o(void *param_1);
  3680. void __fastcall type_case_p(void *param_1);
  3681. undefined4 __fastcall type_case_s(__uint64 *param_1);
  3682. undefined4 __fastcall type_case_s(__uint64 *param_1);
  3683. int __thiscall type_case_s_compute_narrow_string_length(void *this,int param_1);
  3684. bool __thiscall validate(stream_output_adapter<char> *this);
  3685. bool __thiscall validate(c_string_character_source<char> *this);
  3686. uint __fastcall validate_and_update_state_at_end_of_format_string(int iParm1);
  3687. bool __cdecl validate_stream_is_ansi_if_required(_iobuf *param_1);
  3688. void __thiscall write_character(stream_output_adapter<char> *this,char param_1,int *param_2);
  3689. bool __thiscall write_character(string_output_adapter<char> *this,char param_1,int *param_2);
  3690. bool __thiscall write_character(string_output_adapter<wchar_t> *this,wchar_t param_1,int *param_2);
  3691. void __fastcall write_stored_string_tchar(int param_1);
  3692. void __fastcall write_stored_string_tchar(int param_1);
  3693. undefined4 __fastcall write_stored_string_tchar(uint param_1);
  3694. void __thiscall write_string(stream_output_adapter<char> *this,char *param_1,int param_2,int *param_3,int *param_4);
  3695. void __thiscall write_string(string_output_adapter<char> *this,char *param_1,int param_2,int *param_3,int *param_4);
  3696. void __thiscall write_string(string_output_adapter<wchar_t> *this,wchar_t *param_1,int param_2,int *param_3,int *param_4);
  3697. undefined4 __cdecl FID_conflict:___stdio_common_vfprintf(undefined4 param_1,undefined4 param_2,FILE *param_3,int param_4,undefined4 param_5,undefined4 param_6);
  3698. void __cdecl ___stdio_common_vsprintf(undefined4 param_1,undefined4 param_2,char *param_3,uint param_4,char *param_5,__crt_locale_pointers *param_6,char *param_7);
  3699. void __cdecl ___stdio_common_vsprintf_s(undefined4 param_1,undefined4 param_2,char *param_3,uint param_4,char *param_5,__crt_locale_pointers *param_6,char *param_7);
  3700. void __cdecl ___stdio_common_vswprintf(undefined4 param_1,undefined4 param_2,wchar_t *param_3,uint param_4,wchar_t *param_5,__crt_locale_pointers *param_6,char *param_7);
  3701. void __cdecl ___stdio_common_vswprintf_s(undefined4 param_1,undefined4 param_2,wchar_t *param_3,uint param_4,wchar_t *param_5,__crt_locale_pointers *param_6,char *param_7);
  3702. void _terminate(void);
  3703. lconv * __cdecl _localeconv(void);
  3704. void __cdecl FID_conflict:_free(void *_Memory);
  3705. double __cdecl _frexp(double _X,int *_Y);
  3706. int __cdecl __wcsicmp(wchar_t *_Str1,wchar_t *_Str2);
  3707. int __cdecl __wcsicmp_l(wchar_t *_Str1,wchar_t *_Str2,_locale_t _Locale);
  3708. errno_t __cdecl _strcpy_s(char *_Dst,rsize_t _SizeInBytes,char *_Src);
  3709. void * __cdecl FID_conflict:<lambda_invoker_cdecl>(size_t _Size);
  3710. bool __cdecl is_overflow_condition<unsigned_long>(uint param_1,ulong param_2);
  3711. bool __cdecl is_overflow_condition<unsigned___int64>(uint param_1,__uint64 param_2);
  3712. ulong __cdecl parse_integer<unsigned_long,class___crt_strtox::c_string_character_source<char>_>(__crt_locale_pointers *param_1,c_string_character_source<char> param_2,int param_3,bool param_4);
  3713. ulong __cdecl parse_integer<unsigned_long,class___crt_strtox::c_string_character_source<wchar_t>_>(__crt_locale_pointers *param_1,c_string_character_source<wchar_t> param_2,int param_3,bool param_4);
  3714. __uint64 __cdecl parse_integer<unsigned___int64,class___crt_strtox::c_string_character_source<char>_>(__crt_locale_pointers *param_1,c_string_character_source<char> param_2,int param_3,bool param_4);
  3715. void __thiscall unget(c_string_character_source<char> *this,char param_1);
  3716. void __thiscall unget(c_string_character_source<wchar_t> *this,wchar_t param_1);
  3717. uint __cdecl __chvalidchk_l(int param_1,uint param_2,int **param_3);
  3718. void __cdecl __ischartype_l(int param_1,uint param_2,_locale_t param_3);
  3719. long __cdecl __wtol(wchar_t *_Str);
  3720. long __cdecl _atol(char *_Str);
  3721. longlong __cdecl FID_conflict:_atoll(char *_String);
  3722. wchar_t * __cdecl _call_wsetlocale(int param_1,char *param_2);
  3723. char * __cdecl _setlocale(int _Category,char *_Locale);
  3724. void FUN_00cc0766(void);
  3725. uint __cdecl __fputc_nolock(byte param_1,FILE *param_2);
  3726. int __cdecl _fputc(int _Ch,FILE *_File);
  3727. void FUN_00cc0894(void);
  3728. _iobuf * __cdecl common_fsopen<char>(char *param_1,char *param_2,int param_3);
  3729. void FUN_00cc0946(void);
  3730. FILE * __cdecl _fopen(char *_Filename,char *_Mode);
  3731. int __cdecl __fclose_nolock(FILE *_File);
  3732. int __cdecl _fclose(FILE *_File);
  3733. void FUN_00cc0a60(void);
  3734. void * __cdecl _realloc(void *_Memory,size_t _NewSize);
  3735. int __cdecl __isalpha_l(int _C,_locale_t _Locale);
  3736. int __cdecl __isdigit_l(int _C,_locale_t _Locale);
  3737. int __cdecl __islower_l(int _C,_locale_t _Locale);
  3738. int __cdecl __isspace_l(int _C,_locale_t _Locale);
  3739. int __cdecl __isupper_l(int _C,_locale_t _Locale);
  3740. int __cdecl _isalpha(int _C);
  3741. int __cdecl _isdigit(int _C);
  3742. int __cdecl _islower(int _C);
  3743. int __cdecl _isspace(int _C);
  3744. int __cdecl _isupper(int _C);
  3745. void __thiscall operator()<class_<lambda_70818de7b02deff9841e8b0962a60ed9>,class_<lambda_2af78c5f5901b1372d98f9ab3177dfa6>&,class_<lambda_f51fe5fd7c79a33db34fc9310f277369>&>(__crt_seh_guarded_call<void> *this,<lambda_70818de7b02deff9841e8b0962a60ed9> *param_1,<lambda_2af78c5f5901b1372d98f9ab3177dfa6> *param_2,<lambda_f51fe5fd7c79a33db34fc9310f277369> *param_3);
  3746. void FUN_00cc0c9f(void);
  3747. void __thiscall operator()<class_<lambda_c76fdea48760d5f9368b465f31df4405>,class_<lambda_e378711a6f6581bf7f0efd7cdf97f5d9>&,class_<lambda_e927a58b2a85c081d733e8c6192ae2d2>_>(__crt_seh_guarded_call<void> *this,<lambda_c76fdea48760d5f9368b465f31df4405> *param_1,<lambda_e378711a6f6581bf7f0efd7cdf97f5d9> *param_2,<lambda_e927a58b2a85c081d733e8c6192ae2d2> *param_3);
  3748. void FUN_00cc0ce5(void);
  3749. void __cdecl __acrt_lock_and_call<class_<lambda_e378711a6f6581bf7f0efd7cdf97f5d9>_>(__acrt_lock_id param_1,<lambda_e378711a6f6581bf7f0efd7cdf97f5d9> *param_2);
  3750. void __thiscall operator()(<lambda_2af78c5f5901b1372d98f9ab3177dfa6> *this);
  3751. void __thiscall operator()(<lambda_e378711a6f6581bf7f0efd7cdf97f5d9> *this);
  3752. wchar_t * __cdecl ___acrt_copy_locale_name(wchar_t *param_1);
  3753. undefined4 ___acrt_set_locale_changed(void);
  3754. void FUN_00cc0f2d(void);
  3755. void __cdecl ___lc_lctowcs(wchar_t *param_1,rsize_t param_2,wchar_t *param_3);
  3756. undefined4 __cdecl ___lc_wcstolc(wchar_t *param_1,wchar_t *param_2);
  3757. int __cdecl __configthreadlocale(int _Flag);
  3758. void __cdecl __copytlocinfo_nolock(undefined4 *param_1,undefined4 *param_2);
  3759. void __cdecl __expandlocale(wchar_t *param_1,wchar_t *param_2,rsize_t param_3,wchar_t *param_4,rsize_t param_5,UINT *param_6);
  3760. void __cdecl __wcscats(wchar_t *param_1,rsize_t param_2,wchar_t *param_3);
  3761. wchar_t * __cdecl __wsetlocale(int _Category,wchar_t *_Locale);
  3762. undefined4 * __cdecl __wsetlocale_get_all(int param_1);
  3763. void __cdecl __wsetlocale_nolock(int param_1,int param_2,wchar_t *param_3);
  3764. void __cdecl __wsetlocale_set_cat(int param_1,int param_2,wchar_t *param_3);
  3765. int __cdecl __fileno(FILE *_File);
  3766. int __thiscall operator()<class_<lambda_b0cac3301889906f8da68b04e3d9a7f4>,class_<lambda_9a20e10065b92b5193c3597a66cba9d4>&,class_<lambda_24b35df97fd4c1fecac72a72d95cc146>_>(__crt_seh_guarded_call<int> *this,<lambda_b0cac3301889906f8da68b04e3d9a7f4> *param_1,<lambda_9a20e10065b92b5193c3597a66cba9d4> *param_2,<lambda_24b35df97fd4c1fecac72a72d95cc146> *param_3);
  3767. void FUN_00cc1e53(void);
  3768. int __cdecl __acrt_lock_stream_and_call<class_<lambda_9a20e10065b92b5193c3597a66cba9d4>_>(_iobuf *param_1,<lambda_9a20e10065b92b5193c3597a66cba9d4> *param_2);
  3769. int __thiscall operator()(<lambda_9a20e10065b92b5193c3597a66cba9d4> *this);
  3770. int __cdecl _fputs(char *_Str,FILE *_File);
  3771. int operator()<>(uint *param_1,<lambda_486a12472b28fefc2d6f55fe6da44c16> *param_2);
  3772. void FUN_00cc1ff5(void);
  3773. void __cdecl acrt_lowio_lock_fh_and_call<>(uint param_1,<lambda_486a12472b28fefc2d6f55fe6da44c16> *param_2);
  3774. bool __cdecl common_stat_handle_file_opened<struct__stat64i32>(wchar_t *param_1,int param_2,void *param_3,_stat64i32 *param_4);
  3775. __int64 __cdecl convert_large_integer_time_to_time_t<__int64>(longlong param_1,__int64 param_2);
  3776. __int64 __cdecl loctotime<unsigned_short&,unsigned_short&,unsigned_short&,unsigned_short&,unsigned_short&,unsigned_short&,int>(ushort *param_1,ushort *param_2,ushort *param_3,ushort *param_4,ushort *param_5,ushort *param_6,int *param_7);
  3777. int __thiscall operator()(<lambda_486a12472b28fefc2d6f55fe6da44c16> *this);
  3778. bool __cdecl compute_size(_LARGE_INTEGER *param_1,long *param_2);
  3779. ushort __cdecl convert_to_stat_mode(int param_1,wchar_t *param_2);
  3780. bool __cdecl get_drive_number_from_path(wchar_t *param_1,int *param_2);
  3781. bool __cdecl has_executable_extension(wchar_t *param_1);
  3782. bool __cdecl is_root_or_empty(wchar_t *param_1);
  3783. bool __cdecl is_slash(wchar_t param_1);
  3784. undefined4 __cdecl FID_conflict:__fstat64i32(uint param_1,undefined4 *param_2);
  3785. int __cdecl atexit_exception_filter(ulong param_1);
  3786. void __cdecl common_exit(int param_1,_crt_exit_cleanup_mode param_2,_crt_exit_return_mode param_3);
  3787. void FUN_00cc271a(void);
  3788. void __cdecl exit_or_terminate_process(uint param_1);
  3789. void __cdecl try_cor_exit_process(uint param_1);
  3790. void __cdecl FUN_00cc27d4(undefined4 param_1);
  3791. void FUN_00cc27e3(void);
  3792. void __cdecl __cexit(void);
  3793. void __cdecl __exit(int param_1);
  3794. void __cdecl __register_thread_local_exe_atexit_callback(uint param_1);
  3795. void __cdecl _exit(int _Code);
  3796. int __cdecl _ferror(FILE *_File);
  3797. undefined * __cdecl ___acrt_iob_func(int param_1);
  3798. void __cdecl __lock_file(FILE *_File);
  3799. void __cdecl __unlock_file(FILE *_File);
  3800. errno_t __cdecl _clearerr_s(FILE *_File);
  3801. errno_t __cdecl _clearerr_s(FILE *_File);
  3802. void FUN_00cc2a84(void);
  3803. void __cdecl make_c_string_character_source<>(undefined4 *param_1,undefined4 param_2,undefined4 *param_3);
  3804. long __cdecl _strtol(char *_Str,char **_EndPtr,int _Radix);
  3805. longlong __cdecl FID_conflict:__strtoi64(char *_String,char **_EndPtr,int _Radix);
  3806. ulong __cdecl _strtoul(char *_Str,char **_EndPtr,int _Radix);
  3807. ulonglong __cdecl FID_conflict:_strtoull(char *_String,char **_EndPtr,int _Radix);
  3808. long __cdecl _wcstol(wchar_t *_Str,wchar_t **_EndPtr,int _Radix);
  3809. uint __cdecl __fgetc_nolock(FILE *param_1);
  3810. void FUN_00cc2cb7(void);
  3811. uint __cdecl FUN_00cc2cc1(FILE *param_1);
  3812. uint __thiscall operator()<class_<lambda_11b4f7b0d3157825a5656a18eba1ae27>,class_<lambda_b51c0495177f500e782686251704ae76>&,class_<lambda_cf89b47920b5017557bfe891e78aca36>_>(__crt_seh_guarded_call<unsigned_int> *this,<lambda_11b4f7b0d3157825a5656a18eba1ae27> *param_1,<lambda_b51c0495177f500e782686251704ae76> *param_2,<lambda_cf89b47920b5017557bfe891e78aca36> *param_3);
  3813. void FUN_00cc2d11(void);
  3814. uint __cdecl __acrt_lock_stream_and_call<class_<lambda_b51c0495177f500e782686251704ae76>_>(_iobuf *param_1,<lambda_b51c0495177f500e782686251704ae76> *param_2);
  3815. uint __thiscall operator()(<lambda_b51c0495177f500e782686251704ae76> *this);
  3816. size_t __cdecl __fwrite_nolock(void *_DstBuf,size_t _Size,size_t _Count,FILE *_File);
  3817. size_t __cdecl _fwrite(void *_Str,size_t _Size,size_t _Count,FILE *_File);
  3818. int __cdecl FID_conflict:___acrt_errno_from_os_error(ulong param_1);
  3819. void __cdecl ___acrt_errno_map_os_error(ulong param_1);
  3820. ulong * __cdecl ___doserrno(void);
  3821. int * __cdecl __errno(void);
  3822. void __cdecl assemble_floating_point_ind<double>(double *param_1);
  3823. void __cdecl assemble_floating_point_infinity<double>(bool param_1,double *param_2);
  3824. void __cdecl assemble_floating_point_qnan<double>(bool param_1,double *param_2);
  3825. void __cdecl assemble_floating_point_snan<double>(bool param_1,double *param_2);
  3826. SLD_STATUS __cdecl assemble_floating_point_value_t<float>(bool param_1,int param_2,__uint64 param_3,float *param_4);
  3827. SLD_STATUS __cdecl assemble_floating_point_value_t<double>(bool param_1,int param_2,__uint64 param_3,double *param_4);
  3828. void __cdecl assemble_floating_point_zero<double>(bool param_1,double *param_2);
  3829. float10 __cdecl common_atof_l<>(int param_1,__crt_locale_pointers *param_2);
  3830. SLD_STATUS __cdecl convert_decimal_string_to_floating_type<float>(floating_point_string *param_1,float *param_2);
  3831. SLD_STATUS __cdecl convert_decimal_string_to_floating_type<double>(floating_point_string *param_1,double *param_2);
  3832. SLD_STATUS __cdecl convert_hexadecimal_string_to_floating_type<float>(floating_point_string *param_1,float *param_2);
  3833. SLD_STATUS __cdecl convert_hexadecimal_string_to_floating_type<double>(floating_point_string *param_1,double *param_2);
  3834. SLD_STATUS __cdecl parse_floating_point<class___crt_strtox::c_string_character_source<char>,float>(__crt_locale_pointers *param_1,c_string_character_source<char> param_2,float *param_3);
  3835. SLD_STATUS __cdecl parse_floating_point<class___crt_strtox::c_string_character_source<char>,double>(__crt_locale_pointers *param_1,c_string_character_source<char> param_2,double *param_3);
  3836. floating_point_parse_result __cdecl parse_floating_point_from_source<class___crt_strtox::c_string_character_source<char>_>(__crt_locale_pointers *param_1,c_string_character_source<char> *param_2,floating_point_string *param_3);
  3837. floating_point_parse_result __cdecl parse_floating_point_possible_infinity<char,class___crt_strtox::c_string_character_source<char>,char_const*>(char *param_1,c_string_character_source<char> *param_2,char *param_3);
  3838. floating_point_parse_result __cdecl parse_floating_point_possible_nan<char,class___crt_strtox::c_string_character_source<char>,char_const*>(char *param_1,c_string_character_source<char> *param_2,char *param_3);
  3839. bool __cdecl parse_floating_point_possible_nan_is_ind<char,class___crt_strtox::c_string_character_source<char>_>(char *param_1,c_string_character_source<char> *param_2);
  3840. bool __cdecl parse_floating_point_possible_nan_is_snan<char,class___crt_strtox::c_string_character_source<char>_>(char *param_1,c_string_character_source<char> *param_2);
  3841. SLD_STATUS __cdecl parse_floating_point_write_result<float>(floating_point_parse_result param_1,floating_point_string *param_2,float *param_3);
  3842. SLD_STATUS __cdecl parse_floating_point_write_result<double>(floating_point_parse_result param_1,floating_point_string *param_2,double *param_3);
  3843. bool __thiscall operator()(<lambda_3a2f1c4b88a94fdfdc7bccff06592946> *this);
  3844. double * __thiscall as_double(floating_point_value *this);
  3845. float * __thiscall as_float(floating_point_value *this);
  3846. void __cdecl assemble_floating_point_infinity(bool param_1,floating_point_value *param_2);
  3847. SLD_STATUS __cdecl assemble_floating_point_value(__uint64 param_1,int param_2,bool param_3,bool param_4,floating_point_value *param_5);
  3848. SLD_STATUS __cdecl assemble_floating_point_value_from_big_integer(big_integer *param_1,uint param_2,bool param_3,bool param_4,floating_point_value *param_5);
  3849. void __cdecl assemble_floating_point_zero(bool param_1,floating_point_value *param_2);
  3850. SLD_STATUS __cdecl convert_decimal_string_to_floating_type_common(floating_point_string *param_1,floating_point_value *param_2);
  3851. SLD_STATUS __cdecl convert_hexadecimal_string_to_floating_type_common(floating_point_string *param_1,floating_point_value *param_2);
  3852. __uint64 __thiscall denormal_mantissa_mask(floating_point_value *this);
  3853. __uint64 __cdecl divide(big_integer *param_1,big_integer *param_2);
  3854. __uint64 __thiscall normal_mantissa_mask(floating_point_value *this);
  3855. double __cdecl FID_conflict:_atof(wchar_t *_Str);
  3856. size_t __cdecl __fread_nolock_s(void *_DstBuf,size_t _DstSize,size_t _ElementSize,size_t _Count,FILE *_File);
  3857. size_t __cdecl _fread(void *_DstBuf,size_t _ElementSize,size_t _Count,FILE *_File);
  3858. size_t __cdecl _fread_s(void *_DstBuf,size_t _DstSize,size_t _ElementSize,size_t _Count,FILE *_File);
  3859. void FUN_00cc675c(void);
  3860. errno_t __cdecl _memcpy_s(void *_Dst,rsize_t _DstSize,void *_Src,rsize_t _MaxCount);
  3861. void __cdecl FUN_00cc67e5(char **param_1);
  3862. int __cdecl __callnewh(size_t _Size);
  3863. uint __query_new_handler(void);
  3864. void FUN_00cc6886(void);
  3865. void __cdecl __seh_filter_exe(uint param_1,uint *param_2);
  3866. int __cdecl FUN_00cc6a02(int param_1);
  3867. void __cdecl parse_command_line<wchar_t>(wchar_t *param_1,wchar_t **param_2,wchar_t *param_3,uint *param_4,uint *param_5);
  3868. LPVOID __cdecl ___acrt_allocate_buffer_for_argv(uint param_1,uint param_2,uint param_3);
  3869. void __cdecl FUN_00cc6cfc(int param_1);
  3870. char ** __cdecl common_get_or_create_environment_nolock<char>(void);
  3871. int __cdecl common_initialize_environment_nolock<char>(void);
  3872. undefined4 FUN_00cc6d8f(void);
  3873. char ** __cdecl create_environment<char>(char *param_1);
  3874. wchar_t ** __cdecl create_environment<wchar_t>(wchar_t *param_1);
  3875. void __cdecl free_environment<wchar_t>(wchar_t **param_1);
  3876. int __cdecl initialize_environment_by_cloning_nolock<char>(void);
  3877. void __thiscall uninitialize<>(void *this,undefined *param_1);
  3878. void __cdecl uninitialize_environment_internal<>(wchar_t **param_1);
  3879. void __cdecl uninitialize_environment_internal<>(wchar_t **param_1);
  3880. char ** __cdecl common_get_or_create_environment_nolock<char>(void);
  3881. void FUN_00cc70d7(void);
  3882. undefined4 thunk_FUN_00cc6d8f(void);
  3883. int __thiscall operator()<class_<lambda_800076c951b434888f4765a74a194fcc>,class_<lambda_4e60a939b0d047cfe11ddc22648dfba9>&,class_<lambda_6dbb1268764f43b569ce7b67e331d33a>_>(__crt_seh_guarded_call<int> *this,<lambda_800076c951b434888f4765a74a194fcc> *param_1,<lambda_4e60a939b0d047cfe11ddc22648dfba9> *param_2,<lambda_6dbb1268764f43b569ce7b67e331d33a> *param_3);
  3884. void FUN_00cc7158(void);
  3885. int __thiscall operator()<class_<lambda_995298e7d72eb4c2aab26c0585b3abe5>,class_<lambda_275893d493268fdec8709772e3fcec0e>&,class_<lambda_293819299cbf9a7022e18b56a874bb5c>_>(__crt_seh_guarded_call<int> *this,<lambda_995298e7d72eb4c2aab26c0585b3abe5> *param_1,<lambda_275893d493268fdec8709772e3fcec0e> *param_2,<lambda_293819299cbf9a7022e18b56a874bb5c> *param_3);
  3886. void FUN_00cc71a9(void);
  3887. int __cdecl __acrt_lock_and_call<class_<lambda_275893d493268fdec8709772e3fcec0e>_>(__acrt_lock_id param_1,<lambda_275893d493268fdec8709772e3fcec0e> *param_2);
  3888. int __cdecl __acrt_lock_and_call<class_<lambda_4e60a939b0d047cfe11ddc22648dfba9>_>(__acrt_lock_id param_1,<lambda_4e60a939b0d047cfe11ddc22648dfba9> *param_2);
  3889. uint __cdecl crt_fast_encode_pointer<>(uint param_1);
  3890. int __thiscall operator()(<lambda_275893d493268fdec8709772e3fcec0e> *this);
  3891. int __thiscall operator()(<lambda_4e60a939b0d047cfe11ddc22648dfba9> *this);
  3892. void __crt_atexit(undefined4 param_1);
  3893. void __execute_onexit_table(undefined1 param_1);
  3894. undefined4 __cdecl __initialize_onexit_table(uint *param_1);
  3895. void __register_onexit_function(undefined1 param_1,undefined1 param_2);
  3896. undefined FUN_00cc7545(void);
  3897. void ___acrt_initialize(void);
  3898. void ___acrt_uninitialize(void);
  3899. undefined4 FUN_00cc7631(void);
  3900. void __cdecl FUN_00cc7637(undefined4 param_1);
  3901. void __thiscall initialize(dual_state_global<char**> *this,char **param_1);
  3902. uint ___acrt_has_user_matherr(void);
  3903. void __cdecl FUN_00cc7690(char **param_1);
  3904. void __cdecl ___acrt_invoke_user_matherr(undefined4 param_1);
  3905. void __cdecl ___setusermatherr(uint param_1);
  3906. void __get_wide_winmain_command_line(void);
  3907. void __thiscall __initterm(void *this,undefined **param_1,undefined **param_2);
  3908. void __cdecl __initterm_e(undefined **param_1,undefined **param_2);
  3909. errno_t __cdecl __get_fmode(int *_PMode);
  3910. errno_t __cdecl __set_fmode(int _Mode);
  3911. int __cdecl __setmode_nolock(int _FileHandle,int _Mode);
  3912. undefined4 FUN_00cc7923(void);
  3913. undefined4 __cdecl __set_new_mode(int param_1);
  3914. undefined4 * FUN_00cc7958(void);
  3915. errno_t __cdecl __controlfp_s(uint *_CurrentState,uint _NewValue,uint _Mask);
  3916. char * __cdecl __strdup(char *_Src);
  3917. void __cdecl ___acrt_lock(int param_1);
  3918. undefined4 FUN_00cc7a6b(void);
  3919. void __cdecl ___acrt_unlock(int param_1);
  3920. void __lock_locales(void);
  3921. LPVOID __cdecl __calloc_base(uint param_1,uint param_2);
  3922. ushort * __cdecl ___pctype_func(void);
  3923. wchar_t * __cdecl __wcsdup(wchar_t *_Str);
  3924. UINT __cdecl ____lc_codepage_func(void);
  3925. UINT __cdecl ____lc_collate_cp_func(void);
  3926. wchar_t ** __cdecl ____lc_locale_name_func(void);
  3927. int __cdecl ____mb_cur_max_func(void);
  3928. void __cdecl ___acrt_locale_initialize_ctype(undefined4 *param_1);
  3929. int __cdecl x_ismbbtype_l(__crt_locale_pointers *param_1,uint param_2,int param_3,int param_4);
  3930. int __cdecl __ismbblead(uint _C);
  3931. LPVOID __cdecl __malloc_base(size_t param_1);
  3932. LPVOID __cdecl __realloc_base(void *param_1,uint param_2);
  3933. float10 __cdecl common_strtod_l<>(int param_1,int *param_2,__crt_locale_pointers *param_3);
  3934. float10 __cdecl common_strtod_l<>(int param_1,int *param_2,__crt_locale_pointers *param_3);
  3935. double __cdecl _strtod(char *_Str,char **_EndPtr);
  3936. void __cdecl _strtof(int param_1,int *param_2);
  3937. double __cdecl _ldexp(double _X,int _Y);
  3938. void FUN_00cc8480(void);
  3939. undefined8 FUN_00cc84dd(uint param_1,uint param_2,uint param_3,uint param_4,undefined4 uParm5);
  3940. void _test_whether_TOS_is_int(void);
  3941. void __cdecl _abort(void);
  3942. size_t __cdecl _strnlen(char *_Str,size_t _MaxCount);
  3943. size_t __cdecl _wcsnlen(wchar_t *_Src,size_t _MaxCount);
  3944. void __cdecl ___strncnt(char *param_1,int param_2);
  3945. void __cdecl FID_conflict:_free(void *_Memory);
  3946. char * __cdecl __Getdays(void);
  3947. char * __cdecl __Getdays_l(__crt_locale_pointers *param_1);
  3948. char * __cdecl __Getmonths(void);
  3949. char * __cdecl __Getmonths_l(__crt_locale_pointers *param_1);
  3950. void * __cdecl __W_Gettnames(void);
  3951. size_t __cdecl __Strftime(char *param_1,size_t _Maxsize,char *param_3,tm *param_4,void *param_5);
  3952. int __cdecl __Strftime_l(LPSTR param_1,uint param_2,LPCSTR param_3,tm *param_4,__lc_time_data *param_5,__crt_locale_pointers *param_6);
  3953. bool __cdecl __crt_time_is_leap_year<int>(int param_1);
  3954. int __cdecl compute_iso_week(int param_1,int param_2,int param_3);
  3955. int __cdecl compute_iso_week_internal(int param_1,int param_2,int param_3);
  3956. int __cdecl compute_iso_year(int param_1,int param_2,int param_3);
  3957. uint __thiscall FUN_00cc8f13(void *this,_locale_t param_1,ushort param_2,tm *param_3,wchar_t **param_4,uint *param_5,undefined **param_6,void *param_7);
  3958. void __cdecl store_number(int param_1,int param_2,wchar_t **param_3,uint *param_4,wchar_t param_5);
  3959. void __cdecl store_number_without_lead_zeroes(int param_1,wchar_t **param_2,uint *param_3);
  3960. void __cdecl store_string(wchar_t *param_1,wchar_t **param_2,uint *param_3);
  3961. bool __cdecl store_winword(__crt_locale_pointers *param_1,int param_2,tm *param_3,wchar_t **param_4,uint *param_5,__crt_lc_time_data *param_6);
  3962. wchar_t * __cdecl __W_Getdays(void);
  3963. wchar_t * __cdecl __W_Getmonths(void);
  3964. void * __cdecl __W_Gettnames(void);
  3965. size_t __cdecl __Wcsftime(wchar_t *param_1,size_t _Maxsize,wchar_t *param_3,tm *param_4,void *param_5);
  3966. int __cdecl __Wcsftime_l(wchar_t *param_1,uint param_2,ushort *param_3,tm *param_4,__lc_time_data *param_5,__crt_locale_pointers *param_6);
  3967. int __cdecl common_tox_l<&bool___cdecl_internal_isupper_l(int,struct___crt_locale_pointers*_const),&int___cdecl_internal_map_lower(int,struct___crt_locale_pointers*_const)>(int param_1,ulong param_2,__crt_locale_pointers *param_3);
  3968. bool __cdecl internal_isupper_l(int param_1,__crt_locale_pointers *param_2);
  3969. int __cdecl __tolower_l(int _C,_locale_t _Locale);
  3970. int __cdecl _tolower(int _C);
  3971. errno_t __cdecl _wcscpy_s(wchar_t *_Dst,rsize_t _SizeInWords,wchar_t *_Src);
  3972. int __cdecl _wcsncmp(wchar_t *_Str1,wchar_t *_Str2,size_t _MaxCount);
  3973. void __thiscall operator()<class_<lambda_3518db117f0e7cdb002338c5d3c47b6c>,class_<lambda_b2ea41f6bbb362cd97d94c6828d90b61>&,class_<lambda_abdedf541bb04549bc734292b4a045d4>_>(__crt_seh_guarded_call<void> *this,<lambda_3518db117f0e7cdb002338c5d3c47b6c> *param_1,<lambda_b2ea41f6bbb362cd97d94c6828d90b61> *param_2,<lambda_abdedf541bb04549bc734292b4a045d4> *param_3);
  3974. void FUN_00ccadac(void);
  3975. void __thiscall operator()<class_<lambda_51b6e8b1eb166f2a3faf91f424b38130>,class_<lambda_6250bd4b2a391816dd638c3bf72b0bcb>&,class_<lambda_0b5a4a3e68152e1d9b943535f5f47bed>_>(__crt_seh_guarded_call<void> *this,<lambda_51b6e8b1eb166f2a3faf91f424b38130> *param_1,<lambda_6250bd4b2a391816dd638c3bf72b0bcb> *param_2,<lambda_0b5a4a3e68152e1d9b943535f5f47bed> *param_3);
  3976. void FUN_00ccae0d(void);
  3977. void __thiscall operator()<class_<lambda_5b71d36f03204c0beab531769a5b5694>,class_<lambda_be2b3da3f62db62e9dad5dc70221a656>&,class_<lambda_8f9ce462984622f9bf76b59e2aaaf805>_>(__crt_seh_guarded_call<void> *this,<lambda_5b71d36f03204c0beab531769a5b5694> *param_1,<lambda_be2b3da3f62db62e9dad5dc70221a656> *param_2,<lambda_8f9ce462984622f9bf76b59e2aaaf805> *param_3);
  3978. void FUN_00ccae58(void);
  3979. void __thiscall operator()<class_<lambda_9df27f884b057bc3edfc946cb5b7cf47>,class_<lambda_e69574bed617af4e071282c136b37893>&,class_<lambda_cc0d902bcbbeb830f749456577db4721>_>(__crt_seh_guarded_call<void> *this,<lambda_9df27f884b057bc3edfc946cb5b7cf47> *param_1,<lambda_e69574bed617af4e071282c136b37893> *param_2,<lambda_cc0d902bcbbeb830f749456577db4721> *param_3);
  3980. void FUN_00ccaea0(void);
  3981. void __cdecl __acrt_lock_and_call<class_<lambda_6250bd4b2a391816dd638c3bf72b0bcb>_>(__acrt_lock_id param_1,<lambda_6250bd4b2a391816dd638c3bf72b0bcb> *param_2);
  3982. void __cdecl __acrt_lock_and_call<class_<lambda_b2ea41f6bbb362cd97d94c6828d90b61>_>(__acrt_lock_id param_1,<lambda_b2ea41f6bbb362cd97d94c6828d90b61> *param_2);
  3983. void __cdecl __acrt_lock_and_call<class_<lambda_be2b3da3f62db62e9dad5dc70221a656>_>(__acrt_lock_id param_1,<lambda_be2b3da3f62db62e9dad5dc70221a656> *param_2);
  3984. void __cdecl __acrt_lock_and_call<class_<lambda_e69574bed617af4e071282c136b37893>_>(__acrt_lock_id param_1,<lambda_e69574bed617af4e071282c136b37893> *param_2);
  3985. void __cdecl construct_ptd(__acrt_ptd *param_1,__crt_locale_data **param_2);
  3986. void destroy_fls(void *param_1);
  3987. void __cdecl destroy_ptd(__acrt_ptd *param_1);
  3988. void __cdecl replace_current_thread_locale_nolock(__acrt_ptd *param_1,__crt_locale_data *param_2);
  3989. __acrt_ptd * ___acrt_getptd(void);
  3990. __acrt_ptd * ___acrt_getptd_noexit(void);
  3991. undefined4 FUN_00ccb20f(void);
  3992. int __cdecl __mbtowc_l(wchar_t *_DstCh,char *_SrcCh,size_t _SrcSizeInBytes,_locale_t _Locale);
  3993. int __cdecl _mbtowc(wchar_t *_DstCh,char *_SrcCh,size_t _SrcSizeInBytes);
  3994. errno_t __cdecl __wctomb_s_l(int *_SizeConverted,char *_MbCh,size_t _SizeInBytes,wchar_t _WCh,_locale_t _Locale);
  3995. errno_t __cdecl _wctomb_s(int *_SizeConverted,char *_MbCh,rsize_t _SizeInBytes,wchar_t _WCh);
  3996. void __cdecl ___acrt_update_locale_info(int param_1,undefined **param_2);
  3997. void __cdecl ___acrt_update_multibyte_info(int param_1,int **param_2);
  3998. __acrt_fp_class __cdecl __acrt_fp_classify(double *param_1);
  3999. bool __cdecl __acrt_fp_is_negative(double *param_1);
  4000. int __cdecl fp_format_a(double *param_1,char *param_2,uint param_3,char *param_4,uint param_5,int param_6,bool param_7,uint param_8,__crt_locale_pointers *param_9);
  4001. int __cdecl fp_format_e(double *param_1,char *param_2,uint param_3,char *param_4,uint param_5,int param_6,bool param_7,uint param_8,__crt_locale_pointers *param_9);
  4002. int __cdecl fp_format_e_internal(char *param_1,uint param_2,int param_3,bool param_4,uint param_5,_strflt *param_6,bool param_7,__crt_locale_pointers *param_8);
  4003. int __cdecl fp_format_f(double *param_1,char *param_2,uint param_3,char *param_4,uint param_5,int param_6,__crt_locale_pointers *param_7);
  4004. int __cdecl fp_format_f_internal(char *param_1,uint param_2,int param_3,_strflt *param_4,bool param_5,__crt_locale_pointers *param_6);
  4005. int __cdecl fp_format_g(double *param_1,char *param_2,uint param_3,char *param_4,uint param_5,int param_6,bool param_7,uint param_8,__crt_locale_pointers *param_9);
  4006. int __cdecl fp_format_nan_or_infinity(__acrt_fp_class param_1,bool param_2,char *param_3,uint param_4,bool param_5);
  4007. void __cdecl shift_bytes(char *param_1,uint param_2,char *param_3,int param_4);
  4008. int __cdecl ___acrt_fp_format(double *param_1,char *param_2,uint param_3,char *param_4,uint param_5,int param_6,int param_7,uint param_8,undefined4 param_9,__crt_locale_pointers *param_10);
  4009. int __cdecl __get_printf_count_output(void);
  4010. uint __cdecl ___acrt_stdio_begin_temporary_buffering_nolock(FILE *param_1);
  4011. void __cdecl ___acrt_stdio_end_temporary_buffering_nolock(char param_1,FILE *param_2);
  4012. void __cdecl initialize_inherited_file_handles_nolock(void);
  4013. void FUN_00ccc0a3(void);
  4014. void FUN_00ccc1a6(void);
  4015. uint __cdecl __dsign(undefined4 param_1,uint param_2);
  4016. int __cdecl __errcode(uint param_1);
  4017. void __cdecl __except1(uint *param_1,uint param_2,undefined8 param_3,undefined8 param_4,uint param_5);
  4018. void __cdecl __except2(uint *param_1,uint param_2,undefined8 param_3,undefined8 param_4,undefined8 param_5,uint param_6);
  4019. uint __handle_exc(uint param_1,double *param_2,uint param_3);
  4020. float10 __cdecl __handle_qnan2(double param_1,double param_2);
  4021. void __cdecl __raise_exc(undefined1 (*param_1) [10],uint *param_2,uint *param_3,uint param_4,int param_5,undefined8 *param_6);
  4022. undefined1 (*) [10] __cdecl __raise_exc_ex(undefined1 (*__return_storage_ptr__) [10],uint *param_1,uint *param_2,uint param_3,int param_4,undefined8 *param_5,undefined8 *param_6,int param_7);
  4023. void __cdecl __set_errno_from_matherr(int param_1);
  4024. float10 __cdecl __umatherr(int param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9);
  4025. float10 __decomp(int param_1,uint uParm2,int *param_2);
  4026. float10 __cdecl __set_exp(ulonglong param_1,short param_2);
  4027. undefined4 __cdecl __sptype(int param_1,uint param_2);
  4028. void ___set_fpsr_sse2(undefined4 param_1);
  4029. int __clrfp(void);
  4030. int __ctrlfp(void);
  4031. void __set_statfp(undefined4 param_1);
  4032. int __statfp(void);
  4033. wint_t __cdecl __towlower_l(wint_t _C,_locale_t _Locale);
  4034. int __cdecl _iswctype(wint_t _C,wctype_t _Type);
  4035. int __cdecl __isctype_l(int _C,int _Type,_locale_t _Locale);
  4036. uint __cdecl _mbstowcs_l_helper(wchar_t *param_1,char *param_2,uint param_3,__crt_locale_pointers *param_4);
  4037. errno_t __cdecl __mbstowcs_s_l(size_t *_PtNumOfCharConverted,wchar_t *_DstBuf,size_t _SizeInWords,char *_SrcBuf,size_t _MaxCount,_locale_t _Locale);
  4038. errno_t __cdecl _mbstowcs_s(size_t *_PtNumOfCharConverted,wchar_t *_DstBuf,size_t _SizeInWords,char *_SrcBuf,size_t _MaxCount);
  4039. uint __cdecl _wcstombs_l_helper(char *param_1,wchar_t *param_2,uint param_3,__crt_locale_pointers *param_4);
  4040. errno_t __cdecl __wcstombs_s_l(size_t *_PtNumOfCharConverted,char *_Dst,size_t _DstSizeInBytes,wchar_t *_Src,size_t _MaxCountInBytes,_locale_t _Locale);
  4041. bool __cdecl write_buffer_nolock<char>(char param_1,__crt_stdio_stream param_2);
  4042. uint __cdecl ___acrt_stdio_flush_and_write_narrow_nolock(byte param_1,FILE *param_2);
  4043. __crt_stdio_stream __cdecl __acrt_stdio_allocate_stream(void);
  4044. void FUN_00ccd626(void);
  4045. void __cdecl __acrt_stdio_free_stream(__crt_stdio_stream param_1);
  4046. __crt_stdio_stream __cdecl find_or_allocate_unused_stream_nolock(void);
  4047. __acrt_stdio_stream_mode __cdecl __acrt_stdio_parse_mode<char>(char *param_1);
  4048. bool __cdecl __acrt_stdio_parse_mode_D(__acrt_stdio_stream_mode *param_1);
  4049. bool __cdecl __acrt_stdio_parse_mode_T(__acrt_stdio_stream_mode *param_1);
  4050. uint __cdecl FID_conflict:acrt_stdio_parse_mode_t(uint *param_1);
  4051. bool __cdecl __acrt_stdio_parse_mode_c(__acrt_stdio_stream_mode *param_1,bool *param_2);
  4052. bool __cdecl __acrt_stdio_parse_mode_n(__acrt_stdio_stream_mode *param_1,bool *param_2);
  4053. bool __cdecl __acrt_stdio_parse_mode_plus(__acrt_stdio_stream_mode *param_1,bool *param_2);
  4054. uint __cdecl FID_conflict:acrt_stdio_parse_mode_t(uint *param_1);
  4055. FILE * __cdecl __openfile(char *_Filename,char *_Mode,int _ShFlag,FILE *_File);
  4056. int __thiscall operator()<class_<lambda_123407a5e2ac06da108355a851863b7a>,class_<lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec>&,class_<lambda_ae55bdf541ad94d75914d381c370e64d>_>(__crt_seh_guarded_call<int> *this,<lambda_123407a5e2ac06da108355a851863b7a> *param_1,<lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec> *param_2,<lambda_ae55bdf541ad94d75914d381c370e64d> *param_3);
  4057. void FUN_00ccdb58(void);
  4058. int __cdecl __acrt_lowio_lock_fh_and_call<class_<lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec>_>(int param_1,<lambda_2fe9b910cf3cbf4a0ab98a02ba45b3ec> *param_2);
  4059. int __cdecl __close(int _FileHandle);
  4060. int __cdecl __close_nolock(int _FileHandle);
  4061. void __cdecl ___acrt_stdio_free_buffer_nolock(undefined4 *param_1);
  4062. undefined4 __cdecl ___acrt_stdio_flush_nolock(FILE *param_1);
  4063. int __cdecl __fflush_nolock(FILE *_File);
  4064. void FUN_00ccdd92(void);
  4065. int __cdecl _common_flush_all(int param_1);
  4066. void FUN_00ccde40(void);
  4067. void FUN_00ccde6a(void);
  4068. void __cdecl ___acrt_locale_free_monetary(int param_1);
  4069. undefined4 __cdecl ___acrt_locale_initialize_monetary(int param_1);
  4070. void __cdecl ___acrt_locale_free_numeric(void **param_1);
  4071. LPWSTR * __cdecl ___acrt_locale_initialize_numeric(int param_1);
  4072. void __cdecl free_crt_array_internal(void **param_1,uint param_2);
  4073. bool __cdecl initialize_lc_time(__crt_lc_time_data *param_1,__crt_locale_data *param_2);
  4074. void __cdecl ___acrt_locale_free_time(void **param_1);
  4075. undefined4 __cdecl ___acrt_locale_initialize_time(__crt_locale_data *param_1);
  4076. errno_t __cdecl _wcscat_s(wchar_t *_Dst,rsize_t _SizeInWords,wchar_t *_Src);
  4077. errno_t __cdecl _wcsncpy_s(wchar_t *_Dst,rsize_t _SizeInWords,wchar_t *_Src,rsize_t _MaxCount);
  4078. size_t __cdecl _wcscspn(wchar_t *_Str,wchar_t *_Control);
  4079. wchar_t * __cdecl _wcspbrk(wchar_t *_Str,wchar_t *_Control);
  4080. void __cdecl ___acrt_GetStringTypeA(__crt_locale_pointers *param_1,DWORD param_2,LPCSTR param_3,int param_4,LPWORD param_5,UINT param_6,int param_7);
  4081. void __cdecl ___acrt_add_locale_ref(int param_1);
  4082. void __cdecl ___acrt_free_locale(void *param_1);
  4083. undefined * __cdecl ___acrt_locale_add_lc_time_reference(undefined **param_1);
  4084. void __cdecl ___acrt_locale_free_lc_time_if_unreferenced(undefined **param_1);
  4085. undefined * __cdecl ___acrt_locale_release_lc_time_reference(undefined **param_1);
  4086. void __cdecl ___acrt_release_locale_ref(int param_1);
  4087. undefined ** ___acrt_update_thread_locale_data(void);
  4088. void FUN_00cceffd(void);
  4089. undefined ** __cdecl __updatetlocinfoEx_nolock(undefined **param_1,undefined **param_2);
  4090. void __thiscall operator()<class_<lambda_978dc153c237d78434369da87b74ff60>,class_<lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c>&,class_<lambda_4a8533e2866a575feecb8298ce776b0d>_>(__crt_seh_guarded_call<void> *this,<lambda_978dc153c237d78434369da87b74ff60> *param_1,<lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c> *param_2,<lambda_4a8533e2866a575feecb8298ce776b0d> *param_3);
  4091. void FUN_00ccf095(void);
  4092. void __cdecl __acrt_lock_and_call<class_<lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c>_>(__acrt_lock_id param_1,<lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c> *param_2);
  4093. void __thiscall operator()(<lambda_ad1ced32f4ac17aa236e5ef05d6b3b7c> *this);
  4094. wchar_t * __cdecl CPtoLocaleName(int param_1);
  4095. int __cdecl getSystemCP(int param_1);
  4096. void __cdecl setSBCS(__crt_multibyte_data *param_1);
  4097. void __cdecl setSBUpLow(__crt_multibyte_data *param_1);
  4098. int __cdecl setmbcp_internal(int param_1,bool param_2);
  4099. undefined4 ___acrt_initialize_multibyte(void);
  4100. int * ___acrt_update_thread_multibyte_data(void);
  4101. void FUN_00ccf5e7(void);
  4102. void __cdecl __setmbcp_nolock(int param_1,__crt_multibyte_data *param_2);
  4103. void __cdecl _GetLocaleNameFromDefault(int param_1);
  4104. void __cdecl _GetLocaleNameFromLangCountry(ushort **param_1);
  4105. void __cdecl _GetLocaleNameFromLanguage(ushort **param_1);
  4106. int __cdecl _GetPrimaryLen(ushort *param_1);
  4107. void _LangCountryEnumProcEx@12(wchar_t *param_1);
  4108. void _LanguageEnumProcEx@12(wchar_t *param_1);
  4109. UINT __cdecl _ProcessCodePage(ushort *param_1,int param_2);
  4110. void __cdecl _TestDefaultCountry(wchar_t *param_1);
  4111. uint __cdecl _TranslateName(int param_1,int param_2,wchar_t **param_3);
  4112. undefined4 __cdecl ___acrt_get_qualified_locale(ushort *param_1,UINT *param_2,LPWSTR param_3);
  4113. void _CountryEnumProc@4(ushort *param_1);
  4114. void __cdecl _GetLcidFromCountry(undefined4 *param_1);
  4115. void __cdecl _GetLcidFromLangCountry(uint *param_1);
  4116. void __cdecl _GetLcidFromLanguage(undefined4 *param_1);
  4117. int __cdecl _GetPrimaryLen(ushort *param_1);
  4118. void _LangCountryEnumProc@4(ushort *param_1);
  4119. void _LanguageEnumProc@4(ushort *param_1);
  4120. int __cdecl _LcidFromHexString(ushort *param_1);
  4121. UINT __cdecl _ProcessCodePage(ushort *param_1,int param_2);
  4122. undefined4 __cdecl _TestDefaultCountry(short param_1);
  4123. undefined4 __cdecl _TestDefaultLanguage(uint param_1,int param_2);
  4124. uint _TranslateName(int param_1,int param_2,wchar_t **param_3);
  4125. void __cdecl ___acrt_get_qualified_locale_downlevel(short *param_1,UINT *param_2,LPWSTR param_3);
  4126. int <helper_func_stdcall>(wchar_t *param_1);
  4127. int __thiscall operator()<class_<lambda_9227be29367c048ad7fd93a717dcb1a1>,class_<lambda_a463b7b0560cfcaf9b17f27c6ef46564>&,class_<lambda_ccea11b5727ccf69be64f5f5d9a08d9f>_>(__crt_seh_guarded_call<int> *this,<lambda_9227be29367c048ad7fd93a717dcb1a1> *param_1,<lambda_a463b7b0560cfcaf9b17f27c6ef46564> *param_2,<lambda_ccea11b5727ccf69be64f5f5d9a08d9f> *param_3);
  4128. void FUN_00cd0ae4(void);
  4129. int __cdecl __acrt_lock_and_call<class_<lambda_a463b7b0560cfcaf9b17f27c6ef46564>_>(__acrt_lock_id param_1,<lambda_a463b7b0560cfcaf9b17f27c6ef46564> *param_2);
  4130. FuncDef23 * __cdecl try_get_CompareStringEx(void);
  4131. void * __cdecl try_get_function(function_id param_1,char *param_2,module_id *param_3,module_id *param_4);
  4132. HMODULE __cdecl try_get_module(int param_1);
  4133. void ___acrt_AreFileApisANSI@0(void);
  4134. void ___acrt_CompareStringEx@36(wchar_t *param_1,ulong param_2,wchar_t *param_3,int param_4,wchar_t *param_5,int param_6,_nlsversioninfo *param_7,void *param_8,long param_9);
  4135. void ___acrt_EnumSystemLocalesEx@16(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4);
  4136. void ___acrt_FlsAlloc@4(undefined4 param_1);
  4137. void ___acrt_FlsFree@4(DWORD param_1);
  4138. void ___acrt_FlsGetValue@4(DWORD param_1);
  4139. void ___acrt_FlsSetValue@8(DWORD param_1,LPVOID param_2);
  4140. void ___acrt_GetDateFormatEx@28(wchar_t *param_1,DWORD param_2,SYSTEMTIME *param_3,LPCWSTR param_4,LPWSTR param_5,int param_6,undefined4 param_7);
  4141. void ___acrt_GetFileInformationByHandleEx@16(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4);
  4142. void ___acrt_GetLocaleInfoEx@16(wchar_t *param_1,LCTYPE param_2,LPWSTR param_3,int param_4);
  4143. void ___acrt_GetTimeFormatEx@24(wchar_t *param_1,DWORD param_2,SYSTEMTIME *param_3,LPCWSTR param_4,LPWSTR param_5,int param_6);
  4144. void ___acrt_GetUserDefaultLocaleName@8(wchar_t *param_1,rsize_t param_2);
  4145. void ___acrt_InitializeCriticalSectionEx@12(LPCRITICAL_SECTION param_1,DWORD param_2,undefined4 param_3);
  4146. void ___acrt_IsValidLocaleName@4(wchar_t *param_1);
  4147. void ___acrt_LCIDToLocaleName@16(int param_1,wchar_t *param_2,rsize_t param_3,undefined4 param_4);
  4148. void ___acrt_LCMapStringEx@36(wchar_t *param_1,DWORD param_2,LPCWSTR param_3,int param_4,LPWSTR param_5,int param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9);
  4149. void ___acrt_LocaleNameToLCID@8(wchar_t *param_1,undefined4 param_2);
  4150. uint ___acrt_can_use_vista_locale_apis(void);
  4151. void __fastcall ___acrt_is_packaged_app(undefined4 param_1);
  4152. undefined __cdecl ___acrt_uninitialize_winapi_thunks(char param_1);
  4153. int __cdecl get_drive_number_from_path(wchar_t *param_1);
  4154. int __cdecl __getdrive(void);
  4155. undefined4 __cdecl ___acrt_copy_path_to_wide_string(LPCSTR param_1,LPWSTR *param_2);
  4156. undefined4 * ___acrt_lowio_create_handle_array(void);
  4157. void __cdecl ___acrt_lowio_destroy_handle_array(LPCRITICAL_SECTION param_1);
  4158. undefined4 __cdecl ___acrt_lowio_ensure_fh_exists(uint param_1);
  4159. void FUN_00cd16dc(void);
  4160. void __cdecl ___acrt_lowio_lock_fh(uint param_1);
  4161. undefined4 __cdecl ___acrt_lowio_set_os_handle(uint param_1,HANDLE param_2);
  4162. void __cdecl ___acrt_lowio_unlock_fh(uint param_1);
  4163. int __cdecl __alloc_osfhnd(void);
  4164. void FUN_00cd18c8(void);
  4165. int __cdecl __free_osfhnd(int param_1);
  4166. intptr_t __cdecl __get_osfhandle(int _FileHandle);
  4167. int __cdecl __crt_time_elapsed_leap_years<int>(int param_1);
  4168. bool __cdecl __crt_time_is_day_valid(int param_1,int param_2,int param_3);
  4169. __time64_t __cdecl ___loctotime64_t(int param_1,int param_2,int param_3,int param_4,int param_5,int param_6,int param_7);
  4170. int FUN_00cd1c3a(void);
  4171. void FUN_00cd1cd1(void);
  4172. uint __cdecl ___acrt_stdio_refill_and_read_narrow_nolock(FILE *param_1);
  4173. write_result __cdecl write_double_translated_ansi_nolock(int param_1,char *param_2,uint param_3);
  4174. write_result __cdecl write_double_translated_unicode_nolock(char *param_1,uint param_2);
  4175. bool __cdecl write_requires_double_translation_nolock(int param_1);
  4176. write_result __cdecl write_text_ansi_nolock(int param_1,char *param_2,uint param_3);
  4177. write_result __cdecl write_text_utf16le_nolock(int param_1,char *param_2,uint param_3);
  4178. write_result __cdecl write_text_utf8_nolock(int param_1,char *param_2,uint param_3);
  4179. int __cdecl __write(int _FileHandle,void *_Buf,uint _MaxCharCount);
  4180. void FUN_00cd24b8(void);
  4181. int __cdecl __write_nolock(int _FileHandle,void *_Buf,uint _MaxCharCount);
  4182. uint FUN_00cd26ed(void);
  4183. int __cdecl translate_text_mode_nolock<char>(int param_1,char *param_2,uint param_3);
  4184. int __cdecl translate_text_mode_nolock<wchar_t>(int param_1,wchar_t *param_2,uint param_3);
  4185. int __cdecl translate_ansi_or_utf8_nolock(int param_1,char *param_2,uint param_3,wchar_t *param_4,uint param_5);
  4186. int __cdecl translate_utf16_from_console_nolock(int param_1,wchar_t *param_2,uint param_3);
  4187. int __cdecl __read(int _FileHandle,void *_DstBuf,uint _MaxCharCount);
  4188. void FUN_00cd2cca(void);
  4189. int __cdecl __read_nolock(int _FileHandle,void *_DstBuf,uint _MaxCharCount);
  4190. uint __cdecl FUN_00cd30a8(uint param_1,uint param_2);
  4191. void __cdecl FUN_00cd30c0(wchar_t **param_1,LPVOID *param_2);
  4192. int __cdecl copy_and_add_argument_to_buffer<wchar_t>(wchar_t *param_1,wchar_t *param_2,rsize_t param_3,void *param_4);
  4193. void __cdecl expand_argument_wildcards<wchar_t>(wchar_t *param_1,wchar_t *param_2,int *param_3);
  4194. void __fastcall ~argument_list<>(void **param_1);
  4195. int __thiscall append(void *this,void *param_1);
  4196. undefined4 __fastcall expand_if_necessary(void **param_1);
  4197. void __cdecl FUN_00cd35c2(wchar_t **param_1,LPVOID *param_2);
  4198. wchar_t * __cdecl find_end_of_double_null_terminated_sequence(wchar_t *param_1);
  4199. LPSTR ___dcrt_get_narrow_environment_from_os(void);
  4200. LPVOID FUN_00cd36a0(void);
  4201. char ** __cdecl copy_environment<char>(char **param_1);
  4202. int __cdecl find_in_environment_nolock<char>(char *param_1,uint param_2);
  4203. undefined4 __cdecl ___dcrt_set_variable_in_narrow_environment_nolock(char *param_1,int param_2);
  4204. LPVOID __cdecl FUN_00cd3a3b(void *param_1,uint param_2,uint param_3);
  4205. void __cdecl ___acrt_execute_initializers(undefined **param_1,undefined **param_2);
  4206. void __cdecl ___acrt_execute_uninitializers(undefined **param_1,undefined **param_2);
  4207. FuncDef24 * __thiscall operator()<class_<lambda_a048d3beccc847880fc8490e18b82769>,class_<lambda_ec61778202f4f5fc7e7711acc23c3bca>&,class_<lambda_f7496a158712204296dd6628a163878e>_>(__crt_seh_guarded_call<void_(__cdecl*)(int)> *this,<lambda_a048d3beccc847880fc8490e18b82769> *param_1,<lambda_ec61778202f4f5fc7e7711acc23c3bca> *param_2,<lambda_f7496a158712204296dd6628a163878e> *param_3);
  4208. void FUN_00cd3bec(void);
  4209. FuncDef25 * __cdecl __acrt_lock_and_call<class_<lambda_ec61778202f4f5fc7e7711acc23c3bca>_>(__acrt_lock_id param_1,<lambda_ec61778202f4f5fc7e7711acc23c3bca> *param_2);
  4210. FuncDef26 * __cdecl get_global_action_nolock(int param_1);
  4211. __crt_signal_action_t * __cdecl siglookup(int param_1,__crt_signal_action_t *param_2);
  4212. void ___acrt_get_sigabrt_handler(void);
  4213. void __cdecl ___acrt_initialize_signal_handlers(char **param_1);
  4214. int FUN_00cd3cdc(void);
  4215. int __cdecl _raise(int _SigNum);
  4216. void FUN_00cd3ea5(void);
  4217. uint __cdecl ___hw_cw_sse2(uint param_1);
  4218. uint __cdecl __clearfp(void);
  4219. uint __cdecl __control87(uint _NewValue,uint _Mask);
  4220. uint __cdecl __hw_cw(uint param_1);
  4221. int __cdecl InternalGetLocaleInfoA(__crt_locale_pointers *param_1,wchar_t *param_2,ulong param_3,char *param_4,int param_5);
  4222. void __cdecl ___acrt_GetLocaleInfoA(__crt_locale_pointers *param_1,int param_2,wchar_t *param_3,uint param_4,LPWSTR *param_5);
  4223. int __cdecl __acrt_LCMapStringA_stat(__crt_locale_pointers *param_1,wchar_t *param_2,ulong param_3,char *param_4,int param_5,char *param_6,int param_7,int param_8,int param_9);
  4224. void __cdecl ___acrt_LCMapStringA(__crt_locale_pointers *param_1,wchar_t *param_2,ulong param_3,char *param_4,int param_5,char *param_6,int param_7,int param_8,int param_9);
  4225. double __cdecl __copysign(double _Number,double _Sign);
  4226. int __cdecl __fpclass(double _X);
  4227. void __CIpow_pentium4(void);
  4228. float10 __pow_pentium4(undefined8 param_1,undefined4 param_2,uint uParm3);
  4229. float10 __fastcall FUN_00cd5930(undefined4 uParm1,uint uParm2,ushort param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,undefined4 param_6);
  4230. float10 __fastcall __startOneArgErrorHandling(undefined4 uParm1,uint uParm2,ushort param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4);
  4231. unkbyte10 FUN_00cd5990(void);
  4232. void FUN_00cd59a5(undefined4 param_1);
  4233. undefined4 FUN_00cd59bc(void);
  4234. uint __fastcall __fload_withFB(undefined4 param_1,int param_2);
  4235. uint __cdecl FUN_00cd5a18(undefined4 param_1,uint param_2);
  4236. undefined4 __d_inttype(double param_1);
  4237. undefined4 __powhlp(int param_1,int iParm2,int param_2,int iParm4,double *param_3);
  4238. undefined4 * FUN_00cd5ce8(void);
  4239. undefined4 * FUN_00cd5cee(void);
  4240. undefined4 * FUN_00cd5cf4(void);
  4241. undefined4 FUN_00cd5cfa(void);
  4242. errno_t __cdecl __get_daylight(int *_Daylight);
  4243. errno_t __cdecl __get_dstbias(long *_Daylight_savings_bias);
  4244. errno_t __cdecl __get_timezone(long *_Timezone);
  4245. int __cdecl _isindst_nolock(tm *param_1);
  4246. void __cdecl cvtdate(transition_type param_1,date_type param_2,int param_3,int param_4,int param_5,int param_6,int param_7,int param_8,int param_9,int param_10,int param_11);
  4247. void __cdecl tzset_from_environment_nolock(char *param_1);
  4248. void __cdecl tzset_from_system_nolock(void);
  4249. void __cdecl tzset_nolock(void);
  4250. void __cdecl ___tzset(void);
  4251. void FUN_00cd6513(void);
  4252. int __cdecl __isindst(tm *_Time);
  4253. void FUN_00cd655d(void);
  4254. int __cdecl __isleadbyte_l(int _C,_locale_t _Locale);
  4255. int __cdecl ___acrt_fp_strflt_to_string(char *param_1,uint param_2,int param_3,int param_4);
  4256. void __thiscall scoped_fp_state_reset(scoped_fp_state_reset *this);
  4257. void __cdecl ___acrt_fltout(uint param_1,uint param_2,int param_3,int *param_4,char *param_5,rsize_t param_6);
  4258. int __cdecl __isatty(int _FileHandle);
  4259. void __cdecl ___acrt_LCMapStringW(wchar_t *param_1,DWORD param_2,wchar_t *param_3,size_t param_4,LPWSTR param_5,int param_6);
  4260. __int64 __cdecl common_lseek<__int64>(int param_1,__int64 param_2,int param_3);
  4261. void FUN_00cd7b8d(void);
  4262. __int64 __cdecl common_lseek_nolock<__int64>(int param_1,__int64 param_2,int param_3);
  4263. longlong __cdecl __lseeki64(int _FileHandle,longlong _Offset,int _Origin);
  4264. longlong __cdecl __lseeki64_nolock(int _FileHandle,longlong _Offset,int _Origin);
  4265. void __cdecl ___acrt_stdio_allocate_buffer_nolock(undefined4 *param_1);
  4266. int __cdecl __wcsnicmp(wchar_t *_Str1,wchar_t *_Str2,size_t _MaxCount);
  4267. int __cdecl __wcsnicmp_l(wchar_t *_Str1,wchar_t *_Str2,size_t _MaxCount,_locale_t _Locale);
  4268. int __cdecl _strncmp(char *_Str1,char *_Str2,size_t _MaxCount);
  4269. int __cdecl __strnicmp(char *_Str1,char *_Str2,size_t _MaxCount);
  4270. int __cdecl __strnicmp_l(char *_Str1,char *_Str2,size_t _MaxCount,_locale_t _Locale);
  4271. int __cdecl common_sopen_dispatch<char>(char *param_1,int param_2,int param_3,int param_4,int *param_5,int param_6);
  4272. void FUN_00cd80cb(void);
  4273. int __cdecl configure_text_mode(int param_1,file_options param_2,int param_3,__crt_lowio_text_mode *param_4);
  4274. void * __cdecl create_file(wchar_t *param_1,_SECURITY_ATTRIBUTES *param_2,file_options param_3);
  4275. ulong __cdecl decode_open_create_flags(int param_1);
  4276. file_options __cdecl decode_options(int param_1,int param_2,int param_3);
  4277. int __cdecl truncate_ctrl_z_if_present(int param_1);
  4278. errno_t __cdecl __sopen_nolock(int *UnlockFlag,int *_FileHandle,char *_Filename,int _OpenFlag,int _ShareFlag,int _PermissionFlag,int _SecureFlag);
  4279. errno_t __cdecl FID_conflict:__sopen_s(int *_FileHandle,char *_Filename,int _OpenFlag,int _ShareFlag,int _PermissionMode);
  4280. errno_t __cdecl __wsopen_nolock(int *UnlockFlag,int *_FileHandle,wchar_t *_Filename,int _OpenFlag,int _ShareFlag,int _PermissionFlag,int _SecureFlag);
  4281. int __thiscall operator()<class_<lambda_61cee617f5178ae960314fd4d05640a0>,class_<lambda_6978c1fb23f02e42e1d9e99668cc68aa>&,class_<lambda_9cd88cf8ad10232537feb2133f08c833>_>(__crt_seh_guarded_call<int> *this,<lambda_61cee617f5178ae960314fd4d05640a0> *param_1,<lambda_6978c1fb23f02e42e1d9e99668cc68aa> *param_2,<lambda_9cd88cf8ad10232537feb2133f08c833> *param_3);
  4282. void FUN_00cd8a2b(void);
  4283. int __cdecl __acrt_lowio_lock_fh_and_call<class_<lambda_6978c1fb23f02e42e1d9e99668cc68aa>_>(int param_1,<lambda_6978c1fb23f02e42e1d9e99668cc68aa> *param_2);
  4284. int __cdecl __commit(int _FileHandle);
  4285. int __cdecl common_xtox<unsigned_long,wchar_t>(ulong param_1,wchar_t *param_2,uint param_3,uint param_4,bool param_5);
  4286. int __cdecl common_xtox_s<unsigned_long,wchar_t>(ulong param_1,wchar_t *param_2,uint param_3,uint param_4,bool param_5);
  4287. errno_t __cdecl __itow_s(int _Val,wchar_t *_DstBuf,size_t _SizeInWords,int _Radix);
  4288. int __cdecl GetTableIndexFromLocaleName(wchar_t *param_1);
  4289. int __cdecl ___acrt_DownlevelLCIDToLocaleName(int param_1,wchar_t *param_2,rsize_t param_3);
  4290. undefined4 __cdecl ___acrt_DownlevelLocaleNameToLCID(wchar_t *param_1);
  4291. wint_t __cdecl __putwch_nolock(wchar_t _WCh);
  4292. uint __cdecl ___get_abstract_control_sse2(uint param_1);
  4293. uint __cdecl ___get_abstract_control_x87(uint param_1);
  4294. uint __cdecl ___get_machine_control(uint param_1);
  4295. uint __cdecl ___get_machine_control_sse2(uint param_1);
  4296. uint __cdecl ___get_machine_status_sse2(uint param_1);
  4297. uint __cdecl ___get_machine_status_x87(uint param_1);
  4298. uint __getfpcontrolword(void);
  4299. uint __getfpstatusword(void);
  4300. void __cdecl __setfpcontrolword(uint param_1);
  4301. void __cdecl __setfpstatusword(uint param_1);
  4302. void __cdecl shortsort(char *param_1,char *param_2,uint param_3,FuncDef27 *param_4);
  4303. void __cdecl swap(char *param_1,char *param_2,uint param_3);
  4304. void __cdecl _qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,_PtFuncCompare *_PtFuncCompare);
  4305. errno_t __cdecl _strncpy_s(char *_Dst,rsize_t _SizeInBytes,char *_Src,rsize_t _MaxCount);
  4306. char * __cdecl _strpbrk(char *_Str,char *_Control);
  4307. int __cdecl __strnicoll(char *_Str1,char *_Str2,size_t _MaxCount);
  4308. int __cdecl __strnicoll_l(char *_Str1,char *_Str2,size_t _MaxCount,_locale_t _Locale);
  4309. size_t __cdecl FID_conflict:_msize_base(void *_Memory);
  4310. void __cdecl ___libm_error_support(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,int param_4);
  4311. void __cdecl __87except(uint param_1,int *param_2,ushort *param_3);
  4312. float10 __cdecl __frnd(double param_1);
  4313. char * __cdecl common_getenv_nolock<char>(char *param_1);
  4314. void FUN_00cd9d0b(void);
  4315. int __cdecl common_getenv_s_nolock<char>(uint *param_1,char *param_2,uint param_3,char *param_4);
  4316. errno_t __cdecl _getenv_s(size_t *_ReturnSize,char *_DstBuf,rsize_t _DstSize,char *_VarName);
  4317. undefined4 __cdecl _fegetenv(undefined4 *param_1);
  4318. undefined4 __cdecl _fesetenv(uint *param_1);
  4319. undefined4 __cdecl _feholdexcept(uint *param_1);
  4320. void FUN_00cd9ec0(void);
  4321. undefined8 __fastcall FUN_00cd9f18(undefined4 uParm1,uint uParm2,int param_1,uint param_2);
  4322. float10 FUN_00cd9fd0(double param_1);
  4323. int __cdecl ___ascii_strnicmp(char *_Str1,char *_Str2,size_t _MaxCount);
  4324. int __cdecl __chsize_nolock(int _FileHandle,longlong _Size);
  4325. void ___dcrt_lowio_initialize_console_output(void);
  4326. int __cdecl InternalCompareStringA(__crt_locale_pointers *param_1,wchar_t *param_2,ulong param_3,char *param_4,int param_5,char *param_6,int param_7,int param_8);
  4327. void __cdecl ___acrt_CompareStringA(__crt_locale_pointers *param_1,wchar_t *param_2,ulong param_3,char *param_4,int param_5,char *param_6,int param_7,int param_8);
  4328. float10 start(undefined8 param_1);
  4329. BOOL IsProcessorFeaturePresent(DWORD ProcessorFeature);
  4330. void __EH_epilog3(void);
  4331. void FUN_00cda974(void);
  4332. void __EH_epilog3_catch_GS(void);
  4333. void __cdecl __EH_prolog3(int param_1);
  4334. void __cdecl __EH_prolog3_GS(int param_1);
  4335. void __cdecl __EH_prolog3_catch(int param_1);
  4336. void __cdecl __EH_prolog3_catch_GS(int param_1);
  4337. undefined8 __aulldvrm(uint param_1,uint param_2,uint param_3,uint param_4);
  4338. uint __alloca_probe_16(void);
  4339. uint __alloca_probe_8(void);
  4340. ulonglong __allmul(uint param_1,uint param_2,uint param_3,uint param_4);
  4341. undefined8 __aulldiv(uint param_1,uint param_2,uint param_3,uint param_4);
  4342. PIMAGE_SECTION_HEADER __cdecl __FindPESection(PBYTE pImageBase,DWORD_PTR rva);
  4343. BOOL __cdecl __IsNonwritableInCurrentImage(PBYTE pTarget);
  4344. BOOL __cdecl __ValidateImageBase(PBYTE pImageBase);
  4345. void __cdecl __SEH_prolog4_GS(undefined4 param_1,int param_2);
  4346. void __SEH_epilog4_GS(void);
  4347. longlong __fastcall __allshl(byte bParm1,int iParm2);
  4348. ulonglong __fastcall __aullshr(byte bParm1,uint uParm2);
  4349. undefined8 __alldvrm(uint param_1,uint param_2,uint param_3,uint param_4);
  4350. void __alloca_probe(void);
  4351. undefined8 __fastcall FUN_00cdaf00(undefined4 uParm1,undefined4 uParm2);
  4352. ushort * __cdecl FUN_00cdafb5(ushort *param_1,ushort param_2);
  4353. byte * __cdecl FUN_00cdb060(byte *param_1,byte param_2);
  4354. ushort * __cdecl FUN_00cdb197(ushort *param_1,ushort param_2);
  4355. undefined8 __alldiv(uint param_1,uint param_2,uint param_3,uint param_4);
  4356. void __fastcall __ftol3_except(undefined4 uParm1,uint *puParm2);
  4357. ulonglong FUN_00cdb51f(void);
Add Comment
Please, Sign In to add comment