summaryrefslogtreecommitdiff
path: root/rust/tests/snapshots/binary_view__atox.snap
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-01-31 15:14:14 -0500
committerMason Reed <mason@vector35.com>2025-07-02 01:56:53 -0400
commitdb8f0a498947c6bbd93526520b4a51f758cae540 (patch)
treebd9150bf45510387e332805b931773588cd6bdae /rust/tests/snapshots/binary_view__atox.snap
parentf8aaf21991c2a5adcdca56f3638f321b2ccbe809 (diff)
Add test_deterministic_functions to Rust API unit tests
This test makes sure that initial analysis is not tainting functions
Diffstat (limited to 'rust/tests/snapshots/binary_view__atox.snap')
-rw-r--r--rust/tests/snapshots/binary_view__atox.snap1026
1 files changed, 1026 insertions, 0 deletions
diff --git a/rust/tests/snapshots/binary_view__atox.snap b/rust/tests/snapshots/binary_view__atox.snap
new file mode 100644
index 00000000..ab6de6cd
--- /dev/null
+++ b/rust/tests/snapshots/binary_view__atox.snap
@@ -0,0 +1,1026 @@
+---
+source: rust/tests/binary_view.rs
+expression: functions
+---
+{
+ 155408: FunctionSnapshot {
+ name: "??$__crt_interlocked_read@J@@YAJPDJ@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_interlocked_read<long>(long const volatile*),
+ short_name: __crt_interlocked_read<long>,
+ raw_name: ??$__crt_interlocked_read@J@@YAJPDJ@Z,
+ address: 155408,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 155728: FunctionSnapshot {
+ name: "??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::is_overflow_condition<unsigned long>(uint32_t, unsigned long),
+ short_name: __crt_strtox::is_overflow_condition<unsigned long>,
+ raw_name: ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z,
+ address: 155728,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 156224: FunctionSnapshot {
+ name: "??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::is_overflow_condition<uint64_t>(uint32_t, uint64_t),
+ short_name: __crt_strtox::is_overflow_condition<uint64_t>,
+ raw_name: ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z,
+ address: 156224,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 156768: FunctionSnapshot {
+ name: "??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::make_c_string_character_source<char, std::nullptr>(char const* const, std::nullptr),
+ short_name: __crt_strtox::make_c_string_character_source<char, std::nullptr>,
+ raw_name: ??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z,
+ address: 156768,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 157152: FunctionSnapshot {
+ name: "??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>(wchar_t const* const, std::nullptr),
+ short_name: __crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>,
+ raw_name: ??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z,
+ address: 157152,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 157536: FunctionSnapshot {
+ name: "??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<char> >(struct __crt_locale_pointers* const, class parse_integer<unsigned long, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>, int32_t, bool),
+ short_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<char> >,
+ raw_name: ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z,
+ address: 157536,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 160080: FunctionSnapshot {
+ name: "??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<wchar_t> >(struct __crt_locale_pointers* const, class parse_integer<unsigned long, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>, int32_t, bool),
+ short_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<wchar_t> >,
+ raw_name: ??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z,
+ address: 160080,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 162624: FunctionSnapshot {
+ name: "??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<char> >(struct __crt_locale_pointers* const, class parse_integer<uint64_t, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>, int32_t, bool),
+ short_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<char> >,
+ raw_name: ??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z,
+ address: 162624,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 165376: FunctionSnapshot {
+ name: "??$parse_integer@_KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<wchar_t> >(struct __crt_locale_pointers* const, class parse_integer<uint64_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>, int32_t, bool),
+ short_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<wchar_t> >,
+ raw_name: ??$parse_integer@_KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z,
+ address: 165376,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 168144: FunctionSnapshot {
+ name: "??$parse_integer_from_string@JD$$T@__crt_strtox@@YAJQBD$$THQAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer_from_string<long, char, std::nullptr>(char const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const),
+ short_name: __crt_strtox::parse_integer_from_string<long, char, std::nullptr>,
+ raw_name: ??$parse_integer_from_string@JD$$T@__crt_strtox@@YAJQBD$$THQAU__crt_locale_pointers@@@Z,
+ address: 168144,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 168592: FunctionSnapshot {
+ name: "??$parse_integer_from_string@J_W$$T@__crt_strtox@@YAJQB_W$$THQAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer_from_string<long, wchar_t, std::nullptr>(wchar_t const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const),
+ short_name: __crt_strtox::parse_integer_from_string<long, wchar_t, std::nullptr>,
+ raw_name: ??$parse_integer_from_string@J_W$$T@__crt_strtox@@YAJQB_W$$THQAU__crt_locale_pointers@@@Z,
+ address: 168592,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 169056: FunctionSnapshot {
+ name: "??$parse_integer_from_string@_JD$$T@__crt_strtox@@YA_JQBD$$THQAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer_from_string<int64_t, char, std::nullptr>(char const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const),
+ short_name: __crt_strtox::parse_integer_from_string<int64_t, char, std::nullptr>,
+ raw_name: ??$parse_integer_from_string@_JD$$T@__crt_strtox@@YA_JQBD$$THQAU__crt_locale_pointers@@@Z,
+ address: 169056,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 169520: FunctionSnapshot {
+ name: "??$parse_integer_from_string@_J_W$$T@__crt_strtox@@YA_JQB_W$$THQAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_integer_from_string<int64_t, wchar_t, std::nullptr>(wchar_t const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const),
+ short_name: __crt_strtox::parse_integer_from_string<int64_t, wchar_t, std::nullptr>,
+ raw_name: ??$parse_integer_from_string@_J_W$$T@__crt_strtox@@YA_JQB_W$$THQAU__crt_locale_pointers@@@Z,
+ address: 169520,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 169984: FunctionSnapshot {
+ name: "??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this, char const* const, char const** const),
+ short_name: __crt_strtox::c_string_character_source<char>::c_string_character_source<char>,
+ raw_name: ??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z,
+ address: 169984,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 170416: FunctionSnapshot {
+ name: "??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const, wchar_t const** const),
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>,
+ raw_name: ??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z,
+ address: 170416,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 170848: FunctionSnapshot {
+ name: "??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: _LocaleUpdate::_LocaleUpdate(_LocaleUpdate* this, struct __crt_locale_pointers* const),
+ short_name: _LocaleUpdate::_LocaleUpdate,
+ raw_name: ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z,
+ address: 170848,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 171536: FunctionSnapshot {
+ name: "??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::~c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this),
+ short_name: __crt_strtox::c_string_character_source<char>::~c_string_character_source<char>,
+ raw_name: ??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ,
+ address: 171536,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 171920: FunctionSnapshot {
+ name: "??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this),
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>,
+ raw_name: ??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ,
+ address: 171920,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 172304: FunctionSnapshot {
+ name: "??1_LocaleUpdate@@QAE@XZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: _LocaleUpdate::~_LocaleUpdate(_LocaleUpdate* this),
+ short_name: _LocaleUpdate::~_LocaleUpdate,
+ raw_name: ??1_LocaleUpdate@@QAE@XZ,
+ address: 172304,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 172656: FunctionSnapshot {
+ name: "?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: _LocaleUpdate::GetLocaleT(_LocaleUpdate* this),
+ short_name: _LocaleUpdate::GetLocaleT,
+ raw_name: ?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ,
+ address: 172656,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 172960: FunctionSnapshot {
+ name: "?__crt_interlocked_read_32@@YAHPDH@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_interlocked_read_32(int32_t const volatile*),
+ short_name: __crt_interlocked_read_32,
+ raw_name: ?__crt_interlocked_read_32@@YAHPDH@Z,
+ address: 172960,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 173296: FunctionSnapshot {
+ name: "?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::get(__crt_strtox::c_string_character_source<char>* this),
+ short_name: __crt_strtox::c_string_character_source<char>::get,
+ raw_name: ?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ,
+ address: 173296,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 173648: FunctionSnapshot {
+ name: "?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::get(__crt_strtox::c_string_character_source<wchar_t>* this),
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::get,
+ raw_name: ?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ,
+ address: 173648,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 174000: FunctionSnapshot {
+ name: "?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::is_space(char, struct __crt_locale_pointers* const),
+ short_name: __crt_strtox::is_space,
+ raw_name: ?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z,
+ address: 174000,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 174368: FunctionSnapshot {
+ name: "?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::is_space(wchar_t, struct __crt_locale_pointers*),
+ short_name: __crt_strtox::is_space,
+ raw_name: ?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z,
+ address: 174368,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 174720: FunctionSnapshot {
+ name: "?maximum_signed_value@__crt_strtox@@YAJK@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::maximum_signed_value(unsigned long),
+ short_name: __crt_strtox::maximum_signed_value,
+ raw_name: ?maximum_signed_value@__crt_strtox@@YAJK@Z,
+ address: 174720,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 175024: FunctionSnapshot {
+ name: "?maximum_signed_value@__crt_strtox@@YA_J_K@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::maximum_signed_value(uint64_t),
+ short_name: __crt_strtox::maximum_signed_value,
+ raw_name: ?maximum_signed_value@__crt_strtox@@YA_J_K@Z,
+ address: 175024,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 175328: FunctionSnapshot {
+ name: "?minimum_signed_value@__crt_strtox@@YAJK@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::minimum_signed_value(unsigned long),
+ short_name: __crt_strtox::minimum_signed_value,
+ raw_name: ?minimum_signed_value@__crt_strtox@@YAJK@Z,
+ address: 175328,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 175632: FunctionSnapshot {
+ name: "?minimum_signed_value@__crt_strtox@@YA_J_K@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::minimum_signed_value(uint64_t),
+ short_name: __crt_strtox::minimum_signed_value,
+ raw_name: ?minimum_signed_value@__crt_strtox@@YA_J_K@Z,
+ address: 175632,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 175936: FunctionSnapshot {
+ name: "?parse_digit@__crt_strtox@@YAID@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_digit(char),
+ short_name: __crt_strtox::parse_digit,
+ raw_name: ?parse_digit@__crt_strtox@@YAID@Z,
+ address: 175936,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 176368: FunctionSnapshot {
+ name: "?parse_digit@__crt_strtox@@YAI_W@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::parse_digit(wchar_t),
+ short_name: __crt_strtox::parse_digit,
+ raw_name: ?parse_digit@__crt_strtox@@YAI_W@Z,
+ address: 176368,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 176848: FunctionSnapshot {
+ name: "?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::restore_state(__crt_strtox::c_string_character_source<char>* this, char const* const),
+ short_name: __crt_strtox::c_string_character_source<char>::restore_state,
+ raw_name: ?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z,
+ address: 176848,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 177216: FunctionSnapshot {
+ name: "?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::restore_state(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const),
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::restore_state,
+ raw_name: ?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z,
+ address: 177216,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 177584: FunctionSnapshot {
+ name: "?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::save_state(__crt_strtox::c_string_character_source<char>* this) const,
+ short_name: __crt_strtox::c_string_character_source<char>::save_state,
+ raw_name: ?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ,
+ address: 177584,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 177920: FunctionSnapshot {
+ name: "?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::save_state(__crt_strtox::c_string_character_source<wchar_t>* this) const,
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::save_state,
+ raw_name: ?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ,
+ address: 177920,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 178256: FunctionSnapshot {
+ name: "?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::unget(__crt_strtox::c_string_character_source<char>* this, char),
+ short_name: __crt_strtox::c_string_character_source<char>::unget,
+ raw_name: ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z,
+ address: 178256,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 178912: FunctionSnapshot {
+ name: "?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::unget(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t),
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::unget,
+ raw_name: ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z,
+ address: 178912,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 179584: FunctionSnapshot {
+ name: "?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<char>::validate(__crt_strtox::c_string_character_source<char>* this) const,
+ short_name: __crt_strtox::c_string_character_source<char>::validate,
+ raw_name: ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ,
+ address: 179584,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 180208: FunctionSnapshot {
+ name: "?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::c_string_character_source<wchar_t>::validate(__crt_strtox::c_string_character_source<wchar_t>* this) const,
+ short_name: __crt_strtox::c_string_character_source<wchar_t>::validate,
+ raw_name: ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ,
+ address: 180208,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 180832: FunctionSnapshot {
+ name: "?wide_character_to_digit@__crt_strtox@@YAH_W@Z",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __crt_strtox::wide_character_to_digit(wchar_t),
+ short_name: __crt_strtox::wide_character_to_digit,
+ raw_name: ?wide_character_to_digit@__crt_strtox@@YAH_W@Z,
+ address: 180832,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 182096: FunctionSnapshot {
+ name: "___acrt_get_locale_data_prefix",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: ___acrt_get_locale_data_prefix,
+ short_name: ___acrt_get_locale_data_prefix,
+ raw_name: ___acrt_get_locale_data_prefix,
+ address: 182096,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 182464: FunctionSnapshot {
+ name: "___acrt_locale_changed",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: ___acrt_locale_changed,
+ short_name: ___acrt_locale_changed,
+ raw_name: ___acrt_locale_changed,
+ address: 182464,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 182800: FunctionSnapshot {
+ name: "__atoi64",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __atoi64,
+ short_name: __atoi64,
+ raw_name: __atoi64,
+ address: 182800,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 183104: FunctionSnapshot {
+ name: "__atoi64_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __atoi64_l,
+ short_name: __atoi64_l,
+ raw_name: __atoi64_l,
+ address: 183104,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 183440: FunctionSnapshot {
+ name: "__atoi_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __atoi_l,
+ short_name: __atoi_l,
+ raw_name: __atoi_l,
+ address: 183440,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 183760: FunctionSnapshot {
+ name: "__atol_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __atol_l,
+ short_name: __atol_l,
+ raw_name: __atol_l,
+ address: 183760,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 184080: FunctionSnapshot {
+ name: "__atoll_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __atoll_l,
+ short_name: __atoll_l,
+ raw_name: __atoll_l,
+ address: 184080,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 184400: FunctionSnapshot {
+ name: "__chvalidchk_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __chvalidchk_l,
+ short_name: __chvalidchk_l,
+ raw_name: __chvalidchk_l,
+ address: 184400,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 184752: FunctionSnapshot {
+ name: "__ischartype_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __ischartype_l,
+ short_name: __ischartype_l,
+ raw_name: __ischartype_l,
+ address: 184752,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 185184: FunctionSnapshot {
+ name: "__wtoi",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtoi,
+ short_name: __wtoi,
+ raw_name: __wtoi,
+ address: 185184,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 185488: FunctionSnapshot {
+ name: "__wtoi64",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtoi64,
+ short_name: __wtoi64,
+ raw_name: __wtoi64,
+ address: 185488,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 185792: FunctionSnapshot {
+ name: "__wtoi64_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtoi64_l,
+ short_name: __wtoi64_l,
+ raw_name: __wtoi64_l,
+ address: 185792,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 186128: FunctionSnapshot {
+ name: "__wtoi_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtoi_l,
+ short_name: __wtoi_l,
+ raw_name: __wtoi_l,
+ address: 186128,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 186448: FunctionSnapshot {
+ name: "__wtol",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtol,
+ short_name: __wtol,
+ raw_name: __wtol,
+ address: 186448,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 186752: FunctionSnapshot {
+ name: "__wtol_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtol_l,
+ short_name: __wtol_l,
+ raw_name: __wtol_l,
+ address: 186752,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 187072: FunctionSnapshot {
+ name: "__wtoll",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtoll,
+ short_name: __wtoll,
+ raw_name: __wtoll,
+ address: 187072,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 187376: FunctionSnapshot {
+ name: "__wtoll_l",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: __wtoll_l,
+ short_name: __wtoll_l,
+ raw_name: __wtoll_l,
+ address: 187376,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 187696: FunctionSnapshot {
+ name: "_atoi",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: _atoi,
+ short_name: _atoi,
+ raw_name: _atoi,
+ address: 187696,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 188000: FunctionSnapshot {
+ name: "_atol",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: _atol,
+ short_name: _atol,
+ raw_name: _atol,
+ address: 188000,
+ auto_defined: true,
+ external: true,
+ },
+ },
+ 188304: FunctionSnapshot {
+ name: "_atoll",
+ platform: Platform {
+ name: windows-x86,
+ arch: x86,
+ },
+ symbol: Symbol {
+ type: Function,
+ binding: Global,
+ full_name: _atoll,
+ short_name: _atoll,
+ raw_name: _atoll,
+ address: 188304,
+ auto_defined: true,
+ external: true,
+ },
+ },
+}