Files
mxaccess/analysis/ghidra/exports/LmxProxy.dll.ghidra.md
T
Joseph Doherty fe2a6db786
rust / build / test / clippy / fmt (push) Has been cancelled
Initial project state: .NET reference, design, Rust port (M0+M1), evidence
Layout:
- src/                    .NET 10 x64 reference: MxNativeCodec, MxNativeClient,
                          MxAsbClient, probes, tests, harnesses. Executable spec.
- design/                 Architectural plan for the Rust port (M0–M6), error
                          model, protocol invariants, risks (R1–R16), adversarial
                          review log (review.md).
- rust/                   Rust workspace. M0 skeleton + M1 codec parity.
                          mxaccess-codec: 215 unit tests + 2 cross-implementation
                          parity tests (byte-identical against .NET reference).
                          Other crates are M0 stubs awaiting M2+.
- captures/               Frida + netsh + pcap evidence per CLAUDE.md
                          ("captures are evidence, not throwaway logs").
- analysis/               Decompiled C# (frida/proxy/decompiled-*),
                          Ghidra exports for native DLLs (`exports/` only —
                          working state at `projects/` and AVEVA's input
                          binaries at `input/` are gitignored).
- docs/                   Reverse-engineering reference docs.
- tools/                  Setup-LiveProbeEnv.ps1 (Infisical credential fetcher),
                          Compute-Crc.ps1 (.NET parity helper).
- .github/workflows/      Rust CI: fmt + build + test + clippy on Windows.
- LICENSE                 MIT (Joseph Doherty, 2026).

Verified:
- cargo test --workspace → 217 passed (215 unit + 2 .NET parity), 0 failed
- cargo clippy --workspace -- -D warnings → clean
- cargo fmt --all -- --check → clean
- cargo publish --dry-run -p mxaccess-codec → packages cleanly

Excluded from history (see .gitignore):
- **/bin, **/obj, **/target — build artifacts
- analysis/ghidra/projects/ — Ghidra working state (regenerable)
- analysis/ghidra/input/ — AVEVA proprietary DLLs (vendor IP)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 06:21:00 -04:00

1405 lines
79 KiB
Markdown

# LmxProxy.dll
## Program
- Language: `x86:LE:32:default`
- Compiler spec: `windows`
- Image base: `10000000`
- Executable format: `Portable Executable (PE)`
## Memory Blocks
| Name | Start | End | Size | R | W | X |
| --- | ---: | ---: | ---: | :---: | :---: | :---: |
| `Headers` | `10000000` | `100003ff` | 1024 | Y | | |
| `.text` | `10001000` | `1001abff` | 105472 | Y | | Y |
| `.rdata` | `1001b000` | `10027dff` | 52736 | Y | | |
| `.data` | `10028000` | `1002997f` | 6528 | Y | Y | |
| `.rsrc` | `1002a000` | `100383ff` | 58368 | Y | | |
| `.reloc` | `10039000` | `1003c1ff` | 12800 | Y | | |
| `tdb` | `ffdff000` | `ffdfffff` | 4096 | Y | Y | |
## External Imports
- `ADVAPI32.DLL::RegCloseKey`
- `ADVAPI32.DLL::RegCreateKeyExW`
- `ADVAPI32.DLL::RegDeleteKeyW`
- `ADVAPI32.DLL::RegDeleteValueW`
- `ADVAPI32.DLL::RegEnumKeyExW`
- `ADVAPI32.DLL::RegNotifyChangeKeyValue`
- `ADVAPI32.DLL::RegOpenKeyExW`
- `ADVAPI32.DLL::RegQueryInfoKeyW`
- `ADVAPI32.DLL::RegQueryValueExW`
- `ADVAPI32.DLL::RegSetValueExW`
- `DBGHELP.DLL::MiniDumpWriteDump`
- `KERNEL32.DLL::CloseHandle`
- `KERNEL32.DLL::CreateDirectoryW`
- `KERNEL32.DLL::CreateEventW`
- `KERNEL32.DLL::CreateFileW`
- `KERNEL32.DLL::DecodePointer`
- `KERNEL32.DLL::DeleteCriticalSection`
- `KERNEL32.DLL::DeleteFileW`
- `KERNEL32.DLL::DisableThreadLibraryCalls`
- `KERNEL32.DLL::EncodePointer`
- `KERNEL32.DLL::EnterCriticalSection`
- `KERNEL32.DLL::FileTimeToSystemTime`
- `KERNEL32.DLL::FindClose`
- `KERNEL32.DLL::FindFirstFileW`
- `KERNEL32.DLL::FindNextFileW`
- `KERNEL32.DLL::FindResourceW`
- `KERNEL32.DLL::FormatMessageW`
- `KERNEL32.DLL::FreeLibrary`
- `KERNEL32.DLL::GetCurrentProcess`
- `KERNEL32.DLL::GetCurrentProcessId`
- `KERNEL32.DLL::GetCurrentThreadId`
- `KERNEL32.DLL::GetLastError`
- `KERNEL32.DLL::GetLocalTime`
- `KERNEL32.DLL::GetModuleFileNameW`
- `KERNEL32.DLL::GetModuleHandleW`
- `KERNEL32.DLL::GetProcAddress`
- `KERNEL32.DLL::GetSystemDirectoryW`
- `KERNEL32.DLL::GetSystemTimeAsFileTime`
- `KERNEL32.DLL::GetTickCount`
- `KERNEL32.DLL::GetUserDefaultLCID`
- `KERNEL32.DLL::GetWindowsDirectoryW`
- `KERNEL32.DLL::InitializeCriticalSectionAndSpinCount`
- `KERNEL32.DLL::InterlockedCompareExchange`
- `KERNEL32.DLL::InterlockedDecrement`
- `KERNEL32.DLL::InterlockedExchange`
- `KERNEL32.DLL::InterlockedIncrement`
- `KERNEL32.DLL::IsDebuggerPresent`
- `KERNEL32.DLL::LeaveCriticalSection`
- `KERNEL32.DLL::LoadLibraryExW`
- `KERNEL32.DLL::LoadResource`
- `KERNEL32.DLL::LocalAlloc`
- `KERNEL32.DLL::LocalFree`
- `KERNEL32.DLL::MultiByteToWideChar`
- `KERNEL32.DLL::QueryPerformanceCounter`
- `KERNEL32.DLL::RaiseException`
- `KERNEL32.DLL::SetUnhandledExceptionFilter`
- `KERNEL32.DLL::SizeofResource`
- `KERNEL32.DLL::Sleep`
- `KERNEL32.DLL::SystemTimeToTzSpecificLocalTime`
- `KERNEL32.DLL::TerminateProcess`
- `KERNEL32.DLL::UnhandledExceptionFilter`
- `KERNEL32.DLL::lstrcmpiW`
- `KERNEL32.DLL::lstrlenA`
- `KERNEL32.DLL::lstrlenW`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::AcquireLicense`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::AddLicenseRequestInfo`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::CreateClientConnection`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::GetDeviceIdentity`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::GetLicenseAcquisitionError`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::LoadLibraries`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::NativeExport_CppCliWrapper_LicApiClient`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::ReleaseLicense`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::ResetLicenseRequestInfo`
- `LICAPINATIVEWRAPPER.DLL::NativeExport_CppCliWrapper_LicApiClient::~NativeExport_CppCliWrapper_LicApiClient`
- `MSVCP100.DLL::std::_BADOFF`
- `MSVCP100.DLL::std::_Container_base0::_Orphan_all`
- `MSVCP100.DLL::std::_Xlength_error`
- `MSVCP100.DLL::std::_Xout_of_range`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::fill`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::rdbuf`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::rdbuf`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::setstate`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::tie`
- `MSVCP100.DLL::std::basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>::~basic_ios<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_iostream<wchar_t,struct_std::char_traits<wchar_t>_>::basic_iostream<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_iostream<wchar_t,struct_std::char_traits<wchar_t>_>::~basic_iostream<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::_Osfx`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::flush`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::operator<<`
- `MSVCP100.DLL::std::basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>::~basic_ostream<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::_Lock`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::_Pninc`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::_Unlock`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::eback`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::egptr`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::epptr`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::gbump`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::gptr`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::imbue`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::pbackfail`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::pbase`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::pbump`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::pptr`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::seekoff`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::seekpos`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::setbuf`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::setg`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::setp`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::setp`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::showmanyc`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::sputc`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::sputn`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::sync`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::uflow`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::underflow`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::xsgetn`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::xsputn`
- `MSVCP100.DLL::std::basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>::~basic_streambuf<wchar_t,struct_std::char_traits<wchar_t>_>`
- `MSVCP100.DLL::std::endl`
- `MSVCP100.DLL::std::ends`
- `MSVCP100.DLL::std::ios_base::flags`
- `MSVCP100.DLL::std::ios_base::good`
- `MSVCP100.DLL::std::ios_base::setf`
- `MSVCP100.DLL::std::ios_base::width`
- `MSVCP100.DLL::std::ios_base::width`
- `MSVCP100.DLL::std::uncaught_exception`
- `MSVCR100.DLL::_CxxThrowException`
- `MSVCR100.DLL::__CppXcptFilter`
- `MSVCR100.DLL::__CxxFrameHandler3`
- `MSVCR100.DLL::__clean_type_info_names_internal`
- `MSVCR100.DLL::__dllonexit`
- `MSVCR100.DLL::_amsg_exit`
- `MSVCR100.DLL::_crt_debugger_hook`
- `MSVCR100.DLL::_lock`
- `MSVCR100.DLL::_makepath_s`
- `MSVCR100.DLL::_malloc_crt`
- `MSVCR100.DLL::_onexit`
- `MSVCR100.DLL::_recalloc`
- `MSVCR100.DLL::_resetstkoflw`
- `MSVCR100.DLL::_set_se_translator`
- `MSVCR100.DLL::_snwprintf_s`
- `MSVCR100.DLL::_splitpath_s`
- `MSVCR100.DLL::_unlock`
- `MSVCR100.DLL::_vsnwprintf_s`
- `MSVCR100.DLL::_wsplitpath_s`
- `MSVCR100.DLL::calloc`
- `MSVCR100.DLL::encoded_null`
- `MSVCR100.DLL::except_handler4_common`
- `MSVCR100.DLL::free`
- `MSVCR100.DLL::initterm`
- `MSVCR100.DLL::initterm_e`
- `MSVCR100.DLL::malloc`
- `MSVCR100.DLL::memcmp`
- `MSVCR100.DLL::memcpy`
- `MSVCR100.DLL::memcpy_s`
- `MSVCR100.DLL::memmove`
- `MSVCR100.DLL::memset`
- `MSVCR100.DLL::operator_delete`
- `MSVCR100.DLL::operator_delete[]`
- `MSVCR100.DLL::operator_new`
- `MSVCR100.DLL::purecall`
- `MSVCR100.DLL::std::exception::exception`
- `MSVCR100.DLL::std::exception::exception`
- `MSVCR100.DLL::std::exception::what`
- `MSVCR100.DLL::std::exception::~exception`
- `MSVCR100.DLL::swprintf_s`
- `MSVCR100.DLL::terminate`
- `MSVCR100.DLL::type_info::_type_info_dtor_internal_method`
- `MSVCR100.DLL::wcscat_s`
- `MSVCR100.DLL::wcscmp`
- `MSVCR100.DLL::wcscpy_s`
- `MSVCR100.DLL::wcslen`
- `MSVCR100.DLL::wcsncpy_s`
- `MSVCR100.DLL::wcsrchr`
- `MSVCR100.DLL::wcsstr`
- `OLE32.DLL::CLSIDFromString`
- `OLE32.DLL::CoCreateInstance`
- `OLE32.DLL::CoFileTimeNow`
- `OLE32.DLL::CoGetClassObject`
- `OLE32.DLL::CoTaskMemAlloc`
- `OLE32.DLL::CoTaskMemFree`
- `OLE32.DLL::CoTaskMemRealloc`
- `OLE32.DLL::StringFromGUID2`
- `OLEAUT32.DLL::GetErrorInfo`
- `OLEAUT32.DLL::GetRecordInfoFromGuids`
- `OLEAUT32.DLL::LoadRegTypeLib`
- `OLEAUT32.DLL::LoadTypeLib`
- `OLEAUT32.DLL::RegisterTypeLib`
- `OLEAUT32.DLL::SafeArrayAccessData`
- `OLEAUT32.DLL::SafeArrayCreate`
- `OLEAUT32.DLL::SafeArrayCreateEx`
- `OLEAUT32.DLL::SafeArrayDestroy`
- `OLEAUT32.DLL::SafeArrayGetDim`
- `OLEAUT32.DLL::SafeArrayGetLBound`
- `OLEAUT32.DLL::SafeArrayPutElement`
- `OLEAUT32.DLL::SafeArrayUnaccessData`
- `OLEAUT32.DLL::SetErrorInfo`
- `OLEAUT32.DLL::SysAllocString`
- `OLEAUT32.DLL::SysAllocStringByteLen`
- `OLEAUT32.DLL::SysAllocStringLen`
- `OLEAUT32.DLL::SysFreeString`
- `OLEAUT32.DLL::SysStringByteLen`
- `OLEAUT32.DLL::SysStringLen`
- `OLEAUT32.DLL::UnRegisterTypeLib`
- `OLEAUT32.DLL::VarBstrCat`
- `OLEAUT32.DLL::VarBstrCmp`
- `OLEAUT32.DLL::VarUI4FromStr`
- `OLEAUT32.DLL::VariantChangeType`
- `OLEAUT32.DLL::VariantClear`
- `OLEAUT32.DLL::VariantCopy`
- `OLEAUT32.DLL::VariantInit`
- `SHLWAPI.DLL::PathAppendW`
- `SHLWAPI.DLL::PathRemoveFileSpecW`
- `USER32.DLL::CharNextW`
- `USER32.DLL::CharUpperBuffW`
- `USER32.DLL::CreateWindowExW`
- `USER32.DLL::DestroyWindow`
- `USER32.DLL::KillTimer`
- `USER32.DLL::SetTimer`
- `USER32.DLL::ShowWindow`
## Exports and Globals
| Name | Address | Function |
| --- | ---: | --- |
| `AtlA2WHelper` | `10001316` | `AtlA2WHelper` |
| `?AtlA2WHelper@@YGPA_WPA_WPBDHI@Z` | `10001316` | `AtlA2WHelper` |
| `?AtlCrtErrorCheck@ATL@@YAHH@Z` | `10001381` | `AtlCrtErrorCheck` |
| `?InternalCopy@CComVariant@ATL@@QAEXPBUtagVARIANT@@@Z` | `10001525` | `InternalCopy` |
| `FID_conflict:_Inside` | `10001aea` | `FID_conflict:_Inside` |
| `?_Inside@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE_NPBG@Z` | `10001aea` | `FID_conflict:_Inside` |
| `?_Inside@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE_NPB_W@Z` | `10001aea` | `FID_conflict:_Inside` |
| `??$AtlAdd@K@ATL@@YAJPAKKK@Z` | `10001bba` | `AtlAdd<unsigned_long>` |
| `?Copy@CComBSTR@ATL@@QBEPA_WXZ` | `10001e0a` | `Copy` |
| `??0CComBSTR@ATL@@QAE@PBD@Z` | `10001f13` | `CComBSTR` |
| `FID_conflict:_Tidy` | `10002b22` | `FID_conflict:_Tidy` |
| `?_Tidy@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEX_NI@Z` | `10002b22` | `FID_conflict:_Tidy` |
| `?_Tidy@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEX_NI@Z` | `10002b22` | `FID_conflict:_Tidy` |
| `?Init@?$CA2WEX@$0IA@@ATL@@AAEXPBDI@Z` | `10002b6b` | `Init` |
| `Catch@10002d2e` | `10002d2e` | `Catch@10002d2e` |
| `Catch@10002daa` | `10002daa` | `Catch@10002daa` |
| `Catch@10002f59` | `10002f59` | `Catch@10002f59` |
| `??0CComBSTR@ATL@@QAE@ABV01@@Z` | `10002ff0` | `CComBSTR` |
| `~basic_string<>` | `100032d4` | `~basic_string<>` |
| `_wmemset` | `100035bd` | `_wmemset` |
| `FID_conflict:_Chassign` | `100035e7` | `FID_conflict:_Chassign` |
| `?_Chassign@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEXII_W@Z` | `100035e7` | `FID_conflict:_Chassign` |
| `?_Chassign@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEXIIG@Z` | `100035e7` | `FID_conflict:_Chassign` |
| `FID_conflict:assign` | `10003d59` | `FID_conflict:assign` |
| `?assign@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV12@PBGI@Z` | `10003d59` | `FID_conflict:assign` |
| `?assign@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV12@PB_WI@Z` | `10003d59` | `FID_conflict:assign` |
| `basic_string<>` | `10003f38` | `basic_string<>` |
| `Catch@10004766` | `10004766` | `Catch@10004766` |
| `Catch@100048b1` | `100048b1` | `Catch@100048b1` |
| `Catch@10004a42` | `10004a42` | `Catch@10004a42` |
| `Catch@10004c03` | `10004c03` | `Catch@10004c03` |
| `Catch@100051ae` | `100051ae` | `Catch@100051ae` |
| `Catch@100053c0` | `100053c0` | `Catch@100053c0` |
| `basic_string<>` | `1000571f` | `basic_string<>` |
| `_InlineIsEqualGUID` | `10006eb9` | `_InlineIsEqualGUID` |
| `??$AtlMultiply@K@ATL@@YAJPAKKK@Z` | `10006ee9` | `AtlMultiply<unsigned_long>` |
| `?AtlCoTaskMemCAlloc@ATL@@YAPAXKK@Z` | `10006f0b` | `AtlCoTaskMemCAlloc` |
| `?Init@CComCriticalSection@ATL@@QAEJXZ` | `10006fb2` | `Init` |
| `FID_conflict:RegOpenKeyExA` | `10007072` | `FID_conflict:RegOpenKeyExA` |
| `?RegOpenKeyExW@CAtlTransactionManager@ATL@@QAEJPAUHKEY__@@PB_WKKPAPAU3@@Z` | `10007072` | `FID_conflict:RegOpenKeyExA` |
| `?RegOpenKeyExA@CAtlTransactionManager@ATL@@QAEJPAUHKEY__@@PBDKKPAPAU3@@Z` | `10007072` | `FID_conflict:RegOpenKeyExA` |
| `FID_conflict:RegCreateKeyExW` | `100070c9` | `FID_conflict:RegCreateKeyExW` |
| `?RegCreateKeyExA@CAtlTransactionManager@ATL@@QAEJPAUHKEY__@@PBDKPADKKQAU_SECURITY_ATTRIBUTES@@PAPAU3@PAK@Z` | `100070c9` | `FID_conflict:RegCreateKeyExW` |
| `?RegCreateKeyExW@CAtlTransactionManager@ATL@@QAEJPAUHKEY__@@PB_WKPA_WKKQAU_SECURITY_ATTRIBUTES@@PAPAU3@PAK@Z` | `100070c9` | `FID_conflict:RegCreateKeyExW` |
| `FID_conflict:RegDeleteKeyA` | `1000712c` | `FID_conflict:RegDeleteKeyA` |
| `?RegDeleteKeyW@CAtlTransactionManager@ATL@@QAEJPAUHKEY__@@PB_W@Z` | `1000712c` | `FID_conflict:RegDeleteKeyA` |
| `?RegDeleteKeyA@CAtlTransactionManager@ATL@@QAEJPAUHKEY__@@PBD@Z` | `1000712c` | `FID_conflict:RegDeleteKeyA` |
| `?AtlComQIPtrAssign@ATL@@YGPAUIUnknown@@PAPAU2@PAU2@ABU_GUID@@@Z` | `10007258` | `AtlComQIPtrAssign` |
| `?Attach@CComBSTR@ATL@@QAEXPA_W@Z` | `1000728f` | `Attach` |
| `?InlineIsEqualUnknown@ATL@@YGHABU_GUID@@@Z` | `10007453` | `InlineIsEqualUnknown` |
| `DeleteSubKey` | `100074b6` | `DeleteSubKey` |
| `?Close@CRegKey@ATL@@QAEJXZ` | `10007526` | `Close` |
| `Create` | `10007541` | `Create` |
| `Open` | `100075a9` | `Open` |
| `?SetStringValue@CRegKey@ATL@@QAEJPB_W0K@Z` | `10007648` | `SetStringValue` |
| `?AtlInternalQueryInterface@ATL@@YGJPAXPBU_ATL_INTMAP_ENTRY@1@ABU_GUID@@PAPAX@Z` | `10007bba` | `AtlInternalQueryInterface` |
| `Catch@10007d51` | `10007d51` | `Catch@10007d51` |
| `AtlAddThrow<>` | `10007f43` | `AtlAddThrow<>` |
| `??$AtlMultiplyThrow@I@ATL@@YAIII@Z` | `10007f68` | `AtlMultiplyThrow<unsigned_int>` |
| `?_AtlVerifyStackAvailable@_ATL_SAFE_ALLOCA_IMPL@ATL@@YA_NK@Z` | `10008060` | `_AtlVerifyStackAvailable` |
| `Ordinal_1` | `100080d6` | `DllCanUnloadNow` |
| `DllCanUnloadNow` | `100080d6` | `DllCanUnloadNow` |
| `Catch@1000817f` | `1000817f` | `Catch@1000817f` |
| `?Release@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGKXZ` | `100082a5` | `Release` |
| `?QueryInterface@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGJABU_GUID@@PAPAX@Z` | `100082c6` | `QueryInterface` |
| `?Release@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGKXZ` | `10008333` | `Release` |
| `Close` | `1000841b` | `Close` |
| `Catch@10008aab` | `10008aab` | `Catch@10008aab` |
| `?GetUnknown@CComDynamicUnkArray@ATL@@QAGPAUIUnknown@@K@Z` | `10008bda` | `GetUnknown` |
| `thunk_FUN_10007e86` | `10008c27` | `thunk_FUN_10007e86` |
| `Catch@10008e69` | `10008e69` | `Catch@10008e69` |
| `Catch@100094fd` | `100094fd` | `Catch@100094fd` |
| `Catch@10009d9b` | `10009d9b` | `Catch@10009d9b` |
| `Allocate` | `10009ee9` | `Allocate` |
| `Allocate` | `10009f18` | `Allocate` |
| `Allocate` | `10009f47` | `Allocate` |
| `?QueryInterface@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGJABU_GUID@@PAPAX@Z` | `1000a081` | `QueryInterface` |
| `Catch@1000a16d` | `1000a16d` | `Catch@1000a16d` |
| `Catch@1000a1bb` | `1000a1bb` | `Catch@1000a1bb` |
| `Catch@1000a301` | `1000a301` | `Catch@1000a301` |
| `Catch@1000a4cf` | `1000a4cf` | `Catch@1000a4cf` |
| `Catch@1000a627` | `1000a627` | `Catch@1000a627` |
| `Catch@1000b1ba` | `1000b1ba` | `Catch@1000b1ba` |
| `Catch@1000b22b` | `1000b22b` | `Catch@1000b22b` |
| `?QueryInterface@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGJABU_GUID@@PAPAX@Z` | `1000b3b3` | `QueryInterface` |
| `?Release@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGKXZ` | `1000b4a0` | `Release` |
| `?QueryInterface@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGJABU_GUID@@PAPAX@Z` | `1000b57f` | `QueryInterface` |
| `Catch@1000b779` | `1000b779` | `Catch@1000b779` |
| `Catch@1000b7eb` | `1000b7eb` | `Catch@1000b7eb` |
| `Ordinal_3` | `1000ba13` | `DllRegisterServer` |
| `DllRegisterServer` | `1000ba13` | `DllRegisterServer` |
| `Ordinal_4` | `1000ba22` | `DllUnregisterServer` |
| `DllUnregisterServer` | `1000ba22` | `DllUnregisterServer` |
| `Catch@1000ba7b` | `1000ba7b` | `Catch@1000ba7b` |
| `Catch@1000bcd1` | `1000bcd1` | `Catch@1000bcd1` |
| `Catch@1000befe` | `1000befe` | `Catch@1000befe` |
| `Catch@1000bf42` | `1000bf42` | `Catch@1000bf42` |
| `Ordinal_2` | `1000c873` | `DllGetClassObject` |
| `DllGetClassObject` | `1000c873` | `DllGetClassObject` |
| `??8CComBSTR@ATL@@QBE_NABV01@@Z` | `1000ca70` | `operator==` |
| `QueryDWORDValue` | `1000cb0c` | `QueryDWORDValue` |
| `?QueryStringValue@CRegKey@ATL@@QAEJPB_WPA_WPAK@Z` | `1000cb44` | `QueryStringValue` |
| `?Release@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGKXZ` | `1000e665` | `Release` |
| `?QueryInterface@?$CMFCComObject@VCAccessibleProxy@ATL@@@@UAGJABU_GUID@@PAPAX@Z` | `1000e686` | `QueryInterface` |
| `Catch@1000f0a5` | `1000f0a5` | `Catch@1000f0a5` |
| `Catch@1000f4b2` | `1000f4b2` | `Catch@1000f4b2` |
| `basic_string<>` | `1000f506` | `basic_string<>` |
| `_Uninitialized_move<>` | `1000f5d0` | `_Uninitialized_move<>` |
| `Catch@1000ffe6` | `1000ffe6` | `Catch@1000ffe6` |
| `Catch@10010069` | `10010069` | `Catch@10010069` |
| `Catch@1001014d` | `1001014d` | `Catch@1001014d` |
| `Catch@10010658` | `10010658` | `Catch@10010658` |
| `thunk_FUN_1001007e` | `1001066d` | `thunk_FUN_1001007e` |
| `Catch@10010916` | `10010916` | `Catch@10010916` |
| `Catch@100114f1` | `100114f1` | `Catch@100114f1` |
| `Catch@10011e5f` | `10011e5f` | `Catch@10011e5f` |
| `Catch@10011ec4` | `10011ec4` | `Catch@10011ec4` |
| `Catch@10011edc` | `10011edc` | `Catch@10011edc` |
| `Catch@10011f58` | `10011f58` | `Catch@10011f58` |
| `Catch@10012306` | `10012306` | `Catch@10012306` |
| `Catch@10012375` | `10012375` | `Catch@10012375` |
| `Catch@1001238a` | `1001238a` | `Catch@1001238a` |
| `Catch@10012407` | `10012407` | `Catch@10012407` |
| `Catch@1001254e` | `1001254e` | `Catch@1001254e` |
| `Catch@100125bc` | `100125bc` | `Catch@100125bc` |
| `Catch@100125d1` | `100125d1` | `Catch@100125d1` |
| `Catch@1001264d` | `1001264d` | `Catch@1001264d` |
| `Catch@10012808` | `10012808` | `Catch@10012808` |
| `Catch@10012876` | `10012876` | `Catch@10012876` |
| `Catch@1001288b` | `1001288b` | `Catch@1001288b` |
| `Catch@10012907` | `10012907` | `Catch@10012907` |
| `Catch@10012ac5` | `10012ac5` | `Catch@10012ac5` |
| `Catch@10012b34` | `10012b34` | `Catch@10012b34` |
| `Catch@10012b49` | `10012b49` | `Catch@10012b49` |
| `Catch@10012bc6` | `10012bc6` | `Catch@10012bc6` |
| `Catch@10012ddf` | `10012ddf` | `Catch@10012ddf` |
| `Catch@10012e4d` | `10012e4d` | `Catch@10012e4d` |
| `Catch@10012e62` | `10012e62` | `Catch@10012e62` |
| `Catch@10012ede` | `10012ede` | `Catch@10012ede` |
| `Catch@1001313b` | `1001313b` | `Catch@1001313b` |
| `Catch@100131a9` | `100131a9` | `Catch@100131a9` |
| `Catch@100131be` | `100131be` | `Catch@100131be` |
| `Catch@1001323a` | `1001323a` | `Catch@1001323a` |
| `Catch@100134b9` | `100134b9` | `Catch@100134b9` |
| `Catch@10013527` | `10013527` | `Catch@10013527` |
| `Catch@1001353c` | `1001353c` | `Catch@1001353c` |
| `Catch@100135b8` | `100135b8` | `Catch@100135b8` |
| `Catch@1001385a` | `1001385a` | `Catch@1001385a` |
| `Catch@100138c8` | `100138c8` | `Catch@100138c8` |
| `Catch@100138dd` | `100138dd` | `Catch@100138dd` |
| `Catch@10013959` | `10013959` | `Catch@10013959` |
| `Catch@10013c57` | `10013c57` | `Catch@10013c57` |
| `Catch@10013cc5` | `10013cc5` | `Catch@10013cc5` |
| `Catch@10013cda` | `10013cda` | `Catch@10013cda` |
| `Catch@10013d56` | `10013d56` | `Catch@10013d56` |
| `Catch@10013ee3` | `10013ee3` | `Catch@10013ee3` |
| `Catch@10013f51` | `10013f51` | `Catch@10013f51` |
| `Catch@10013f66` | `10013f66` | `Catch@10013f66` |
| `Catch@10013fe2` | `10013fe2` | `Catch@10013fe2` |
| `Catch@1001416f` | `1001416f` | `Catch@1001416f` |
| `Catch@100141dd` | `100141dd` | `Catch@100141dd` |
| `Catch@100141f2` | `100141f2` | `Catch@100141f2` |
| `Catch@1001426e` | `1001426e` | `Catch@1001426e` |
| `Catch@1001442d` | `1001442d` | `Catch@1001442d` |
| `Catch@1001449b` | `1001449b` | `Catch@1001449b` |
| `Catch@100144b0` | `100144b0` | `Catch@100144b0` |
| `Catch@1001452c` | `1001452c` | `Catch@1001452c` |
| `Catch@10014784` | `10014784` | `Catch@10014784` |
| `Catch@100147f2` | `100147f2` | `Catch@100147f2` |
| `Catch@10014807` | `10014807` | `Catch@10014807` |
| `Catch@10014883` | `10014883` | `Catch@10014883` |
| `Catch@10014cdf` | `10014cdf` | `Catch@10014cdf` |
| `Catch@1001529a` | `1001529a` | `Catch@1001529a` |
| `Catch@10015308` | `10015308` | `Catch@10015308` |
| `Catch@1001531d` | `1001531d` | `Catch@1001531d` |
| `Catch@10015399` | `10015399` | `Catch@10015399` |
| `Catch@10015ad6` | `10015ad6` | `Catch@10015ad6` |
| `Catch@10015b44` | `10015b44` | `Catch@10015b44` |
| `Catch@10015b59` | `10015b59` | `Catch@10015b59` |
| `Catch@10015bd5` | `10015bd5` | `Catch@10015bd5` |
| `Catch@10015f5f` | `10015f5f` | `Catch@10015f5f` |
| `Catch@10016992` | `10016992` | `Catch@10016992` |
| `Catch@10016b10` | `10016b10` | `Catch@10016b10` |
| `Catch@10016cd3` | `10016cd3` | `Catch@10016cd3` |
| `Catch@10016ebe` | `10016ebe` | `Catch@10016ebe` |
| `VarBstrCmp` | `1001704a` | `VarBstrCmp` |
| `VarBstrCat` | `10017050` | `VarBstrCat` |
| `_Lock` | `10017056` | `_Lock` |
| `_Unlock` | `1001705c` | `_Unlock` |
| `showmanyc` | `10017062` | `showmanyc` |
| `uflow` | `10017068` | `uflow` |
| `xsgetn` | `1001706e` | `xsgetn` |
| `xsputn` | `10017074` | `xsputn` |
| `setbuf` | `1001707a` | `setbuf` |
| `sync` | `10017080` | `sync` |
| `imbue` | `10017086` | `imbue` |
| `pbackfail` | `1001708c` | `pbackfail` |
| `underflow` | `10017092` | `underflow` |
| `seekoff` | `10017098` | `seekoff` |
| `seekpos` | `1001709e` | `seekpos` |
| `_com_issue_error` | `100170b0` | `_com_issue_error` |
| `?_com_issue_error@@YGXJ@Z` | `100170b0` | `_com_issue_error` |
| `_com_issue_errorex` | `100170d0` | `_com_issue_errorex` |
| `?_com_issue_errorex@@YGXJPAUIUnknown@@ABU_GUID@@@Z` | `100170d0` | `_com_issue_errorex` |
| `ConvertStringToBSTR` | `10017150` | `ConvertStringToBSTR` |
| `operator_delete` | `10017308` | `operator_delete` |
| `_CxxThrowException` | `1001730e` | `_CxxThrowException` |
| `FID_conflict:\`vector_deleting_destructor'` | `10017314` | `FID_conflict:\`vector_deleting_destructor'` |
| `??_Etype_info@@UAEPAXI@Z` | `10017314` | `FID_conflict:\`vector_deleting_destructor'` |
| `??_ECDaoRelationFieldInfo@@UAEPAXI@Z` | `10017314` | `FID_conflict:\`vector_deleting_destructor'` |
| `??_Elogic_error@@UAEPAXI@Z` | `10017314` | `FID_conflict:\`vector_deleting_destructor'` |
| `??_Eexception@std@@UAEPAXI@Z` | `10017314` | `FID_conflict:\`vector_deleting_destructor'` |
| `??_Eexception@@UAEPAXI@Z` | `10017314` | `FID_conflict:\`vector_deleting_destructor'` |
| `memcpy` | `10017360` | `memcpy` |
| `free` | `10017366` | `free` |
| `memset` | `1001736c` | `memset` |
| `__CxxFrameHandler3` | `10017372` | `__CxxFrameHandler3` |
| `__security_check_cookie` | `10017378` | `__security_check_cookie` |
| `@__security_check_cookie@4` | `10017378` | `__security_check_cookie` |
| `__EH_prolog3` | `10017387` | `__EH_prolog3` |
| `__EH_prolog3_catch` | `100173ba` | `__EH_prolog3_catch` |
| `__EH_prolog3_GS` | `100173f0` | `__EH_prolog3_GS` |
| `__EH_prolog3_catch_GS` | `10017426` | `__EH_prolog3_catch_GS` |
| `__EH_epilog3` | `1001745f` | `__EH_epilog3` |
| `what` | `10017492` | `what` |
| `operator_new` | `10017498` | `operator_new` |
| `operator_delete[]` | `1001749e` | `operator_delete[]` |
| `__ArrayUnwind` | `100174aa` | `__ArrayUnwind` |
| `?__ArrayUnwind@@YGXPAXIHP6EX0@Z@Z` | `100174aa` | `__ArrayUnwind` |
| `\`eh_vector_destructor_iterator'` | `10017508` | `\`eh_vector_destructor_iterator'` |
| `??_M@YGXPAXIHP6EX0@Z@Z` | `10017508` | `\`eh_vector_destructor_iterator'` |
| `__alloca_probe` | `10017570` | `__alloca_probe` |
| `__chkstk` | `10017570` | `__alloca_probe` |
| `__onexit` | `1001759b` | `__onexit` |
| `_atexit` | `1001763c` | `_atexit` |
| `memcmp` | `10017654` | `memcmp` |
| `__alloca_probe_16` | `10017660` | `__alloca_probe_16` |
| `__alloca_probe_8` | `10017676` | `__alloca_probe_8` |
| `malloc` | `1001768c` | `malloc` |
| `__SEH_prolog4_GS` | `100176a0` | `__SEH_prolog4_GS` |
| `\`eh_vector_constructor_iterator'` | `1001771c` | `\`eh_vector_constructor_iterator'` |
| `??_L@YGXPAXIHP6EX0@Z1@Z` | `1001771c` | `\`eh_vector_constructor_iterator'` |
| `purecall` | `10017782` | `purecall` |
| `__CRT_INIT@12` | `100177d6` | `__CRT_INIT@12` |
| `___DllMainCRTStartup` | `100179e0` | `___DllMainCRTStartup` |
| `entry` | `10017af6` | `entry` |
| `___report_gsfailure` | `10017b19` | `___report_gsfailure` |
| `__SEH_prolog4` | `10017c30` | `__SEH_prolog4` |
| `__SEH_epilog4` | `10017c75` | `__SEH_epilog4` |
| `_unlock` | `10017c8a` | `_unlock` |
| `__dllonexit` | `10017c90` | `__dllonexit` |
| `_lock` | `10017c96` | `_lock` |
| `except_handler4_common` | `10017c9c` | `except_handler4_common` |
| `__ValidateImageBase` | `10017d00` | `__ValidateImageBase` |
| `__FindPESection` | `10017d40` | `__FindPESection` |
| `__IsNonwritableInCurrentImage` | `10017d90` | `__IsNonwritableInCurrentImage` |
| `initterm` | `10017e4c` | `initterm` |
| `initterm_e` | `10017e52` | `initterm_e` |
| `_amsg_exit` | `10017e58` | `_amsg_exit` |
| `___security_init_cookie` | `10017e64` | `___security_init_cookie` |
| `_type_info_dtor_internal_method` | `10017f00` | `_type_info_dtor_internal_method` |
| `_crt_debugger_hook` | `10017f06` | `_crt_debugger_hook` |
| `Unwind@10017f20` | `10017f20` | `Unwind@10017f20` |
| `Unwind@10017f44` | `10017f44` | `Unwind@10017f44` |
| `Unwind@10017f67` | `10017f67` | `Unwind@10017f67` |
| `Unwind@10017f8a` | `10017f8a` | `Unwind@10017f8a` |
| `Unwind@10017faf` | `10017faf` | `Unwind@10017faf` |
| `Unwind@10017fed` | `10017fed` | `Unwind@10017fed` |
| `Unwind@10018010` | `10018010` | `Unwind@10018010` |
| `Unwind@10018033` | `10018033` | `Unwind@10018033` |
| `Unwind@10018056` | `10018056` | `Unwind@10018056` |
| `Unwind@1001807f` | `1001807f` | `Unwind@1001807f` |
| `Unwind@1001808b` | `1001808b` | `Unwind@1001808b` |
| `Unwind@100180b1` | `100180b1` | `Unwind@100180b1` |
| `Unwind@100180ba` | `100180ba` | `Unwind@100180ba` |
| `Unwind@100180e0` | `100180e0` | `Unwind@100180e0` |
| `Unwind@10018104` | `10018104` | `Unwind@10018104` |
| `Unwind@1001810d` | `1001810d` | `Unwind@1001810d` |
| `Unwind@10018133` | `10018133` | `Unwind@10018133` |
| `Unwind@1001813d` | `1001813d` | `Unwind@1001813d` |
| `Unwind@10018147` | `10018147` | `Unwind@10018147` |
| `Unwind@1001816c` | `1001816c` | `Unwind@1001816c` |
| `Unwind@10018189` | `10018189` | `Unwind@10018189` |
| `Unwind@10018195` | `10018195` | `Unwind@10018195` |
| `Unwind@100181bb` | `100181bb` | `Unwind@100181bb` |
| `Unwind@100181c3` | `100181c3` | `Unwind@100181c3` |
| `Unwind@100181e6` | `100181e6` | `Unwind@100181e6` |
| `Unwind@10018209` | `10018209` | `Unwind@10018209` |
| `Unwind@1001823d` | `1001823d` | `Unwind@1001823d` |
| `Unwind@10018245` | `10018245` | `Unwind@10018245` |
| `Unwind@1001826b` | `1001826b` | `Unwind@1001826b` |
| `Unwind@10018273` | `10018273` | `Unwind@10018273` |
| `Unwind@1001828c` | `1001828c` | `Unwind@1001828c` |
| `Unwind@10018294` | `10018294` | `Unwind@10018294` |
| `Unwind@1001829c` | `1001829c` | `Unwind@1001829c` |
| `Unwind@100182a4` | `100182a4` | `Unwind@100182a4` |
| `Unwind@100182ac` | `100182ac` | `Unwind@100182ac` |
| `Unwind@100182b4` | `100182b4` | `Unwind@100182b4` |
| `Unwind@100182bc` | `100182bc` | `Unwind@100182bc` |
| `Unwind@100182c4` | `100182c4` | `Unwind@100182c4` |
| `Unwind@100182cc` | `100182cc` | `Unwind@100182cc` |
| `Unwind@100182d4` | `100182d4` | `Unwind@100182d4` |
| `Unwind@100182dc` | `100182dc` | `Unwind@100182dc` |
| `Unwind@100182e4` | `100182e4` | `Unwind@100182e4` |
| `Unwind@100182ec` | `100182ec` | `Unwind@100182ec` |
| `Unwind@100182f4` | `100182f4` | `Unwind@100182f4` |
| `Unwind@100182fc` | `100182fc` | `Unwind@100182fc` |
| `Unwind@10018304` | `10018304` | `Unwind@10018304` |
| `Unwind@1001830c` | `1001830c` | `Unwind@1001830c` |
| `Unwind@10018314` | `10018314` | `Unwind@10018314` |
| `Unwind@1001831c` | `1001831c` | `Unwind@1001831c` |
| `Unwind@10018324` | `10018324` | `Unwind@10018324` |
| `Unwind@1001832c` | `1001832c` | `Unwind@1001832c` |
| `Unwind@10018334` | `10018334` | `Unwind@10018334` |
| `Unwind@1001833c` | `1001833c` | `Unwind@1001833c` |
| `Unwind@10018344` | `10018344` | `Unwind@10018344` |
| `Unwind@1001834c` | `1001834c` | `Unwind@1001834c` |
| `Unwind@10018354` | `10018354` | `Unwind@10018354` |
| `Unwind@1001835c` | `1001835c` | `Unwind@1001835c` |
| `Unwind@10018364` | `10018364` | `Unwind@10018364` |
| `Unwind@1001836c` | `1001836c` | `Unwind@1001836c` |
| `Unwind@10018374` | `10018374` | `Unwind@10018374` |
| `Unwind@1001837c` | `1001837c` | `Unwind@1001837c` |
| `Unwind@10018384` | `10018384` | `Unwind@10018384` |
| `Unwind@1001838c` | `1001838c` | `Unwind@1001838c` |
| `Unwind@10018394` | `10018394` | `Unwind@10018394` |
| `Unwind@1001839c` | `1001839c` | `Unwind@1001839c` |
| `Unwind@100183a4` | `100183a4` | `Unwind@100183a4` |
| `Unwind@100183ac` | `100183ac` | `Unwind@100183ac` |
| `Unwind@100183b4` | `100183b4` | `Unwind@100183b4` |
| `Unwind@100183bc` | `100183bc` | `Unwind@100183bc` |
| `Unwind@100183c4` | `100183c4` | `Unwind@100183c4` |
| `Unwind@100183cc` | `100183cc` | `Unwind@100183cc` |
| `Unwind@100183d4` | `100183d4` | `Unwind@100183d4` |
| `Unwind@100183dc` | `100183dc` | `Unwind@100183dc` |
| `Unwind@100183e4` | `100183e4` | `Unwind@100183e4` |
| `Unwind@100183ec` | `100183ec` | `Unwind@100183ec` |
| `Unwind@100183f4` | `100183f4` | `Unwind@100183f4` |
| `Unwind@100183fc` | `100183fc` | `Unwind@100183fc` |
| `Unwind@10018404` | `10018404` | `Unwind@10018404` |
| `Unwind@1001840c` | `1001840c` | `Unwind@1001840c` |
| `Unwind@10018414` | `10018414` | `Unwind@10018414` |
| `Unwind@1001841c` | `1001841c` | `Unwind@1001841c` |
| `Unwind@10018424` | `10018424` | `Unwind@10018424` |
| `Unwind@1001842c` | `1001842c` | `Unwind@1001842c` |
| `Unwind@10018434` | `10018434` | `Unwind@10018434` |
| `Unwind@1001843c` | `1001843c` | `Unwind@1001843c` |
| `Unwind@10018444` | `10018444` | `Unwind@10018444` |
| `Unwind@1001844c` | `1001844c` | `Unwind@1001844c` |
| `Unwind@10018479` | `10018479` | `Unwind@10018479` |
| `Unwind@10018492` | `10018492` | `Unwind@10018492` |
| `Unwind@1001849a` | `1001849a` | `Unwind@1001849a` |
| `Unwind@100184a2` | `100184a2` | `Unwind@100184a2` |
| `Unwind@100184c5` | `100184c5` | `Unwind@100184c5` |
| `Unwind@100184cd` | `100184cd` | `Unwind@100184cd` |
| `Unwind@100184e6` | `100184e6` | `Unwind@100184e6` |
| `Unwind@100184ee` | `100184ee` | `Unwind@100184ee` |
| `Unwind@1001851b` | `1001851b` | `Unwind@1001851b` |
| `Unwind@1001854f` | `1001854f` | `Unwind@1001854f` |
| `Unwind@1001855a` | `1001855a` | `Unwind@1001855a` |
| `Unwind@10018565` | `10018565` | `Unwind@10018565` |
| `Unwind@10018570` | `10018570` | `Unwind@10018570` |
| `Unwind@1001857b` | `1001857b` | `Unwind@1001857b` |
| `Unwind@10018586` | `10018586` | `Unwind@10018586` |
| `Unwind@10018591` | `10018591` | `Unwind@10018591` |
| `Unwind@1001859c` | `1001859c` | `Unwind@1001859c` |
| `Unwind@100185a7` | `100185a7` | `Unwind@100185a7` |
| `Unwind@100185f1` | `100185f1` | `Unwind@100185f1` |
| `Unwind@100185f9` | `100185f9` | `Unwind@100185f9` |
| `Unwind@10018601` | `10018601` | `Unwind@10018601` |
| `Unwind@1001861a` | `1001861a` | `Unwind@1001861a` |
| `Unwind@10018622` | `10018622` | `Unwind@10018622` |
| `Unwind@10018645` | `10018645` | `Unwind@10018645` |
| `Unwind@1001864d` | `1001864d` | `Unwind@1001864d` |
| `Unwind@10018666` | `10018666` | `Unwind@10018666` |
| `Unwind@1001866e` | `1001866e` | `Unwind@1001866e` |
| `Unwind@10018691` | `10018691` | `Unwind@10018691` |
| `Unwind@10018699` | `10018699` | `Unwind@10018699` |
| `Unwind@100186b2` | `100186b2` | `Unwind@100186b2` |
| `Unwind@100186bd` | `100186bd` | `Unwind@100186bd` |
| `Unwind@100186c8` | `100186c8` | `Unwind@100186c8` |
| `Unwind@100186d3` | `100186d3` | `Unwind@100186d3` |
| `Unwind@100186de` | `100186de` | `Unwind@100186de` |
| `Unwind@100186e9` | `100186e9` | `Unwind@100186e9` |
| `Unwind@100186f1` | `100186f1` | `Unwind@100186f1` |
| `Unwind@100186fc` | `100186fc` | `Unwind@100186fc` |
| `Unwind@10018704` | `10018704` | `Unwind@10018704` |
| `Unwind@10018737` | `10018737` | `Unwind@10018737` |
| `Unwind@1001873f` | `1001873f` | `Unwind@1001873f` |
| `Unwind@10018762` | `10018762` | `Unwind@10018762` |
| `Unwind@1001876a` | `1001876a` | `Unwind@1001876a` |
| `Unwind@10018772` | `10018772` | `Unwind@10018772` |
| `Unwind@1001877a` | `1001877a` | `Unwind@1001877a` |
| `Unwind@10018782` | `10018782` | `Unwind@10018782` |
| `Unwind@1001878a` | `1001878a` | `Unwind@1001878a` |
| `Unwind@10018792` | `10018792` | `Unwind@10018792` |
| `Unwind@1001879a` | `1001879a` | `Unwind@1001879a` |
| `Unwind@100187a2` | `100187a2` | `Unwind@100187a2` |
| `Unwind@100187aa` | `100187aa` | `Unwind@100187aa` |
| `Unwind@100187b2` | `100187b2` | `Unwind@100187b2` |
| `Unwind@100187ba` | `100187ba` | `Unwind@100187ba` |
| `Unwind@100187ea` | `100187ea` | `Unwind@100187ea` |
| `Unwind@10018813` | `10018813` | `Unwind@10018813` |
| `Unwind@10018836` | `10018836` | `Unwind@10018836` |
| `Unwind@1001887a` | `1001887a` | `Unwind@1001887a` |
| `Unwind@100188b8` | `100188b8` | `Unwind@100188b8` |
| `Unwind@100188de` | `100188de` | `Unwind@100188de` |
| `Unwind@10018901` | `10018901` | `Unwind@10018901` |
| `Unwind@10018934` | `10018934` | `Unwind@10018934` |
| `Unwind@1001893f` | `1001893f` | `Unwind@1001893f` |
| `Unwind@10018962` | `10018962` | `Unwind@10018962` |
| `Unwind@10018995` | `10018995` | `Unwind@10018995` |
| `Unwind@1001899f` | `1001899f` | `Unwind@1001899f` |
| `Unwind@100189c2` | `100189c2` | `Unwind@100189c2` |
| `Unwind@100189e8` | `100189e8` | `Unwind@100189e8` |
| `Unwind@100189ff` | `100189ff` | `Unwind@100189ff` |
| `Unwind@10018a32` | `10018a32` | `Unwind@10018a32` |
| `Unwind@10018a3a` | `10018a3a` | `Unwind@10018a3a` |
| `Unwind@10018a42` | `10018a42` | `Unwind@10018a42` |
| `Unwind@10018a4a` | `10018a4a` | `Unwind@10018a4a` |
| `Unwind@10018a52` | `10018a52` | `Unwind@10018a52` |
| `Unwind@10018a5a` | `10018a5a` | `Unwind@10018a5a` |
| `Unwind@10018a7d` | `10018a7d` | `Unwind@10018a7d` |
| `Unwind@10018aa2` | `10018aa2` | `Unwind@10018aa2` |
| `Unwind@10018aad` | `10018aad` | `Unwind@10018aad` |
| `Unwind@10018ad3` | `10018ad3` | `Unwind@10018ad3` |
| `Unwind@10018adb` | `10018adb` | `Unwind@10018adb` |
| `Unwind@10018afe` | `10018afe` | `Unwind@10018afe` |
| `Unwind@10018b09` | `10018b09` | `Unwind@10018b09` |
| `Unwind@10018b2c` | `10018b2c` | `Unwind@10018b2c` |
| `Unwind@10018b34` | `10018b34` | `Unwind@10018b34` |
| `Unwind@10018b57` | `10018b57` | `Unwind@10018b57` |
| `Unwind@10018b7a` | `10018b7a` | `Unwind@10018b7a` |
| `Unwind@10018ba0` | `10018ba0` | `Unwind@10018ba0` |
| `Unwind@10018bcd` | `10018bcd` | `Unwind@10018bcd` |
| `Unwind@10018bf0` | `10018bf0` | `Unwind@10018bf0` |
| `Unwind@10018bf8` | `10018bf8` | `Unwind@10018bf8` |
| `Unwind@10018c39` | `10018c39` | `Unwind@10018c39` |
| `Unwind@10018c44` | `10018c44` | `Unwind@10018c44` |
| `Unwind@10018c4f` | `10018c4f` | `Unwind@10018c4f` |
| `Unwind@10018c5a` | `10018c5a` | `Unwind@10018c5a` |
| `Unwind@10018c65` | `10018c65` | `Unwind@10018c65` |
| `Unwind@10018c70` | `10018c70` | `Unwind@10018c70` |
| `Unwind@10018c7b` | `10018c7b` | `Unwind@10018c7b` |
| `Unwind@10018c86` | `10018c86` | `Unwind@10018c86` |
| `Unwind@10018c91` | `10018c91` | `Unwind@10018c91` |
| `Unwind@10018c9c` | `10018c9c` | `Unwind@10018c9c` |
| `Unwind@10018ccf` | `10018ccf` | `Unwind@10018ccf` |
| `Unwind@10018cd7` | `10018cd7` | `Unwind@10018cd7` |
| `Unwind@10018cdf` | `10018cdf` | `Unwind@10018cdf` |
| `Unwind@10018ce7` | `10018ce7` | `Unwind@10018ce7` |
| `Unwind@10018cef` | `10018cef` | `Unwind@10018cef` |
| `Unwind@10018d12` | `10018d12` | `Unwind@10018d12` |
| `Unwind@10018d1d` | `10018d1d` | `Unwind@10018d1d` |
| `Unwind@10018d28` | `10018d28` | `Unwind@10018d28` |
| `Unwind@10018d33` | `10018d33` | `Unwind@10018d33` |
| `Unwind@10018d3e` | `10018d3e` | `Unwind@10018d3e` |
| `Unwind@10018d49` | `10018d49` | `Unwind@10018d49` |
| `Unwind@10018d7c` | `10018d7c` | `Unwind@10018d7c` |
| `Unwind@10018d9f` | `10018d9f` | `Unwind@10018d9f` |
| `Unwind@10018dc2` | `10018dc2` | `Unwind@10018dc2` |
| `Unwind@10018dcd` | `10018dcd` | `Unwind@10018dcd` |
| `Unwind@10018df3` | `10018df3` | `Unwind@10018df3` |
| `Unwind@10018e16` | `10018e16` | `Unwind@10018e16` |
| `Unwind@10018e39` | `10018e39` | `Unwind@10018e39` |
| `Unwind@10018e41` | `10018e41` | `Unwind@10018e41` |
| `Unwind@10018e7f` | `10018e7f` | `Unwind@10018e7f` |
| `Unwind@10018e8a` | `10018e8a` | `Unwind@10018e8a` |
| `Unwind@10018e95` | `10018e95` | `Unwind@10018e95` |
| `Unwind@10018ec8` | `10018ec8` | `Unwind@10018ec8` |
| `Unwind@10018ed3` | `10018ed3` | `Unwind@10018ed3` |
| `Unwind@10018ede` | `10018ede` | `Unwind@10018ede` |
| `Unwind@10018ee9` | `10018ee9` | `Unwind@10018ee9` |
| `Unwind@10018ef4` | `10018ef4` | `Unwind@10018ef4` |
| `Unwind@10018f27` | `10018f27` | `Unwind@10018f27` |
| `Unwind@10018f4a` | `10018f4a` | `Unwind@10018f4a` |
| `Unwind@10018f55` | `10018f55` | `Unwind@10018f55` |
| `Unwind@10018f60` | `10018f60` | `Unwind@10018f60` |
| `Unwind@10018f6b` | `10018f6b` | `Unwind@10018f6b` |
| `Unwind@10018f76` | `10018f76` | `Unwind@10018f76` |
| `Unwind@10018f81` | `10018f81` | `Unwind@10018f81` |
| `Unwind@10018f8c` | `10018f8c` | `Unwind@10018f8c` |
| `Unwind@10018f97` | `10018f97` | `Unwind@10018f97` |
| `Unwind@10018fa2` | `10018fa2` | `Unwind@10018fa2` |
| `Unwind@10018fad` | `10018fad` | `Unwind@10018fad` |
| `Unwind@10018fb8` | `10018fb8` | `Unwind@10018fb8` |
| `Unwind@10019009` | `10019009` | `Unwind@10019009` |
| `Unwind@1001902e` | `1001902e` | `Unwind@1001902e` |
| `Unwind@10019051` | `10019051` | `Unwind@10019051` |
| `Unwind@10019059` | `10019059` | `Unwind@10019059` |
| `Unwind@1001907c` | `1001907c` | `Unwind@1001907c` |
| `Unwind@1001909f` | `1001909f` | `Unwind@1001909f` |
| `Unwind@100190a7` | `100190a7` | `Unwind@100190a7` |
| `Unwind@10019100` | `10019100` | `Unwind@10019100` |
| `Unwind@1001912d` | `1001912d` | `Unwind@1001912d` |
| `Unwind@10019138` | `10019138` | `Unwind@10019138` |
| `Unwind@1001916b` | `1001916b` | `Unwind@1001916b` |
| `Unwind@100191a9` | `100191a9` | `Unwind@100191a9` |
| `Unwind@100191b1` | `100191b1` | `Unwind@100191b1` |
| `Unwind@100191ca` | `100191ca` | `Unwind@100191ca` |
| `Unwind@100191d2` | `100191d2` | `Unwind@100191d2` |
| `Unwind@100191eb` | `100191eb` | `Unwind@100191eb` |
| `Unwind@100191f3` | `100191f3` | `Unwind@100191f3` |
| `Unwind@10019216` | `10019216` | `Unwind@10019216` |
| `Unwind@10019221` | `10019221` | `Unwind@10019221` |
| `Unwind@1001922c` | `1001922c` | `Unwind@1001922c` |
| `Unwind@10019237` | `10019237` | `Unwind@10019237` |
| `Unwind@1001926a` | `1001926a` | `Unwind@1001926a` |
| `Unwind@10019275` | `10019275` | `Unwind@10019275` |
| `Unwind@10019280` | `10019280` | `Unwind@10019280` |
| `Unwind@1001928b` | `1001928b` | `Unwind@1001928b` |
| `Unwind@100192be` | `100192be` | `Unwind@100192be` |
| `Unwind@100192db` | `100192db` | `Unwind@100192db` |
| `Unwind@100192e7` | `100192e7` | `Unwind@100192e7` |
| `Unwind@1001930d` | `1001930d` | `Unwind@1001930d` |
| `Unwind@10019317` | `10019317` | `Unwind@10019317` |
| `Unwind@10019321` | `10019321` | `Unwind@10019321` |
| `Unwind@1001932b` | `1001932b` | `Unwind@1001932b` |
| `Unwind@10019335` | `10019335` | `Unwind@10019335` |
| `Unwind@1001935a` | `1001935a` | `Unwind@1001935a` |
| `Unwind@10019366` | `10019366` | `Unwind@10019366` |
| `Unwind@1001938c` | `1001938c` | `Unwind@1001938c` |
| `Unwind@10019394` | `10019394` | `Unwind@10019394` |
| `Unwind@100193b7` | `100193b7` | `Unwind@100193b7` |
| `Unwind@100193c1` | `100193c1` | `Unwind@100193c1` |
| `Unwind@100193e6` | `100193e6` | `Unwind@100193e6` |
| `Unwind@1001940b` | `1001940b` | `Unwind@1001940b` |
| `Unwind@10019431` | `10019431` | `Unwind@10019431` |
| `Unwind@10019454` | `10019454` | `Unwind@10019454` |
| `Unwind@10019477` | `10019477` | `Unwind@10019477` |
| `Unwind@1001947f` | `1001947f` | `Unwind@1001947f` |
| `Unwind@1001948a` | `1001948a` | `Unwind@1001948a` |
| `Unwind@10019495` | `10019495` | `Unwind@10019495` |
| `Unwind@1001949d` | `1001949d` | `Unwind@1001949d` |
| `Unwind@100194c0` | `100194c0` | `Unwind@100194c0` |
| `Unwind@100194c8` | `100194c8` | `Unwind@100194c8` |
| `Unwind@100194d0` | `100194d0` | `Unwind@100194d0` |
| `Unwind@100194f3` | `100194f3` | `Unwind@100194f3` |
| `Unwind@100194fb` | `100194fb` | `Unwind@100194fb` |
| `Unwind@10019503` | `10019503` | `Unwind@10019503` |
| `Unwind@10019526` | `10019526` | `Unwind@10019526` |
| `Unwind@10019531` | `10019531` | `Unwind@10019531` |
| `Unwind@1001953c` | `1001953c` | `Unwind@1001953c` |
| `Unwind@10019544` | `10019544` | `Unwind@10019544` |
| `Unwind@10019567` | `10019567` | `Unwind@10019567` |
| `Unwind@1001958b` | `1001958b` | `Unwind@1001958b` |
| `Unwind@100195b1` | `100195b1` | `Unwind@100195b1` |
| `Unwind@100195d4` | `100195d4` | `Unwind@100195d4` |
| `Unwind@100195df` | `100195df` | `Unwind@100195df` |
| `Unwind@10019612` | `10019612` | `Unwind@10019612` |
| `Unwind@1001961a` | `1001961a` | `Unwind@1001961a` |
| `Unwind@10019622` | `10019622` | `Unwind@10019622` |
| `Unwind@1001962d` | `1001962d` | `Unwind@1001962d` |
| `Unwind@10019635` | `10019635` | `Unwind@10019635` |
| `Unwind@1001965b` | `1001965b` | `Unwind@1001965b` |
| `Unwind@10019663` | `10019663` | `Unwind@10019663` |
| `Unwind@10019689` | `10019689` | `Unwind@10019689` |
| `Unwind@10019691` | `10019691` | `Unwind@10019691` |
| `Unwind@100196b4` | `100196b4` | `Unwind@100196b4` |
| `Unwind@100196bf` | `100196bf` | `Unwind@100196bf` |
| `Unwind@100196e5` | `100196e5` | `Unwind@100196e5` |
| `Unwind@100196ed` | `100196ed` | `Unwind@100196ed` |
| `Unwind@10019710` | `10019710` | `Unwind@10019710` |
| `Unwind@10019718` | `10019718` | `Unwind@10019718` |
| `Unwind@10019723` | `10019723` | `Unwind@10019723` |
| `Unwind@10019749` | `10019749` | `Unwind@10019749` |
| `Unwind@1001976c` | `1001976c` | `Unwind@1001976c` |
| `Unwind@1001979f` | `1001979f` | `Unwind@1001979f` |
| `Unwind@100197dd` | `100197dd` | `Unwind@100197dd` |
| `Unwind@1001981d` | `1001981d` | `Unwind@1001981d` |
| `Unwind@10019825` | `10019825` | `Unwind@10019825` |
| `Unwind@10019859` | `10019859` | `Unwind@10019859` |
| `Unwind@1001987f` | `1001987f` | `Unwind@1001987f` |
| `Unwind@1001990e` | `1001990e` | `Unwind@1001990e` |
| `Unwind@10019931` | `10019931` | `Unwind@10019931` |
| `Unwind@10019939` | `10019939` | `Unwind@10019939` |
| `Unwind@10019966` | `10019966` | `Unwind@10019966` |
| `Unwind@1001996e` | `1001996e` | `Unwind@1001996e` |
| `Unwind@10019991` | `10019991` | `Unwind@10019991` |
| `Unwind@100199b4` | `100199b4` | `Unwind@100199b4` |
| `Unwind@100199e8` | `100199e8` | `Unwind@100199e8` |
| `Unwind@100199f0` | `100199f0` | `Unwind@100199f0` |
| `Unwind@10019a24` | `10019a24` | `Unwind@10019a24` |
| `Unwind@10019a2f` | `10019a2f` | `Unwind@10019a2f` |
| `Unwind@10019a3a` | `10019a3a` | `Unwind@10019a3a` |
| `Unwind@10019a45` | `10019a45` | `Unwind@10019a45` |
| `Unwind@10019a50` | `10019a50` | `Unwind@10019a50` |
| `Unwind@10019a5b` | `10019a5b` | `Unwind@10019a5b` |
| `Unwind@10019a99` | `10019a99` | `Unwind@10019a99` |
| `Unwind@10019aa1` | `10019aa1` | `Unwind@10019aa1` |
| `Unwind@10019aa9` | `10019aa9` | `Unwind@10019aa9` |
| `Unwind@10019ab1` | `10019ab1` | `Unwind@10019ab1` |
| `Unwind@10019ab9` | `10019ab9` | `Unwind@10019ab9` |
| `Unwind@10019ac1` | `10019ac1` | `Unwind@10019ac1` |
| `Unwind@10019ac9` | `10019ac9` | `Unwind@10019ac9` |
| `Unwind@10019aec` | `10019aec` | `Unwind@10019aec` |
| `Unwind@10019af4` | `10019af4` | `Unwind@10019af4` |
| `Unwind@10019afc` | `10019afc` | `Unwind@10019afc` |
| `Unwind@10019b07` | `10019b07` | `Unwind@10019b07` |
| `Unwind@10019b0f` | `10019b0f` | `Unwind@10019b0f` |
| `Unwind@10019b17` | `10019b17` | `Unwind@10019b17` |
| `Unwind@10019b1f` | `10019b1f` | `Unwind@10019b1f` |
| `Unwind@10019b4f` | `10019b4f` | `Unwind@10019b4f` |
| `Unwind@10019b72` | `10019b72` | `Unwind@10019b72` |
| `Unwind@10019b95` | `10019b95` | `Unwind@10019b95` |
| `Unwind@10019ba0` | `10019ba0` | `Unwind@10019ba0` |
| `Unwind@10019bab` | `10019bab` | `Unwind@10019bab` |
| `Unwind@10019bb6` | `10019bb6` | `Unwind@10019bb6` |
| `Unwind@10019bc1` | `10019bc1` | `Unwind@10019bc1` |
| `Unwind@10019bcc` | `10019bcc` | `Unwind@10019bcc` |
| `Unwind@10019bd7` | `10019bd7` | `Unwind@10019bd7` |
| `Unwind@10019bf9` | `10019bf9` | `Unwind@10019bf9` |
| `Unwind@10019c43` | `10019c43` | `Unwind@10019c43` |
| `Unwind@10019c4b` | `10019c4b` | `Unwind@10019c4b` |
| `Unwind@10019c53` | `10019c53` | `Unwind@10019c53` |
| `Unwind@10019c76` | `10019c76` | `Unwind@10019c76` |
| `Unwind@10019c99` | `10019c99` | `Unwind@10019c99` |
| `Unwind@10019ca1` | `10019ca1` | `Unwind@10019ca1` |
| `Unwind@10019cc4` | `10019cc4` | `Unwind@10019cc4` |
| `Unwind@10019ccc` | `10019ccc` | `Unwind@10019ccc` |
| `Unwind@10019cd4` | `10019cd4` | `Unwind@10019cd4` |
| `Unwind@10019cf7` | `10019cf7` | `Unwind@10019cf7` |
| `Unwind@10019cff` | `10019cff` | `Unwind@10019cff` |
| `Unwind@10019d22` | `10019d22` | `Unwind@10019d22` |
| `Unwind@10019d2a` | `10019d2a` | `Unwind@10019d2a` |
| `Unwind@10019d32` | `10019d32` | `Unwind@10019d32` |
| `Unwind@10019d3a` | `10019d3a` | `Unwind@10019d3a` |
| `Unwind@10019d42` | `10019d42` | `Unwind@10019d42` |
| `Unwind@10019d4a` | `10019d4a` | `Unwind@10019d4a` |
| `Unwind@10019d52` | `10019d52` | `Unwind@10019d52` |
| `Unwind@10019d5a` | `10019d5a` | `Unwind@10019d5a` |
| `Unwind@10019d62` | `10019d62` | `Unwind@10019d62` |
| `Unwind@10019d85` | `10019d85` | `Unwind@10019d85` |
| `Unwind@10019d8d` | `10019d8d` | `Unwind@10019d8d` |
| `Unwind@10019d95` | `10019d95` | `Unwind@10019d95` |
| `Unwind@10019d9d` | `10019d9d` | `Unwind@10019d9d` |
| `Unwind@10019da5` | `10019da5` | `Unwind@10019da5` |
| `Unwind@10019dad` | `10019dad` | `Unwind@10019dad` |
| `Unwind@10019db5` | `10019db5` | `Unwind@10019db5` |
| `Unwind@10019dbd` | `10019dbd` | `Unwind@10019dbd` |
| `Unwind@10019dc5` | `10019dc5` | `Unwind@10019dc5` |
| `Unwind@10019dcd` | `10019dcd` | `Unwind@10019dcd` |
| `Unwind@10019dd5` | `10019dd5` | `Unwind@10019dd5` |
| `Unwind@10019ddd` | `10019ddd` | `Unwind@10019ddd` |
| `Unwind@10019de5` | `10019de5` | `Unwind@10019de5` |
| `Unwind@10019ded` | `10019ded` | `Unwind@10019ded` |
| `Unwind@10019df5` | `10019df5` | `Unwind@10019df5` |
| `Unwind@10019e18` | `10019e18` | `Unwind@10019e18` |
| `Unwind@10019e20` | `10019e20` | `Unwind@10019e20` |
| `Unwind@10019e28` | `10019e28` | `Unwind@10019e28` |
| `Unwind@10019e30` | `10019e30` | `Unwind@10019e30` |
| `Unwind@10019e38` | `10019e38` | `Unwind@10019e38` |
| `Unwind@10019e5b` | `10019e5b` | `Unwind@10019e5b` |
| `Unwind@10019e63` | `10019e63` | `Unwind@10019e63` |
| `Unwind@10019e6b` | `10019e6b` | `Unwind@10019e6b` |
| `Unwind@10019e73` | `10019e73` | `Unwind@10019e73` |
| `Unwind@10019e7b` | `10019e7b` | `Unwind@10019e7b` |
| `Unwind@10019e9e` | `10019e9e` | `Unwind@10019e9e` |
| `Unwind@10019ea6` | `10019ea6` | `Unwind@10019ea6` |
| `Unwind@10019eae` | `10019eae` | `Unwind@10019eae` |
| `Unwind@10019eb6` | `10019eb6` | `Unwind@10019eb6` |
| `Unwind@10019ebe` | `10019ebe` | `Unwind@10019ebe` |
| `Unwind@10019ec6` | `10019ec6` | `Unwind@10019ec6` |
| `Unwind@10019ee9` | `10019ee9` | `Unwind@10019ee9` |
| `Unwind@10019ef1` | `10019ef1` | `Unwind@10019ef1` |
| `Unwind@10019ef9` | `10019ef9` | `Unwind@10019ef9` |
| `Unwind@10019f01` | `10019f01` | `Unwind@10019f01` |
| `Unwind@10019f09` | `10019f09` | `Unwind@10019f09` |
| `Unwind@10019f11` | `10019f11` | `Unwind@10019f11` |
| `Unwind@10019f3e` | `10019f3e` | `Unwind@10019f3e` |
| `Unwind@10019f46` | `10019f46` | `Unwind@10019f46` |
| `Unwind@10019f4e` | `10019f4e` | `Unwind@10019f4e` |
| `Unwind@10019f56` | `10019f56` | `Unwind@10019f56` |
| `Unwind@10019f5e` | `10019f5e` | `Unwind@10019f5e` |
| `Unwind@10019f66` | `10019f66` | `Unwind@10019f66` |
| `Unwind@10019f93` | `10019f93` | `Unwind@10019f93` |
| `Unwind@10019f9b` | `10019f9b` | `Unwind@10019f9b` |
| `Unwind@10019fa3` | `10019fa3` | `Unwind@10019fa3` |
| `Unwind@10019fab` | `10019fab` | `Unwind@10019fab` |
| `Unwind@10019fb3` | `10019fb3` | `Unwind@10019fb3` |
| `Unwind@10019fbb` | `10019fbb` | `Unwind@10019fbb` |
| `Unwind@10019fc3` | `10019fc3` | `Unwind@10019fc3` |
| `Unwind@10019ff3` | `10019ff3` | `Unwind@10019ff3` |
| `Unwind@10019ffb` | `10019ffb` | `Unwind@10019ffb` |
| `Unwind@1001a003` | `1001a003` | `Unwind@1001a003` |
| `Unwind@1001a00b` | `1001a00b` | `Unwind@1001a00b` |
| `Unwind@1001a013` | `1001a013` | `Unwind@1001a013` |
| `Unwind@1001a01b` | `1001a01b` | `Unwind@1001a01b` |
| `Unwind@1001a023` | `1001a023` | `Unwind@1001a023` |
| `Unwind@1001a050` | `1001a050` | `Unwind@1001a050` |
| `Unwind@1001a058` | `1001a058` | `Unwind@1001a058` |
| `Unwind@1001a060` | `1001a060` | `Unwind@1001a060` |
| `Unwind@1001a068` | `1001a068` | `Unwind@1001a068` |
| `Unwind@1001a070` | `1001a070` | `Unwind@1001a070` |
| `Unwind@1001a078` | `1001a078` | `Unwind@1001a078` |
| `Unwind@1001a080` | `1001a080` | `Unwind@1001a080` |
| `Unwind@1001a088` | `1001a088` | `Unwind@1001a088` |
| `Unwind@1001a090` | `1001a090` | `Unwind@1001a090` |
| `Unwind@1001a098` | `1001a098` | `Unwind@1001a098` |
| `Unwind@1001a0a0` | `1001a0a0` | `Unwind@1001a0a0` |
| `Unwind@1001a0cd` | `1001a0cd` | `Unwind@1001a0cd` |
| `Unwind@1001a0d5` | `1001a0d5` | `Unwind@1001a0d5` |
| `Unwind@1001a0dd` | `1001a0dd` | `Unwind@1001a0dd` |
| `Unwind@1001a0e5` | `1001a0e5` | `Unwind@1001a0e5` |
| `Unwind@1001a0ed` | `1001a0ed` | `Unwind@1001a0ed` |
| `Unwind@1001a0f5` | `1001a0f5` | `Unwind@1001a0f5` |
| `Unwind@1001a0fd` | `1001a0fd` | `Unwind@1001a0fd` |
| `Unwind@1001a105` | `1001a105` | `Unwind@1001a105` |
| `Unwind@1001a128` | `1001a128` | `Unwind@1001a128` |
| `Unwind@1001a130` | `1001a130` | `Unwind@1001a130` |
| `Unwind@1001a138` | `1001a138` | `Unwind@1001a138` |
| `Unwind@1001a140` | `1001a140` | `Unwind@1001a140` |
| `Unwind@1001a148` | `1001a148` | `Unwind@1001a148` |
| `Unwind@1001a150` | `1001a150` | `Unwind@1001a150` |
| `Unwind@1001a158` | `1001a158` | `Unwind@1001a158` |
| `Unwind@1001a160` | `1001a160` | `Unwind@1001a160` |
| `Unwind@1001a183` | `1001a183` | `Unwind@1001a183` |
| `Unwind@1001a18b` | `1001a18b` | `Unwind@1001a18b` |
| `Unwind@1001a193` | `1001a193` | `Unwind@1001a193` |
| `Unwind@1001a19b` | `1001a19b` | `Unwind@1001a19b` |
| `Unwind@1001a1a3` | `1001a1a3` | `Unwind@1001a1a3` |
| `Unwind@1001a1c6` | `1001a1c6` | `Unwind@1001a1c6` |
| `Unwind@1001a1ce` | `1001a1ce` | `Unwind@1001a1ce` |
| `Unwind@1001a1d6` | `1001a1d6` | `Unwind@1001a1d6` |
| `Unwind@1001a1de` | `1001a1de` | `Unwind@1001a1de` |
| `Unwind@1001a1e6` | `1001a1e6` | `Unwind@1001a1e6` |
| `Unwind@1001a1ee` | `1001a1ee` | `Unwind@1001a1ee` |
| `Unwind@1001a21b` | `1001a21b` | `Unwind@1001a21b` |
| `Unwind@1001a223` | `1001a223` | `Unwind@1001a223` |
| `Unwind@1001a22e` | `1001a22e` | `Unwind@1001a22e` |
| `Unwind@1001a239` | `1001a239` | `Unwind@1001a239` |
| `Unwind@1001a244` | `1001a244` | `Unwind@1001a244` |
| `Unwind@1001a24f` | `1001a24f` | `Unwind@1001a24f` |
| `Unwind@1001a25a` | `1001a25a` | `Unwind@1001a25a` |
| `Unwind@1001a265` | `1001a265` | `Unwind@1001a265` |
| `Unwind@1001a270` | `1001a270` | `Unwind@1001a270` |
| `Unwind@1001a278` | `1001a278` | `Unwind@1001a278` |
| `Unwind@1001a280` | `1001a280` | `Unwind@1001a280` |
| `Unwind@1001a28b` | `1001a28b` | `Unwind@1001a28b` |
| `Unwind@1001a293` | `1001a293` | `Unwind@1001a293` |
| `Unwind@1001a2b9` | `1001a2b9` | `Unwind@1001a2b9` |
| `Unwind@1001a2c1` | `1001a2c1` | `Unwind@1001a2c1` |
| `Unwind@1001a2c9` | `1001a2c9` | `Unwind@1001a2c9` |
| `Unwind@1001a2d4` | `1001a2d4` | `Unwind@1001a2d4` |
| `Unwind@1001a2dc` | `1001a2dc` | `Unwind@1001a2dc` |
| `Unwind@1001a2e7` | `1001a2e7` | `Unwind@1001a2e7` |
| `Unwind@1001a2ef` | `1001a2ef` | `Unwind@1001a2ef` |
| `Unwind@1001a2fa` | `1001a2fa` | `Unwind@1001a2fa` |
| `Unwind@1001a302` | `1001a302` | `Unwind@1001a302` |
| `Unwind@1001a30d` | `1001a30d` | `Unwind@1001a30d` |
| `Unwind@1001a315` | `1001a315` | `Unwind@1001a315` |
| `Unwind@1001a320` | `1001a320` | `Unwind@1001a320` |
| `Unwind@1001a328` | `1001a328` | `Unwind@1001a328` |
| `Unwind@1001a333` | `1001a333` | `Unwind@1001a333` |
| `Unwind@1001a33b` | `1001a33b` | `Unwind@1001a33b` |
| `Unwind@1001a346` | `1001a346` | `Unwind@1001a346` |
| `Unwind@1001a34e` | `1001a34e` | `Unwind@1001a34e` |
| `Unwind@1001a359` | `1001a359` | `Unwind@1001a359` |
| `Unwind@1001a37f` | `1001a37f` | `Unwind@1001a37f` |
| `Unwind@1001a387` | `1001a387` | `Unwind@1001a387` |
| `Unwind@1001a392` | `1001a392` | `Unwind@1001a392` |
| `Unwind@1001a39d` | `1001a39d` | `Unwind@1001a39d` |
| `Unwind@1001a3a8` | `1001a3a8` | `Unwind@1001a3a8` |
| `Unwind@1001a3b3` | `1001a3b3` | `Unwind@1001a3b3` |
| `Unwind@1001a3be` | `1001a3be` | `Unwind@1001a3be` |
| `Unwind@1001a3c9` | `1001a3c9` | `Unwind@1001a3c9` |
| `Unwind@1001a3d4` | `1001a3d4` | `Unwind@1001a3d4` |
| `Unwind@1001a3df` | `1001a3df` | `Unwind@1001a3df` |
| `Unwind@1001a3ea` | `1001a3ea` | `Unwind@1001a3ea` |
| `Unwind@1001a3f2` | `1001a3f2` | `Unwind@1001a3f2` |
| `Unwind@1001a3fa` | `1001a3fa` | `Unwind@1001a3fa` |
| `Unwind@1001a402` | `1001a402` | `Unwind@1001a402` |
| `Unwind@1001a40a` | `1001a40a` | `Unwind@1001a40a` |
| `Unwind@1001a412` | `1001a412` | `Unwind@1001a412` |
| `Unwind@1001a41a` | `1001a41a` | `Unwind@1001a41a` |
| `Unwind@1001a422` | `1001a422` | `Unwind@1001a422` |
| `Unwind@1001a42a` | `1001a42a` | `Unwind@1001a42a` |
| `Unwind@1001a432` | `1001a432` | `Unwind@1001a432` |
| `Unwind@1001a455` | `1001a455` | `Unwind@1001a455` |
| `Unwind@1001a47b` | `1001a47b` | `Unwind@1001a47b` |
| `Unwind@1001a483` | `1001a483` | `Unwind@1001a483` |
| `Unwind@1001a4a9` | `1001a4a9` | `Unwind@1001a4a9` |
| `Unwind@1001a4cc` | `1001a4cc` | `Unwind@1001a4cc` |
| `Unwind@1001a4d4` | `1001a4d4` | `Unwind@1001a4d4` |
| `Unwind@1001a508` | `1001a508` | `Unwind@1001a508` |
| `Unwind@1001a54c` | `1001a54c` | `Unwind@1001a54c` |
| `Unwind@1001a554` | `1001a554` | `Unwind@1001a554` |
| `Unwind@1001a55c` | `1001a55c` | `Unwind@1001a55c` |
| `Unwind@1001a564` | `1001a564` | `Unwind@1001a564` |
| `Unwind@1001a56c` | `1001a56c` | `Unwind@1001a56c` |
| `Unwind@1001a58f` | `1001a58f` | `Unwind@1001a58f` |
| `Unwind@1001a5b2` | `1001a5b2` | `Unwind@1001a5b2` |
| `Unwind@1001a5d5` | `1001a5d5` | `Unwind@1001a5d5` |
| `Unwind@1001a5e0` | `1001a5e0` | `Unwind@1001a5e0` |
| `Unwind@1001a5eb` | `1001a5eb` | `Unwind@1001a5eb` |
| `Unwind@1001a5f6` | `1001a5f6` | `Unwind@1001a5f6` |
| `Unwind@1001a601` | `1001a601` | `Unwind@1001a601` |
| `Unwind@1001a609` | `1001a609` | `Unwind@1001a609` |
| `Unwind@1001a611` | `1001a611` | `Unwind@1001a611` |
| `Unwind@1001a634` | `1001a634` | `Unwind@1001a634` |
| `Unwind@1001a63c` | `1001a63c` | `Unwind@1001a63c` |
| `Unwind@1001a644` | `1001a644` | `Unwind@1001a644` |
| `Unwind@1001a64f` | `1001a64f` | `Unwind@1001a64f` |
| `Unwind@1001a65a` | `1001a65a` | `Unwind@1001a65a` |
| `Unwind@1001a665` | `1001a665` | `Unwind@1001a665` |
| `Unwind@1001a670` | `1001a670` | `Unwind@1001a670` |
| `Unwind@1001a678` | `1001a678` | `Unwind@1001a678` |
| `Unwind@1001a680` | `1001a680` | `Unwind@1001a680` |
| `Unwind@1001a688` | `1001a688` | `Unwind@1001a688` |
| `Unwind@1001a690` | `1001a690` | `Unwind@1001a690` |
| `Unwind@1001a698` | `1001a698` | `Unwind@1001a698` |
| `Unwind@1001a6a0` | `1001a6a0` | `Unwind@1001a6a0` |
| `Unwind@1001a6c6` | `1001a6c6` | `Unwind@1001a6c6` |
| `Unwind@1001a6ce` | `1001a6ce` | `Unwind@1001a6ce` |
| `Unwind@1001a6f1` | `1001a6f1` | `Unwind@1001a6f1` |
| `Unwind@1001a6fc` | `1001a6fc` | `Unwind@1001a6fc` |
| `Unwind@1001a704` | `1001a704` | `Unwind@1001a704` |
| `Unwind@1001a70f` | `1001a70f` | `Unwind@1001a70f` |
| `Unwind@1001a71a` | `1001a71a` | `Unwind@1001a71a` |
| `Unwind@1001a722` | `1001a722` | `Unwind@1001a722` |
| `Unwind@1001a72d` | `1001a72d` | `Unwind@1001a72d` |
| `Unwind@1001a738` | `1001a738` | `Unwind@1001a738` |
| `Unwind@1001a743` | `1001a743` | `Unwind@1001a743` |
| `Unwind@1001a768` | `1001a768` | `Unwind@1001a768` |
| `Unwind@1001a78d` | `1001a78d` | `Unwind@1001a78d` |
| `Unwind@1001a7b2` | `1001a7b2` | `Unwind@1001a7b2` |
| `Unwind@1001a7d7` | `1001a7d7` | `Unwind@1001a7d7` |
| `Unwind@1001a7fa` | `1001a7fa` | `Unwind@1001a7fa` |
| `Unwind@1001a805` | `1001a805` | `Unwind@1001a805` |
| `Unwind@1001a80d` | `1001a80d` | `Unwind@1001a80d` |
| `Unwind@1001a833` | `1001a833` | `Unwind@1001a833` |
| `Unwind@1001a83b` | `1001a83b` | `Unwind@1001a83b` |
| `Unwind@1001a846` | `1001a846` | `Unwind@1001a846` |
| `Unwind@1001a887` | `1001a887` | `Unwind@1001a887` |
| `Unwind@1001a88f` | `1001a88f` | `Unwind@1001a88f` |
| `Unwind@1001a897` | `1001a897` | `Unwind@1001a897` |
| `Unwind@1001a8ba` | `1001a8ba` | `Unwind@1001a8ba` |
| `Unwind@1001a8c2` | `1001a8c2` | `Unwind@1001a8c2` |
| `Unwind@1001a8ca` | `1001a8ca` | `Unwind@1001a8ca` |
| `Unwind@1001a8d2` | `1001a8d2` | `Unwind@1001a8d2` |
| `Unwind@1001a8dd` | `1001a8dd` | `Unwind@1001a8dd` |
| `Unwind@1001a8e5` | `1001a8e5` | `Unwind@1001a8e5` |
| `Unwind@1001a8ed` | `1001a8ed` | `Unwind@1001a8ed` |
| `Unwind@1001a8f8` | `1001a8f8` | `Unwind@1001a8f8` |
| `Unwind@1001a903` | `1001a903` | `Unwind@1001a903` |
| `Unwind@1001a90b` | `1001a90b` | `Unwind@1001a90b` |
| `Unwind@1001a916` | `1001a916` | `Unwind@1001a916` |
| `Unwind@1001a946` | `1001a946` | `Unwind@1001a946` |
| `Unwind@1001a94e` | `1001a94e` | `Unwind@1001a94e` |
| `Unwind@1001a971` | `1001a971` | `Unwind@1001a971` |
| `Unwind@1001a979` | `1001a979` | `Unwind@1001a979` |
| `thunk_FUN_10007018` | `1001aaaa` | `thunk_FUN_10007018` |
| `Rsrc_REGISTRY_65_409` | `1002a19c` | `` |
| `Rsrc_TYPELIB_1_409` | `1002a444` | `` |
| `Rsrc_StringTable_7_409` | `10037e10` | `` |
| `Rsrc_Version_1_409` | `10037e40` | `` |
| `Rsrc_Manifest_2_409` | `10038210` | `` |
| `ExceptionList` | `ffdff000` | `` |
| `StackBase` | `ffdff004` | `` |
| `StackLimit` | `ffdff008` | `` |
| `SubSystemTib` | `ffdff00c` | `` |
| `FiberData` | `ffdff010` | `` |
| `ArbitraryUserPointer` | `ffdff014` | `` |
| `Self` | `ffdff018` | `` |
| `EnvironmentPointer` | `ffdff01c` | `` |
| `ClientId` | `ffdff020` | `` |
| `ActiveRpcHandle` | `ffdff028` | `` |
| `ThreadLocalStoragePointer` | `ffdff02c` | `` |
| `ProcessEnvironmentBlock` | `ffdff030` | `` |
| `LastErrorValue` | `ffdff034` | `` |
| `CountOfOwnedCriticalSections` | `ffdff038` | `` |
| `CsrClientThread` | `ffdff03c` | `` |
| `Win32ThreadInfo` | `ffdff040` | `` |
| `User32Reserved` | `ffdff044` | `` |
| `UserReserved` | `ffdff0ac` | `` |
| `WOW32Reserved` | `ffdff0c0` | `` |
| `CurrentLocale` | `ffdff0c4` | `` |
| `FpSoftwareStatusRegister` | `ffdff0c8` | `` |
| `SystemReserved1` | `ffdff0cc` | `` |
| `ExceptionCode` | `ffdff1a4` | `` |
| `ActivationContextStackPointer` | `ffdff1a8` | `` |
| `SpareBytes` | `ffdff1ac` | `` |
| `TxFsContext` | `ffdff1d0` | `` |
| `GdiTebBatch` | `ffdff1d4` | `` |
| `RealClientId` | `ffdff6b4` | `` |
| `GdiCachedProcessHandle` | `ffdff6bc` | `` |
| `GdiClientPID` | `ffdff6c0` | `` |
| `GdiCLientTID` | `ffdff6c4` | `` |
| `GdiThreadLocalInfo` | `ffdff6c8` | `` |
| `Win32ClientInfo` | `ffdff6cc` | `` |
| `glDispatchTable` | `ffdff7c4` | `` |
| `glReserved1` | `ffdffb68` | `` |
| `glReserved2` | `ffdffbdc` | `` |
| `glSectionInfo` | `ffdffbe0` | `` |
| `glSection` | `ffdffbe4` | `` |
| `glTable` | `ffdffbe8` | `` |
| `glCurrentRC` | `ffdffbec` | `` |
| `glContext` | `ffdffbf0` | `` |
| `LastStatusValue` | `ffdffbf4` | `` |
| `StaticUnicodeBuffer` | `ffdffc00` | `` |
| `DeallocationStack` | `ffdffe0c` | `` |
| `TlsSlots` | `ffdffe10` | `` |
| `TlsLinks.Flink` | `ffdfff10` | `` |
| `TlsLinks.Blink` | `ffdfff14` | `` |
| `Vdm` | `ffdfff18` | `` |
| `ReservedForNtRpc` | `ffdfff1c` | `` |
| `DbgSsReserved` | `ffdfff20` | `` |
| `HardErrorMode` | `ffdfff28` | `` |
| `Instrumentation` | `ffdfff2c` | `` |
| `ActivityId` | `ffdfff50` | `` |
| `SubProcessTag` | `ffdfff60` | `` |
| `EtwLocalData` | `ffdfff64` | `` |
| `EtwTraceData` | `ffdfff68` | `` |
| `WinSockData` | `ffdfff6c` | `` |
| `GdiBatchCount` | `ffdfff70` | `` |
| `IdealProcessorValue` | `ffdfff74` | `` |
| `GuaranteedStackBytes` | `ffdfff78` | `` |
| `ReservedForPerf` | `ffdfff7c` | `` |
| `ReservedForOle` | `ffdfff80` | `` |
| `WaitingOnLoaderLock` | `ffdfff84` | `` |
| `SavedPriorityState` | `ffdfff88` | `` |
| `SoftPatchPtr1` | `ffdfff8c` | `` |
| `ThreadPoolData` | `ffdfff90` | `` |
| `TlsExpansionSlots` | `ffdfff94` | `` |
| `MuiGeneration` | `ffdfff98` | `` |
| `IsImpersonating` | `ffdfff9c` | `` |
| `NlsCache` | `ffdfffa0` | `` |
| `pShimData` | `ffdfffa4` | `` |
| `HeapVirtualAffinity` | `ffdfffa8` | `` |
| `CurrentTransactionHandle` | `ffdfffac` | `` |
| `ActiveFrame` | `ffdfffb0` | `` |
| `FlsData` | `ffdfffb4` | `` |
| `PreferredLanguages` | `ffdfffb8` | `` |
| `UserPrefLanguages` | `ffdfffbc` | `` |
| `MergedPrefLanguages` | `ffdfffc0` | `` |
| `MuiImpersonation` | `ffdfffc4` | `` |
| `CrossTebFlags` | `ffdfffc8` | `` |
| `SameTebFlags` | `ffdfffca` | `` |
| `TxnScopeEnterCallback` | `ffdfffcc` | `` |
| `TxnScopeExitCallback` | `ffdfffd0` | `` |
| `TxnScopeContext` | `ffdfffd4` | `` |
| `LockCount` | `ffdfffd8` | `` |
| `ResourceRetValue` | `ffdfffe0` | `` |
## Interesting Strings and Referencing Functions
| Address | String | Referencing Functions |
| ---: | --- | --- |
| `1001cef8` | `LmxProxy` | `DllGetClassObject@1000c873` |
| `1001d85c` | `d:\\bldsrc\\6\\s\\src\\lmxproxy\\mxcallback.h` | `FUN_1000f9b6@1000f9b6` |
| `1001d888` | `CLMXProxyServer::VerifyItemValid - hLMXServer ` | `FUN_1000fa3b@1000fa3b` |
| `1001d8e8` | `CLMXProxyServer::VerifyItemValid - hItem ` | `FUN_1000fa3b@1000fa3b` |
| `1001d958` | `CLMXProxyServer::VerifyAdvisedItem - returning E_INVALIDARG` | `FUN_1000fb02@1000fb02` |
| `1001d9d0` | `CLMXProxyServer::InitializeDefaultLocale set to ` | `FUN_1000fb71@1000fb71` |
| `1001da5c` | `LMXProxyServer.cpp` | `Catch@10011e5f@10011e5f\`, \`Catch@10011edc@10011edc\`, \`Catch@10011f58@10011f58\`, \`Catch@10012306@10012306\`, \`Catch@1001238a@1001238a\`, \`Catch@10012407@10012407\`, \`Catch@1001254e@1001254e\`, \`Catch@100125d1@100125d1\`, \`Catch@1001264d@1001264d\`, \`Catch@10012808@10012808\`, \`Catch@1001288b@1001288b\`, \`Catch@10012907@10012907\`, \`Catch@10012ac5@10012ac5\`, \`Catch@10012b49@10012b49\`, \`Catch@10012bc6@10012bc6\`, \`Catch@10012ddf@10012ddf\`, \`Catch@10012e62@10012e62\`, \`Catch@10012ede@10012ede\`, \`Catch@1001313b@1001313b\`, \`Catch@100131be@100131be\`, \`Catch@1001323a@1001323a\`, \`Catch@100134b9@100134b9\`, \`Catch@1001353c@1001353c\`, \`Catch@100135b8@100135b8\`, \`Catch@1001385a@1001385a\`, \`Catch@100138dd@100138dd\`, \`Catch@10013959@10013959\`, \`Catch@10013c57@10013c57\`, \`Catch@10013cda@10013cda\`, \`Catch@10013d56@10013d56\`, \`Catch@10013ee3@10013ee3\`, \`Catch@10013f66@10013f66\`, \`Catch@10013fe2@10013fe2\`, \`Catch@1001416f@1001416f\`, \`Catch@100141f2@100141f2\`, \`Catch@1001426e@1001426e\`, \`Catch@1001442d@1001442d\`, \`Catch@100144b0@100144b0\`, \`Catch@1001452c@1001452c\`, \`Catch@10014784@10014784\`, \`Catch@10014807@10014807\`, \`Catch@10014883@10014883\`, \`Catch@1001529a@1001529a\`, \`Catch@1001531d@1001531d\`, \`Catch@10015399@10015399\`, \`Catch@10015ad6@10015ad6\`, \`Catch@10015b59@10015b59\`, \`Catch@10015bd5@10015bd5\`, \`FUN_1000fb71@1000fb71\`, \`FUN_1000fb71@1000fb71\`, \`FUN_1000fb71@1000fb71\`, \`FUN_1000fb71@1000fb71\`, \`FUN_10012693@10012693\`, \`FUN_10012693@10012693\`, \`FUN_10012693@10012693\`, \`FUN_1001399f@1001399f\`, \`FUN_100142b4@100142b4\`, \`FUN_100142b4@100142b4\`, \`FUN_100142b4@100142b4\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f\`, \`FUN_1001556f@1001556f` |
| `1001dae0` | `CLMXProxyServer::SetBufferedUpdateInterval - hLMXServer ` | `FUN_1000fc80@1000fc80\`, \`FUN_1000fc80@1000fc80` |
| `1001db58` | `CLMXProxyServer::SetBufferedUpdateInterval - returning E_INVALIDARG` | `FUN_1000fc80@1000fc80` |
| `1001dce8` | `lmxproxy loaded by the Process ProcessName :%s` | `FUN_10010b1f@10010b1f` |
| `1001dee8` | `lmxproxy is loaded by internal Process and mxaccess licensing is not required` | `FUN_10011185@10011185` |
| `1001df88` | `CLMXProxyServer::AddBufferedItem - Server Handle ` | `FUN_1001121d@1001121d` |
| `1001e0b8` | `CLMXProxyServer::AddBufferedItem - Server Handle: ` | `FUN_1001121d@1001121d\`, \`FUN_1001121d@1001121d\`, \`FUN_1001121d@1001121d` |
| `1001e188` | `CLMXProxyServer::AddBufferedItem - Valid License: ` | `FUN_1001121d@1001121d` |
| `1001e6d0` | `CLMXProxyServer::AddItem - returning HRESULT ` | `FUN_10011b71@10011b71` |
| `1001e750` | `CLMXProxyServer::AddItem - Server Handle: ` | `FUN_10011b71@10011b71\`, \`FUN_10011b71@10011b71\`, \`FUN_10011b71@10011b71` |
| `1001e7a8` | `CLMXProxyServer::AddItem - Valid License: ` | `FUN_10011b71@10011b71` |
| `1001e800` | `CLMXProxyServer::AddItem2 - returning HRESULT ` | `FUN_10011f9e@10011f9e` |
| `1001e870` | `CLMXProxyServer::AddItem2 - Server Handle: ` | `FUN_10011f9e@10011f9e\`, \`FUN_10011f9e@10011f9e\`, \`FUN_10011f9e@10011f9e` |
| `1001e8c8` | `CLMXProxyServer::AddItem2 - Valid License: ` | `FUN_10011f9e@10011f9e` |
| `1001e920` | `CLMXProxyServer::RemoveItem - returning HRESULT ` | `FUN_1001244d@1001244d` |
| `1001e988` | `CLMXProxyServer::RemoveItem - Server Handle ` | `FUN_1001244d@1001244d` |
| `1001e9e8` | `CLMXProxyServer::Advise - returning HRESULT ` | `FUN_10012693@10012693` |
| `1001ea48` | `CLMXProxyServer::Advise - Server Handle ` | `FUN_10012693@10012693` |
| `1001eaa0` | `CLMXProxyServer::UnAdvise - returning HRESULT ` | `FUN_1001294d@1001294d` |
| `1001eb00` | `CLMXProxyServer::UnAdvise - Server Handle ` | `FUN_1001294d@1001294d` |
| `1001eb58` | `CLMXProxyServer::Write - returning HRESULT ` | `FUN_10012c0c@10012c0c\`, \`FUN_10013280@10013280` |
| `1001ebb0` | `CLMXProxyServer::Write - Server Handle ` | `FUN_10012c0c@10012c0c\`, \`FUN_10013280@10013280` |
| `1001ec38` | `CLMXProxyServer::WriteVerified - returning HRESULT ` | `FUN_10012f24@10012f24\`, \`FUN_100135fe@100135fe` |
| `1001eca0` | `CLMXProxyServer::WriteSecured - Server Handle ` | `FUN_10012f24@10012f24\`, \`FUN_100135fe@100135fe` |
| `1001ed80` | `CLMXProxyServer::AuthenticateUser - returning HRESULT E_INVALIDARG` | `FUN_1001399f@1001399f` |
| `1001ee08` | `CLMXProxyServer::AuthenticateUser - returning HRESULT S_OK UserId ` | `FUN_1001399f@1001399f` |
| `1001eeb0` | `CLMXProxyServer::AuthenticateUser - Server Handle: ` | `FUN_1001399f@1001399f\`, \`FUN_1001399f@1001399f` |
| `1001ef78` | `CLMXProxyServer::Suspend - returning HRESULT ` | `FUN_10013d9c@10013d9c` |
| `1001efd8` | `CLMXProxyServer::Suspend - Query for IMxScanOnDemand failed` | `FUN_10013d9c@10013d9c` |
| `1001f050` | `CLMXProxyServer::Suspend - Server Handle ` | `FUN_10013d9c@10013d9c` |
| `1001f0a8` | `CLMXProxyServer::Activate - returning HRESULT ` | `FUN_10014028@10014028` |
| `1001f108` | `CLMXProxyServer::Activate - Query for IMxScanOnDemand failed` | `FUN_10014028@10014028` |
| `1001f188` | `CLMXProxyServer::Activate - Server Handle ` | `FUN_10014028@10014028` |
| `1001f1e0` | `CLMXProxyServer::AdviseSupervisory - returning HRESULT ` | `FUN_100142b4@100142b4` |
| `1001f250` | `CLMXProxyServer::AdviseSupervisory - Server Handle ` | `FUN_100142b4@100142b4` |
| `1001f2b8` | `CLMXProxyServer::ArchestrAUserToId - returning HRESULT S_OK, UserId ` | `FUN_10014572@10014572` |
| `1001f348` | `CLMXProxyServer::ArchestrAUserToId - Server Handle: ` | `FUN_10014572@10014572\`, \`FUN_10014572@10014572` |
| `1001f3b8` | `CLMXProxyServer::ArchestrAUserToId - returning HRESULT E_INVALIDARG for invalid Server Handle` | `FUN_10014572@10014572` |
| `1001f4f0` | `CLMXProxyServer::Unregister - returning HRESULT ` | `FUN_10015171@10015171` |
| `1001f558` | `CLMXProxyServer::Unregister - Server Handle ` | `FUN_10015171@10015171` |
| `1001f5b8` | `CLMXProxyServer::Register - returning HRESULT ` | `FUN_1001556f@1001556f` |
| `1001f640` | `Multiple Threads calling CLMXProxyServer::Register() - not allowed.` | `FUN_1001556f@1001556f` |
| `1001f6e8` | `CLMXProxyServer::Register - Unregistering existing Client app` | `FUN_1001556f@1001556f` |
| `1001f768` | `CLMXProxyServer::Register - ClientName ` | `FUN_1001556f@1001556f` |
| `1001f7b8` | `CLMXProxyServer::Register - Client name NULL - returning E_POINTER HRESULT` | `FUN_1001556f@1001556f` |
| `1001f888` | `CProxy_ILMXProxyServerEvents::Fire_OnDataChange firing event - Server Handle ` | `FUN_10015f72@10015f72` |
| `1001f968` | `CProxy_ILMXProxyServerEvents::Fire_OnWriteComplete firing event - Server Handle ` | `FUN_1001611f@1001611f` |
| `1001fa10` | `CProxy_ILMXProxyServerEvents::Fire_OperationComplete firing event - Server Handle ` | `FUN_10016271@10016271` |
| `1001fab8` | `CProxy_ILMXProxyServerEvents2::Fire_OnBufferedDataChange firing event - Server Handle ` | `FUN_100163c0@100163c0` |
| `1001fc40` | `Fire_OnDataChange - threw an unknown exception` | `Catch@10016992@10016992\`, \`Catch@10016b10@10016b10` |
| `1001fed8` | `Fire_OnWriteComplete - threw an unknown exception` | `Catch@10016cd3@10016cd3` |
| `10026484` | `FindResourceW` | `` |
| `10027c40` | `LMXProxy.DLL` | `` |
| `10028538` | `.?AV?$CComObject@VCLMXProxyServer@@@ATL@@` | `` |
| `1002856c` | `.?AVCLMXProxyServer@@` | `` |
| `10028600` | `.?AV?$CComCoClass@VCLMXProxyServer@@$1?CLSID_LMXProxyServer@@3U_GUID@@B@ATL@@` | `` |
| `10028678` | `.?AV?$IConnectionPointContainerImpl@VCLMXProxyServer@@@ATL@@` | `` |
| `100286e8` | `.?AV?$IDispatchImpl@UILMXProxyServer5@@$1?IID_ILMXProxyServer5@@3U_GUID@@B$1?LIBID_LMXPROXYLib@@3U3@B$00$0A@VCComTypeInfoHolder@ATL@@@ATL@@` | `` |
| `1002877c` | `.?AUILMXProxyServer5@@` | `` |
| `1002879c` | `.?AUILMXProxyServer4@@` | `` |
| `100287bc` | `.?AUILMXProxyServer3@@` | `` |
| `100287dc` | `.?AUILMXProxyServer2@@` | `` |
| `100287fc` | `.?AUILMXProxyServer@@` | `` |
| `10028838` | `.?AV?$CProxy_ILMXProxyServerEvents@VCLMXProxyServer@@@@` | `` |
| `10028878` | `.?AV?$IConnectionPointImpl@VCLMXProxyServer@@$1?DIID__ILMXProxyServerEvents@@3U_GUID@@BVCComDynamicUnkArray@ATL@@@ATL@@` | `` |
| `100288f8` | `.?AV?$_ICPLocator@$1?DIID__ILMXProxyServerEvents@@3U_GUID@@B@ATL@@` | `` |
| `10028948` | `.?AV?$CProxy_ILMXProxyServerEvents2@VCLMXProxyServer@@@@` | `` |
| `10028990` | `.?AV?$IConnectionPointImpl@VCLMXProxyServer@@$1?DIID__ILMXProxyServerEvents2@@3U_GUID@@BVCComDynamicUnkArray@ATL@@@ATL@@` | `` |
| `10028a18` | `.?AV?$_ICPLocator@$1?DIID__ILMXProxyServerEvents2@@3U_GUID@@B@ATL@@` | `` |
| `10028a64` | `.?AV?$CComContainedObject@VCLMXProxyServer@@@ATL@@` | `` |
| `10028aa0` | `.?AV?$CComAggObject@VCLMXProxyServer@@@ATL@@` | `` |
| `10037e18` | `LMXProxy` | `` |
| `10037f70` | `LmxProxy_v0045` | `` |
| `10037fb8` | `LMXProxy Module` | `` |
| `100381b0` | `LMXProxy.DLL` | `` |
## Interesting API Callers
| Caller | Entry | Call Targets |
| --- | ---: | --- |
| `FUN_1000103c` | `1000103c` | `CoGetClassObject` |
| `FUN_100010bf` | `100010bf` | `SysAllocString\`, \`SysFreeString` |
| `FUN_1000111b` | `1000111b` | `SysFreeString` |
| `FUN_100012e6` | `100012e6` | `SysFreeString` |
| `FUN_100013b9` | `100013b9` | `memcpy_s` |
| `FUN_1000150e` | `1000150e` | `SysFreeString` |
| `FUN_10001517` | `10001517` | `VariantInit` |
| `InternalCopy` | `10001525` | `VariantCopy` |
| `FUN_100015aa` | `100015aa` | `memset` |
| `FUN_1000174a` | `1000174a` | `memset` |
| `FUN_10001885` | `10001885` | `SysAllocString` |
| `FUN_100018bb` | `100018bb` | `SysAllocStringByteLen` |
| `FUN_10001903` | `10001903` | `SysFreeString` |
| `FUN_10001923` | `10001923` | `VariantCopy\`, \`VariantInit` |
| `FUN_1000194b` | `1000194b` | `VariantChangeType` |
| `FUN_10001d80` | `10001d80` | `SysAllocStringLen\`, \`SysFreeString` |
| `Copy` | `10001e0a` | `SysAllocStringByteLen` |
| `FUN_10001e27` | `10001e27` | `SysAllocStringLen\`, \`SysFreeString` |
| `FUN_10001f45` | `10001f45` | `VariantClear` |
| `FUN_10001f4d` | `10001f4d` | `VariantClear` |
| `FUN_10001fad` | `10001fad` | `SysFreeString` |
| `FUN_100023f0` | `100023f0` | `VariantClear` |
| `FUN_10002439` | `10002439` | `VariantClear` |
| `FUN_10002470` | `10002470` | `VariantClear` |
| `FUN_100024a8` | `100024a8` | `SysAllocString\`, \`VariantClear` |
| `FUN_100024ed` | `100024ed` | `VariantClear` |
| `FID_conflict:_Tidy` | `10002b22` | `memcpy` |
| `FUN_10002d5c` | `10002d5c` | `memcpy` |
| `FUN_100032de` | `100032de` | `memmove` |
| `FUN_1000339c` | `1000339c` | `memcpy` |
| `FID_conflict:_Chassign` | `100035e7` | `_wmemset` |
| `FUN_10003cbd` | `10003cbd` | `memcpy` |
| `FID_conflict:assign` | `10003d59` | `memcpy` |
| `FUN_10003e37` | `10003e37` | `memcpy_s` |
| `FUN_10003f60` | `10003f60` | `SafeArrayAccessData\`, \`SafeArrayCreateEx\`, \`SafeArrayGetLBound\`, \`SafeArrayUnaccessData` |
| `FUN_1000411e` | `1000411e` | `VariantClear\`, \`VariantInit` |
| `FUN_100043c4` | `100043c4` | `memmove` |
| `FUN_10004419` | `10004419` | `SafeArrayAccessData\`, \`SafeArrayGetDim\`, \`SafeArrayUnaccessData\`, \`VariantChangeType\`, \`VariantInit` |
| `FUN_10004794` | `10004794` | `SafeArrayUnaccessData\`, \`VariantClear` |
| `FUN_100048df` | `100048df` | `VariantChangeType\`, \`VariantClear\`, \`VariantInit` |
| `FUN_10004a70` | `10004a70` | `VariantChangeType\`, \`VariantClear\`, \`VariantInit` |
| `FUN_10004c31` | `10004c31` | `VariantChangeType\`, \`VariantClear\`, \`VariantInit` |
| `FUN_100051dc` | `100051dc` | `VariantChangeType\`, \`VariantClear\`, \`VariantInit` |
| `FUN_10005491` | `10005491` | `VariantClear` |
| `FUN_10005dd6` | `10005dd6` | `SafeArrayCreate\`, \`SafeArrayPutElement\`, \`VariantClear\`, \`VariantInit` |
| `FUN_100060a2` | `100060a2` | `SafeArrayAccessData\`, \`SafeArrayUnaccessData\`, \`SysFreeString\`, \`VariantChangeType\`, \`VariantClear\`, \`VariantInit` |
| `FUN_1000689d` | `1000689d` | `SysAllocStringByteLen` |
| `FUN_100068e0` | `100068e0` | `memset` |
| `FUN_100069ad` | `100069ad` | `SafeArrayCreate\`, \`SafeArrayPutElement\`, \`SysFreeString` |
| `FUN_10006f68` | `10006f68` | `memcpy_s` |
| `FUN_10007044` | `10007044` | `memset` |
| `Attach` | `1000728f` | `SysFreeString` |
| `FUN_10007481` | `10007481` | `memset` |
| `FUN_10007d60` | `10007d60` | `memset` |
| `QueryInterface` | `100082c6` | `AtlInternalQueryInterface` |
| `FUN_10008354` | `10008354` | `AtlInternalQueryInterface` |
| `FUN_10008723` | `10008723` | `QueryInterface` |
| `FUN_1000874b` | `1000874b` | `QueryInterface` |
| `FUN_100087d7` | `100087d7` | `SysAllocString` |
| `FUN_10008abb` | `10008abb` | `SysFreeString` |
| `FUN_10008fd9` | `10008fd9` | `CoCreateInstance` |
| `FUN_100095b6` | `100095b6` | `CoCreateInstance` |
| `FUN_100098d4` | `100098d4` | `SysFreeString` |
| `FUN_100099a4` | `100099a4` | `SysFreeString` |
| `QueryInterface` | `1000a081` | `AtlInternalQueryInterface` |
| `FUN_1000a642` | `1000a642` | `memset` |
| `QueryInterface` | `1000b3b3` | `AtlInternalQueryInterface` |
| `QueryInterface` | `1000b57f` | `AtlInternalQueryInterface` |
| `FUN_1000bc0c` | `1000bc0c` | `FindResourceW` |
| `FUN_1000bf4f` | `1000bf4f` | `AtlInternalQueryInterface` |
| `FUN_1000bfd9` | `1000bfd9` | `AtlInternalQueryInterface` |
| `FUN_1000c0ec` | `1000c0ec` | `AtlInternalQueryInterface` |
| `FUN_1000ca30` | `1000ca30` | `memset` |
| `FUN_1000ca95` | `1000ca95` | `SysFreeString` |
| `FUN_1000ce59` | `1000ce59` | `memset` |
| `FUN_1000ced2` | `1000ced2` | `memset` |
| `FUN_1000cf4e` | `1000cf4e` | `memset` |
| `FUN_1000cfca` | `1000cfca` | `memset` |
| `FUN_1000d144` | `1000d144` | `SysFreeString` |
| `FUN_1000d263` | `1000d263` | `SysAllocString\`, \`SysFreeString` |
| `FUN_1000d2ee` | `1000d2ee` | `SysFreeString` |
| `FUN_1000d36d` | `1000d36d` | `VariantChangeType\`, \`VariantClear` |
| `FUN_1000d4d1` | `1000d4d1` | `VariantChangeType\`, \`VariantClear` |
| `FUN_1000dadd` | `1000dadd` | `SysAllocString\`, \`SysFreeString\`, \`memset` |
| `FUN_1000dc80` | `1000dc80` | `SysFreeString` |
| `FUN_1000dcbb` | `1000dcbb` | `SysAllocString` |
| `FUN_1000e281` | `1000e281` | `SysFreeString` |
| `FUN_1000e3b2` | `1000e3b2` | `SysFreeString` |
| `FUN_1000e4bf` | `1000e4bf` | `memcpy\`, \`memmove` |
| `QueryInterface` | `1000e686` | `AtlInternalQueryInterface` |
| `FUN_1000e6bf` | `1000e6bf` | `QueryInterface` |
| `FUN_1000efbf` | `1000efbf` | `memcpy` |
| `FUN_1000f0af` | `1000f0af` | `CreateClientConnection` |
| `FUN_1000f52e` | `1000f52e` | `memcpy` |
| `FUN_1000fb71` | `1000fb71` | `CoCreateInstance` |
| `FUN_10010a84` | `10010a84` | `SysAllocStringLen\`, \`SysFreeString\`, \`memcpy_s` |
| `FUN_10010b1f` | `10010b1f` | `SysAllocString\`, \`SysFreeString\`, \`memset` |
| `FUN_1001121d` | `1001121d` | `SysAllocString\`, \`SysFreeString` |
| `FUN_1001150e` | `1001150e` | `SysAllocString\`, \`SysFreeString\`, \`memset` |
| `FUN_10011f9e` | `10011f9e` | `CoCreateInstance` |
| `FUN_1001399f` | `1001399f` | `SysFreeString` |
| `FUN_10014572` | `10014572` | `SysAllocString\`, \`SysFreeString` |
| `FUN_10014a4f` | `10014a4f` | `SysFreeString` |
| `FUN_1001556f` | `1001556f` | `CoCreateInstance\`, \`SysAllocString\`, \`SysFreeString` |
| `FUN_10015d08` | `10015d08` | `VariantClear` |
| `FUN_10015d66` | `10015d66` | `VariantClear` |
| `FUN_1001657f` | `1001657f` | `SafeArrayDestroy\`, \`SysFreeString\`, \`VariantClear\`, \`VariantInit` |
| `FUN_10016d1a` | `10016d1a` | `SafeArrayDestroy` |
| `FUN_10016f2e` | `10016f2e` | `memset` |
| `FUN_10016fef` | `10016fef` | `memset` |
| `ConvertStringToBSTR` | `10017150` | `SysAllocString` |
| `FUN_1001ab90` | `1001ab90` | `VariantClear` |