PESCAN.IO - Analysis Report Basic |
|||||||
| File Structure |
|
PE Chart Code
Header PE (light blue)
Executable sections (pink)
Non-executable sections (black)
External injected code (red)
File Structure in red = malformed or corrupted header
Chart Code For Other Files
Printable characters (blue)
Non-printable characters (black)
| Information |
Icon: Size: 4,57 MBSHA-256 Hash: D32713E2DDF170A95DE322EB76675943EF2A9725B6C31AF0724A08E7B432A3CE SHA-1 Hash: 6A49EAE92E0FE3AC5D025393AEDB3B4665F35572 MD5 Hash: EDA03A46DCA8DC98FAA4DDFCD645DDDA Imphash: A713883BD0D784215F63F73D87E2299C MajorOSVersion: 6 MinorOSVersion: 0 CheckSum: 00000000 EntryPoint (rva): 3407F4 SizeOfHeaders: 400 SizeOfImage: 49D000 ImageBase: 0000000140000000 Architecture: x64 ExportTable: 45F280 ImportTable: 45F2D4 IAT: 367000 Characteristics: 22 TimeDateStamp: 6A550317 Date: 13/07/2026 15:24:07 File Type: EXE File Type: DLL Number Of Sections: 6 ASLR: Disabled Section Names (Optional Header): .text, .rdata, .data, .pdata, .rsrc, .reloc Number Of Executable Sections: 1 Subsystem: Windows GUI UAC Execution Level Manifest: asInvoker |
| Sections Info |
| Section Name | Flags | ROffset | RSize | VOffset | VSize | Entropy | Chi2 |
|---|---|---|---|---|---|---|---|
| .text | 0x60000020 Code Executable Readable |
400 | 365800 | 1000 | 365677 |
|
|
| .rdata | 0x40000040 Initialized Data Readable |
365C00 | FFE00 | 367000 | FFD3C |
|
|
| .data | 0xC0000040 Initialized Data Readable Writeable |
465A00 | 8000 | 467000 | 11264 |
|
|
| .pdata | 0x40000040 Initialized Data Readable |
46DA00 | 1D800 | 479000 | 1D70C |
|
|
| .rsrc | 0x40000040 Initialized Data Readable |
48B200 | 1E00 | 497000 | 1CF0 |
|
|
| .reloc | 0x42000040 Initialized Data GP-Relative Readable |
48D000 | 3E00 | 499000 | 3C94 |
|
|
| Entry Point |
The section number (1) have the Entry Point Information -> EntryPoint (calculated) - 33FBF4 Code -> 4883EC28E88B0B00004883C428E972FEFFFFCCCC488BC44C8948204C8940184889501053565741564883EC384D8BF1498BD8 Assembler |SUB RSP, 0X28 |CALL 0X140341388 |ADD RSP, 0X28 |JMP 0X140340678 |INT3 |INT3 |MOV RAX, RSP |MOV QWORD PTR [RAX + 0X20], R9 |MOV QWORD PTR [RAX + 0X18], R8 |MOV QWORD PTR [RAX + 0X10], RDX |PUSH RBX |PUSH RSI |PUSH RDI |PUSH R14 |SUB RSP, 0X38 |MOV R14, R9 |MOV RBX, R8 |
| Signatures |
| Rich Signature Analyzer: Code -> 9F222587DB434BD4DB434BD4DB434BD490C94FD5D1434BD490C94ED5F4434BD490C948D5DD434BD490C94AD5DD434BD443CA4AD5D9434BD454C84AD5D9434BD4D23BD8D485434BD4A2C24AD5F8434BD4DB434AD4BF404BD454C84FD5CB434BD454C84ED53F434BD454C84BD5DA434BD454C8B4D4DA434BD4DB43DCD4DA434BD454C849D5DA434BD452696368DB434BD4 Footprint md5 Hash -> 16C44C5FE35FB6F9F93B1C6AB8EAF214 • The Rich header apparently has not been modified Certificate - Digital Signature Not Found: • The file is not signed |
| Packer/Compiler |
| Detect It Easy (die) • PE+(64): compiler: Microsoft Visual C/C++(-)[-] • PE+(64): linker: Microsoft Linker(14.50**)[-] • Entropy: 6.71053 |
| Suspicious Functions |
| Library | Function | Description |
|---|---|---|
| NTDLL.DLL | NtCreateThreadEx | Creates a thread in the virtual address space of another process. |
| KERNEL32.DLL | CreateMutexW | Create a named or unnamed mutex object for controlling access to a shared resource. |
| KERNEL32.DLL | VirtualAlloc | Reserve, commit, or both, a region of memory within the virtual address space of a process. |
| KERNEL32.DLL | WriteFile | Writes data to a specified file or input/output (I/O) device. |
| KERNEL32.DLL | LoadLibraryA | Loads the specified module into the address space of the calling process. |
| KERNEL32.DLL | LoadLibraryW | Loads the specified module into the address space of the calling process. |
| KERNEL32.DLL | GetModuleHandleW | Retrieves a handle to the specified module. |
| KERNEL32.DLL | CreateToolhelp32Snapshot | Creates a snapshot of the specified processes, heaps, threads, and modules. |
| KERNEL32.DLL | CreateRemoteThread | Creates a thread in the address space of another process. |
| KERNEL32.DLL | WriteProcessMemory | Writes data to an area of memory in a specified process. |
| KERNEL32.DLL | ReadProcessMemory | Reads data from an area of memory in a specified process. |
| KERNEL32.DLL | GetProcAddress | Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL). |
| KERNEL32.DLL | DeleteFileA | Deletes an existing file. |
| KERNEL32.DLL | GetTempPathW | Retrieves the temporary directory path. |
| KERNEL32.DLL | CreateFileW | Creates or opens a file object. |
| KERNEL32.DLL | FindFirstFileW | Starts file and directory enumeration. |
| KERNEL32.DLL | FindNextFileW | Continues file and directory enumeration. |
| KERNEL32.DLL | FindClose | Closes a file search handle. |
| KERNEL32.DLL | GetThreadContext | Retrieves a thread execution context. |
| KERNEL32.DLL | CloseHandle | Closes an open object handle. |
| KERNEL32.DLL | UnmapViewOfFile | Unmaps a mapped file view. |
| KERNEL32.DLL | MapViewOfFile | Maps a file into memory. |
| KERNEL32.DLL | CreateFileMappingW | Creates a file mapping object. |
| KERNEL32.DLL | QueueUserAPC | Queues an APC for thread execution. |
| KERNEL32.DLL | CreateProcessW | Creates and starts a new process. |
| KERNEL32.DLL | ResumeThread | Resumes a suspended thread. |
| KERNEL32.DLL | CreateEventW | Creates or opens an event object. |
| KERNEL32.DLL | GetSystemInfo | Retrieves system hardware information. |
| KERNEL32.DLL | OpenProcess | Opens an existing process. |
| USER32.DLL | GetAsyncKeyState | Retrieves the status of a virtual key asynchronously. |
| Ws2_32.DLL | connect | Establish a connection to a specified socket. |
| Ws2_32.DLL | send | Sends data through a network socket. |
| ADVAPI32.DLL | OpenSCManagerW | Opens the Service Control Manager. |
| ADVAPI32.DLL | RegOpenKeyExW | Opens an existing registry key. |
| SHELL32.DLL | ShellExecuteW | Performs a run operation on a specific file. |
| SHELL32.DLL | ShellExecuteExW | Performs a run operation on a specific file. |
| Windows REG (UNICODE) |
| SYSTEM\CurrentControlSet\Services\ |
| File Access |
| AIWeavio.exe driver.exe cannot launch AIWeavioUpdater.exe cannot stage AIWeavioUpdater.exe AIWeavioUpdater.exe is missing next to AIWeavio.exe AIWeavioUpdater.exe .exe Module.exe 0xADDR or Module.exe READ] aiweavio_injector.exe ACCEL] aiweavio_injector.exe INJECT] aiweavio_injector.exe tar.exe tesseract.exe Failed to launch tesseract.exe \tesseract.exe memory.scope.exe api-ms-win-core-heap-l1-1-0.dll OLEAUT32.dll api-ms-win-core-winrt-error-l1-1-1.dll api-ms-win-core-winrt-l1-1-0.dll api-ms-win-core-interlocked-l1-1-0.dll api-ms-win-core-file-l2-1-0.dll api-ms-win-core-file-l1-2-2.dll api-ms-win-crt-environment-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll VCRUNTIME140_1.dll VCRUNTIME140.dll dbghelp.dll IMM32.dll HID.DLL SETUPAPI.dll COMCTL32.dll MSVCP140.dll ADVAPI32.dll GDI32.dll USER32.dll KERNEL32.dll opencv_world4140.dll api-ms-win-core-profile-l1-1-0.dll api-ms-win-core-localization-l1-2-0.dll api-ms-win-core-sysinfo-l1-2-0.dll api-ms-win-core-kernel32-legacy-l1-1-5.dll api-ms-win-core-heap-obsolete-l1-1-0.dll api-ms-win-service-management-l1-1-0.dll api-ms-win-core-registry-l1-1-0.dll api-ms-win-core-heap-l2-1-0.dll api-ms-win-security-base-l1-1-0.dll api-ms-win-core-toolhelp-l1-1-0.dll api-ms-win-core-wow64-l1-1-0.dll api-ms-win-core-memory-l1-1-0.dll api-ms-win-core-processthreads-l1-1-1.dll api-ms-win-core-file-l1-2-0.dll api-ms-win-core-file-l1-1-0.dll api-ms-win-core-processenvironment-l1-1-0.dll api-ms-win-core-sysinfo-l1-1-0.dll api-ms-win-core-psapi-l1-1-0.dll api-ms-win-core-processthreads-l1-1-0.dll api-ms-win-core-com-l1-1-0.dll api-ms-win-core-string-l1-1-0.dll api-ms-win-ntuser-sysparams-l1-1-0.dll api-ms-win-core-libraryloader-l1-2-1.dll api-ms-win-core-synch-l1-2-0.dll api-ms-win-core-libraryloader-l1-2-0.dll api-ms-win-core-synch-l1-1-0.dll api-ms-win-core-errorhandling-l1-1-0.dll api-ms-win-core-handle-l1-1-0.dll d3d11.dll CRYPT32.dll bcrypt.dll WS2_32.dll WINHTTP.dll SHELL32.dll COMDLG32.dll OPENGL32.dll OSMesa.dll libOSMesa.dll libGLESv2.dll GLESv2.dll libGLES_CM.dll GLESv1_CM.dll EGL.dll libEGL.dll Failed to load opengl32.dll ntdll.dll shcore.dll dwmapi.dll xinput1_1.dll xinput1_2.dll xinput9_1_0.dll xinput1_3.dll xinput1_4.dll dinput8.dll Failed to load user32.dll DRIVER] interception.dll DRIVER] LoadLibrary(interception.dll settings.memory.dll imgedit.scr node.debug.scr node.mouse.scr debug.scr mouse.scr vot.capture.scr .msi node.sys cat.Sys vot.training.bat .dat ParseFromArray(serialized.dat scheduler.node.dat vot.settings.dat vot.training.dat scheduler.inspector.dat @.dat models.log node.debug.log pin.Log debug.log .txt;*.csv;*.tsv;*.log dbg.log imgui_log.txt ppocr_keys_v1.txt .txt Save .txt labels/*.txt This removes every labels/*.txt dict.txt .txt ../models/embed/vocab.txt ./models/embed/vocab.txt models/embed/vocab.txt ../vendor/embedding/vocab.txt ./vendor/embedding/vocab.txt vendor/embedding/vocab.txt vendor/paddleocr/dict.txt imgui.ini .xls .zip dataset.zip produces dataset.zip dataset.zip (.zip Export dataset (.zip with zipfile.Zip No dataset.zip Upload the dataset.zip dataset.zip /content/dataset.zip /content/drive/MyDrive/AIWeavio/dataset.zip Colab training notebook + dataset.zip Cannot copy dataset.zip Temp |
| File Access (UNICODE) |
| /downloads/driver.exe AIWeavio.exe aiweavio_injector.exe tar.exe kernel32.dll interception.dll aiweavio_read.dll aiweavio_read_x86.dll aiweavio_accel.dll aiweavio_accel_x86.dll aiweavio_input.dll aiweavio_input_x86.dll ntdll.dll combase.dll winmm.dll INFO_UF2.TXT AppData UserProfile |
| SQL Queries |
| Select the next game window from a list |
| Interest's Words |
| PassWord <html <head <body <meta <title exec attrib start pause shutdown systeminfo ping dism expand replace route |
| Anti-VM/Sandbox/Debug Tricks |
| OllyDbg Libary - dbghelp.dll |
| URLs |
| http://www.w3.org/2000/svg http://127.0.0.1:11434/v1 http://127.0.0.1: https://github.com/tesseract-ocr/tessdata_fast/raw/main/ https://api.anthropic.com/v1/messages https://api.openai.com/v1/chat/completions https://api.openai.com/v1 https://api.deepseek.com/v1 https://example.com/webhook https://cp.aiweavio.com https://aiweavio.com/sign-up https://aiweavio.com/pricing https://github.com/ocornut/imgui/blob/master/docs/FAQ.mdqa-usage |
| URLs (UNICODE) |
| https://colab.research.google.com/ |
| IP Addresses |
| 127.0.0.1 |
| Strings/Hex Code Found With The File Rules |
| Rule Type | Encoding | Matched (Word) |
|---|---|---|
| Text | Ascii | Unicode escape - \u00 - (Common Unicode escape sequences) |
| Text | Ascii | Keyboard Key (Alt+) |
| Text | Ascii | Keyboard Key (Scroll) |
| Text | Ascii | Keyboard Key (DownArrow) |
| Text | Ascii | Keyboard Key (RightArrow) |
| Text | Ascii | Keyboard Key (UpArrow) |
| Text | Ascii | Keyboard Key (LeftArrow) |
| Text | Ascii | Keyboard Key (PageDown) |
| Text | Ascii | Keyboard Key (PageUp) |
| Text | Ascii | Keyboard Key (CapsLock) |
| Text | Ascii | Keyboard Key (Backspace) |
| Text | Ascii | Keyboard Key (Ctrl+S) |
| Text | Ascii | Malicious code executed after exploiting a vulnerability (Payload) |
| Text | Ascii | Software that records user activity (Logger) |
| Text | Ascii | Technique used to insert malicious code into legitimate processes (Inject) |
| Text | Ascii | Technique used to circumvent security measures (Bypass) |
| Entry Point | Hex Pattern | Microsoft Visual C++ 8.0 (DLL) |
| Resources |
| Path | DataRVA | Size | FileOffset | Code | Text |
|---|---|---|---|---|---|
| \ICON\1\1033 | 4970F0 | 1A68 | 48B2F0 | 2800000028000000500000000100200000000000001900000000000000000000000000000000000000000000000000000000 | (...(...P..... ................................... |
| \GROUP_ICON\1\1033 | 498B58 | 14 | 48CD58 | 0000010001002828000001002000681A00000100 | ......((.... .h..... |
| \24\1\1033 | 498B70 | 17D | 48CD70 | 3C3F786D6C2076657273696F6E3D27312E302720656E636F64696E673D275554462D3827207374616E64616C6F6E653D2779 | <?xml version=’1.0’ encoding=’UTF-8’ standalone=’y |
| Intelligent String |
| • api-ms-win-crt-string-l1-1-0.dll • api-ms-win-crt-stdio-l1-1-0.dll • api-ms-win-crt-runtime-l1-1-0.dll • api-ms-win-core-profile-l1-1-0.dll • api-ms-win-core-localization-l1-2-0.dll • api-ms-win-service-management-l1-1-0.dll • api-ms-win-core-registry-l1-1-0.dll • api-ms-win-core-heap-l2-1-0.dll • api-ms-win-security-base-l1-1-0.dll • api-ms-win-core-toolhelp-l1-1-0.dll • api-ms-win-core-wow64-l1-1-0.dll • api-ms-win-core-memory-l1-1-0.dll • api-ms-win-core-processthreads-l1-1-1.dll • api-ms-win-core-file-l1-2-0.dll • api-ms-win-core-file-l1-1-0.dll • api-ms-win-core-processenvironment-l1-1-0.dll • api-ms-win-core-psapi-l1-1-0.dll • api-ms-win-core-processthreads-l1-1-0.dll • api-ms-win-core-com-l1-1-0.dll • api-ms-win-core-string-l1-1-0.dll • xinput1_2.dll • xinput9_1_0.dll • ntdll.dll • winmm.dll • C:/Windows/Fonts/arial.ttf • C:/Windows/Fonts/arialbd.ttf • C:/Windows/Fonts/SegUIVar.ttf • C:/Windows/Fonts/segoeui.ttf • <svg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 24 width=24 height=24><g fill=none stroke=bd93f9 stroke-width=2.2 stroke-linecap=round stroke-linejoin=round><path d=M20 11 a8 8 0 1 0 -1.5 5<path d=M20 4 v6 h-6</g></svg>bico_btn • dbg.f.all • ai.sub • month.may • invalid string: control character U+0000 (NUL) must be escaped to \u0000 • invalid string: control character U+0001 (SOH) must be escaped to \u0001 • invalid string: control character U+0002 (STX) must be escaped to \u0002 • invalid string: control character U+0003 (ETX) must be escaped to \u0003 • invalid string: control character U+0004 (EOT) must be escaped to \u0004 • invalid string: control character U+0005 (ENQ) must be escaped to \u0005 • invalid string: control character U+0006 (ACK) must be escaped to \u0006 • invalid string: control character U+0007 (BEL) must be escaped to \u0007 • invalid string: control character U+0008 (BS) must be escaped to \u0008 or \b • invalid string: control character U+0009 (HT) must be escaped to \u0009 or \t • invalid string: control character U+000A (LF) must be escaped to \u000A or \n • invalid string: control character U+000B (VT) must be escaped to \u000B • invalid string: control character U+000C (FF) must be escaped to \u000C or \f • invalid string: control character U+000D (CR) must be escaped to \u000D or \r • invalid string: control character U+000E (SO) must be escaped to \u000E • invalid string: control character U+000F (SI) must be escaped to \u000F • invalid string: control character U+0010 (DLE) must be escaped to \u0010 • invalid string: control character U+0011 (DC1) must be escaped to \u0011 • invalid string: control character U+0012 (DC2) must be escaped to \u0012 • invalid string: control character U+0013 (DC3) must be escaped to \u0013 • invalid string: control character U+0014 (DC4) must be escaped to \u0014 • invalid string: control character U+0015 (NAK) must be escaped to \u0015 • invalid string: control character U+0016 (SYN) must be escaped to \u0016 • invalid string: control character U+0017 (ETB) must be escaped to \u0017 • invalid string: control character U+0018 (CAN) must be escaped to \u0018 • invalid string: control character U+0019 (EM) must be escaped to \u0019 • invalid string: control character U+001A (SUB) must be escaped to \u001A • invalid string: control character U+001B (ESC) must be escaped to \u001B • invalid string: control character U+001C (FS) must be escaped to \u001C • invalid string: control character U+001D (GS) must be escaped to \u001D • invalid string: control character U+001E (RS) must be escaped to \u001E • invalid string: control character U+001F (US) must be escaped to \u001Finvalid string: ill-formed UTF-8 byte • detect.sub • detect.nms • detect.rgb • detect.fps • dataset.zip • C:\OpenCV413\install\include\opencv2/core/mat.inl.hpp • Text*.txt • https://api.anthropic.com/v1/messages • https://api.openai.com/v1/chat/completions • Classifier ONNXempty = vendor/paddleocr/dict.txt • memory.scan.actbar.open.tip • memory.scope.cow • memory.empty.sub • memory.fw.col.rip • memory.ptr.maxResults.tip • memory.viewer.fwd • memory.viewer.bpr • memory.viewer.paused.tip • memory.viewer.live.tip • memory.viewer.pin • pro.gate.esp • ://http • www.gstatic.com • pro.gate.ocr • common.new • scenarios.titlescenarios.sub • settings.sub • 127.0.0.1 • settings.capture.wgc • bool.and • https://api.openai.com/v1 • https://api.deepseek.com/v1 • http://127.0.0.1:11434/v1 • groq.com • 6. Work incrementally: prefer short plan -> script -> short result. Do not wait to dump a huge explanation when a staged answer is clearer. • vendor/embedding/pad.pad • ./vendor/embedding/pad.pad • ../vendor/embedding/pad.pad • ../../vendor/embedding/pad.pad • vendor/embedding/vocab.txt • ./vendor/embedding/vocab.txt • ../vendor/embedding/vocab.txt • ../../vendor/embedding/vocab.txt • models/embed/vocab.txt • ./models/embed/vocab.txt • ../models/embed/vocab.txt • var.get • math.add • Max.math.min • math.max • math.abs • bool.not • vec2.add • json.get • debug.log • .Max • timeoutscreenshot.png • https://example.com/webhook • search.hintqsearch.all • search.fav • C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\cppwinrt\winrt/base.h • C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\cppwinrt\winrt/Windows.Globalization.h • C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\cppwinrt\winrt/Windows.Graphics.Imaging.h • C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\cppwinrt\winrt/Windows.Media.Ocr.h • C:\vscode-projectes\AIWeavio\src\ocr\ocr_engine.cpp • tesseract.exe • \tesseract.exe • .png • .txt • .tsv • Failed to launch tesseract.exe (CreateProcess error • tesseract.exe timed out after 30s • tesseract.exe exited with code tesseract produced no TSV file • dict.txt • combase.dll • .dll • C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\cppwinrt\winrt/Windows.Foundation.Metadata.h • C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\cppwinrt\winrt/Windows.Graphics.Capture.h • cap_%04d%02d%02d_%02d%02d%02d_%03lld.png • .jpg • .bmp • yaml.safe_dump(ds, f, sort_keys=False, allow_unicode=True) • path: /content/dataset • tar.exe -a -cf " • Windows 10 1803+ required for built-in zip supporttar.exe exited with code • tar.exe finished OK but • rejected .tmp • read.tag • .xls • aiweavio_input_x86.dll • aiweavio_input.dll • aiweavio_injector.exe • [INJECT] aiweavio_injector.exe not found at %ls • aiweavio_accel_x86.dll • aiweavio_accel.dll • [ACCEL] aiweavio_injector.exe not found at %ls • aiweavio_read_x86.dll • aiweavio_read.dll • [READ] aiweavio_injector.exe not found at %ls • components.tag • node.var.set • node.var.get • node.debug.log • node.math.add • node.bool.and • node.bool.not • node.vec2.add • Vec2node.time.now • models.sub • models.log • vot.models.use • common.off • Save .txt • feature.name.vod • feature.name.ocr • confirm.yes • https://cp.aiweavio.comdesktop_app • https://aiweavio.com/sign-up • https://aiweavio.com/pricing • .exe • .msi • .msixbundle.zip • AIWeavioUpdater.exe • AIWeavioUpdater.exe is missing next to AIWeavio.exe • AIWeavio.exe • cannot launch AIWeavioUpdater.exe • aiweavio.com • /downloads/driver.exe • interception.dll • driver.exe • runas • INFO_UF2.TXT • imgui.ini • imgui_log.txt • (Hold Ctrl to: https://github.com/ocornut/imgui/blob/master/docs/FAQ.mdqa-usage • ProggyClean.ttfProggyForever.ttf • R:%0.3fG:%0.3fB:%0.3fA:%0.3fH:%0.3fS:%0.3fV:%0.3fM:0.000M:000 • opengl32.dll • user32.dll • dinput8.dll • xinput1_4.dll • xinput1_3.dll • xinput1_1.dll • dwmapi.dll • libEGL.dll • libOSMesa.dll • OSMesa.dll • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\..\third_party\absl/status/status_builder.h • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\sentencepiece_processor.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\filesystem.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\protobuf-lite\arena.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\protobuf-lite\message_lite.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\protobuf-lite\repeated_field.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\protobuf-lite\generated_message_util.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:876: exception: failed to build rank index: std::bad_alloc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1175: exception: failed to insert key: negative value • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1177: exception: failed to insert key: zero-length key • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1191: exception: failed to insert key: invalid null character • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1196: exception: failed to insert key: wrong key order • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1414: exception: failed to modify unit: too large offset3A@ • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\normalizer.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:737: exception: failed to resize pool: std::bad_alloc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1760: exception: failed to build double-array: invalid null character • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1762: exception: failed to build double-array: negative value • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party/darts_clone/darts.h:1777: exception: failed to build double-array: wrong key order • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\model_interface.h • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\model_interface.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\model_factory.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\builtin_pb\sentencepiece.pb.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\protobuf-lite\common.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\protobuf-lite\extension_set.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\..\third_party\protobuf-lite\google/protobuf/arena.hCHECK failed: (num_elements) <= (std::numeric_limits<size_t>::max() / sizeof(T)): • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\..\third_party\protobuf-lite\google/protobuf/extension_set_inl.h • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\src\unigram_model.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl\status\status_builder.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl\log\internal\log_sink_set.ccDuplicate log sinks are not supported • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl\synchronization\blocking_counter.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl\synchronization\internal\win32_waiter.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl/base/internal/spinlock.h • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl\base\internal\low_level_alloc.cc • C:\vscode-projectes\AIWeavio\third_party\sentencepiece\third_party\abseil-cpp\absl\random\internal\seed_material.cc • kernel32.dll • .tls • .bss • OPENGL32.dll • COMDLG32.dll • CRYPT32.dll • api-ms-win-core-synch-l1-1-0.dll • api-ms-win-core-libraryloader-l1-2-0.dll • api-ms-win-core-synch-l1-2-0.dll • api-ms-win-core-libraryloader-l1-2-1.dll • api-ms-win-ntuser-sysparams-l1-1-0.dll • api-ms-win-core-sysinfo-l1-1-0.dll • api-ms-win-core-heap-obsolete-l1-1-0.dll • api-ms-win-core-kernel32-legacy-l1-1-5.dll • api-ms-win-core-sysinfo-l1-2-0.dll • KERNEL32.dll • SETUPAPI.dll • VCRUNTIME140_1.dll • _aligned_mallocapi-ms-win-crt-heap-l1-1-0.dll • api-ms-win-crt-math-l1-1-0.dll • api-ms-win-crt-filesystem-l1-1-0.dll • api-ms-win-crt-convert-l1-1-0.dll • api-ms-win-crt-utility-l1-1-0.dll • api-ms-win-crt-time-l1-1-0.dll • api-ms-win-crt-locale-l1-1-0.dll • api-ms-win-core-winrt-l1-1-0.dll • api-ms-win-core-winrt-error-l1-1-1.dll • OLEAUT32.dll • api-ms-win-core-heap-l1-1-0.dll |
| Flow Anomalies |
| Offset | FlowVA | Section | Description |
|---|---|---|---|
| FE3 | N/A | .text | CALL QWORD PTR [RIP+0x3668C7] |
| 5B7D | N/A | .text | CALL QWORD PTR [RIP+0x361BE5] |
| 6874 | N/A | .text | CALL QWORD PTR [RIP+0x360EEE] |
| 68DA | N/A | .text | CALL QWORD PTR [RIP+0x360E88] |
| 75D2 | N/A | .text | CALL QWORD PTR [RIP+0x35F978] |
| 76FB | N/A | .text | CALL QWORD PTR [RIP+0x35F7D7] |
| 7753 | N/A | .text | CALL QWORD PTR [RIP+0x35F7DF] |
| 78D4 | N/A | .text | CALL QWORD PTR [RIP+0x35F5F6] |
| 7966 | N/A | .text | CALL QWORD PTR [RIP+0x35F92C] |
| 7AE5 | N/A | .text | CALL QWORD PTR [RIP+0x35FE25] |
| 7C3F | N/A | .text | CALL QWORD PTR [RIP+0x35F843] |
| 7CBF | N/A | .text | CALL QWORD PTR [RIP+0x35F27B] |
| 7CCF | N/A | .text | CALL QWORD PTR [RIP+0x35F44B] |
| 7CFB | N/A | .text | CALL QWORD PTR [RIP+0x35F23F] |
| 7D04 | N/A | .text | CALL QWORD PTR [RIP+0x35F4F6] |
| 7DE5 | N/A | .text | CALL QWORD PTR [RIP+0x35F415] |
| 801A | N/A | .text | CALL QWORD PTR [RIP+0x35F2B0] |
| 8036 | N/A | .text | CALL QWORD PTR [RIP+0x35F254] |
| 8051 | N/A | .text | CALL QWORD PTR [RIP+0x35F239] |
| 87B8 | N/A | .text | CALL QWORD PTR [RIP+0x35ECEA] |
| 89A0 | N/A | .text | CALL QWORD PTR [RIP+0x35E59A] |
| 8A2B | N/A | .text | CALL QWORD PTR [RIP+0x35E4A7] |
| 8A59 | N/A | .text | CALL QWORD PTR [RIP+0x35E4D1] |
| 8A85 | N/A | .text | CALL QWORD PTR [RIP+0x35E495] |
| 8AE0 | N/A | .text | CALL QWORD PTR [RIP+0x35E7C2] |
| 8AEE | N/A | .text | CALL QWORD PTR [RIP+0x35EF14] |
| 8AFB | N/A | .text | CALL QWORD PTR [RIP+0x35EF07] |
| 8B1B | N/A | .text | CALL QWORD PTR [RIP+0x35E3EF] |
| 8B2D | N/A | .text | CALL QWORD PTR [RIP+0x35EED5] |
| 8B3A | N/A | .text | CALL QWORD PTR [RIP+0x35EEC8] |
| 8B5A | N/A | .text | CALL QWORD PTR [RIP+0x35E3B0] |
| 8D9E | N/A | .text | CALL QWORD PTR [RIP+0x35E52C] |
| 8DBA | N/A | .text | CALL QWORD PTR [RIP+0x35E4D0] |
| 8DD5 | N/A | .text | CALL QWORD PTR [RIP+0x35E4B5] |
| 8E9A | N/A | .text | CALL QWORD PTR [RIP+0x35E080] |
| 8EAE | N/A | .text | CALL QWORD PTR [RIP+0x35E064] |
| 8EC7 | N/A | .text | CALL QWORD PTR [RIP+0x35E04B] |
| 8F4A | N/A | .text | CALL QWORD PTR [RIP+0x35E348] |
| 9133 | N/A | .text | CALL QWORD PTR [RIP+0x35E7D7] |
| 916A | N/A | .text | CALL QWORD PTR [RIP+0x35E2F0] |
| 917C | N/A | .text | CALL QWORD PTR [RIP+0x35E07E] |
| 9243 | N/A | .text | CALL QWORD PTR [RIP+0x35E677] |
| 928B | N/A | .text | CALL QWORD PTR [RIP+0x35DC57] |
| 92A2 | N/A | .text | CALL QWORD PTR [RIP+0x35DC60] |
| 9470 | N/A | .text | CALL QWORD PTR [RIP+0x35DE32] |
| 947E | N/A | .text | CALL QWORD PTR [RIP+0x35E584] |
| 948B | N/A | .text | CALL QWORD PTR [RIP+0x35E577] |
| 94AB | N/A | .text | CALL QWORD PTR [RIP+0x35DA5F] |
| 94B9 | N/A | .text | CALL QWORD PTR [RIP+0x35E549] |
| 94C6 | N/A | .text | CALL QWORD PTR [RIP+0x35E53C] |
| 94E6 | N/A | .text | CALL QWORD PTR [RIP+0x35DA24] |
| 950A | N/A | .text | CALL QWORD PTR [RIP+0x35D9F8] |
| 9528 | N/A | .text | CALL QWORD PTR [RIP+0x35D9DA] |
| 9643 | N/A | .text | CALL QWORD PTR [RIP+0x35D8B7] |
| 964C | N/A | .text | CALL QWORD PTR [RIP+0x35D876] |
| 9859 | N/A | .text | CALL QWORD PTR [RIP+0x35D691] |
| 9909 | N/A | .text | CALL QWORD PTR [RIP+0x35D2A9] |
| 9913 | N/A | .text | CALL QWORD PTR [RIP+0x35D2AF] |
| 992B | N/A | .text | CALL QWORD PTR [RIP+0x35D28F] |
| 9A24 | N/A | .text | CALL QWORD PTR [RIP+0x35D1A6] |
| 9A2D | N/A | .text | CALL QWORD PTR [RIP+0x35D17D] |
| 9A46 | N/A | .text | CALL QWORD PTR [RIP+0x35D494] |
| 9A8B | N/A | .text | CALL QWORD PTR [RIP+0x35D497] |
| 9AE2 | N/A | .text | CALL QWORD PTR [RIP+0x35D3F8] |
| 9AFD | N/A | .text | CALL QWORD PTR [RIP+0x35D0B5] |
| 9BC9 | N/A | .text | CALL QWORD PTR [RIP+0x35D329] |
| 9CEB | N/A | .text | CALL QWORD PTR [RIP+0x35C847] |
| 9CFD | N/A | .text | CALL QWORD PTR [RIP+0x35D055] |
| 9DBE | N/A | .text | CALL QWORD PTR [RIP+0x4680CC] |
| 9DE4 | N/A | .text | CALL QWORD PTR [RIP+0x467F16] |
| 9DEF | N/A | .text | CALL QWORD PTR [RIP+0x467F03] |
| A772 | N/A | .text | CALL QWORD PTR [RIP+0x35D148] |
| BA2B | N/A | .text | CALL QWORD PTR [RIP+0x35B1A7] |
| BA82 | N/A | .text | CALL QWORD PTR [RIP+0x35A9B8] |
| BC1D | N/A | .text | CALL QWORD PTR [RIP+0x35AFB5] |
| BC95 | N/A | .text | CALL QWORD PTR [RIP+0x35A7AD] |
| BE3D | N/A | .text | CALL QWORD PTR [RIP+0x35AD95] |
| BE75 | N/A | .text | CALL QWORD PTR [RIP+0x35ACE5] |
| BEB4 | N/A | .text | CALL QWORD PTR [RIP+0x35ACAE] |
| BEBF | N/A | .text | CALL QWORD PTR [RIP+0x35B23B] |
| C16F | N/A | .text | CALL QWORD PTR [RIP+0x35B2C3] |
| C1F9 | N/A | .text | CALL QWORD PTR [RIP+0x35B239] |
| C807 | N/A | .text | CALL QWORD PTR [RIP+0x35AC33] |
| C892 | N/A | .text | CALL QWORD PTR [RIP+0x35ABA8] |
| EC4D | N/A | .text | CALL QWORD PTR [RIP+0x3582E5] |
| EDC1 | N/A | .text | CALL QWORD PTR [RIP+0x357E19] |
| EDD2 | N/A | .text | CALL QWORD PTR [RIP+0x357E18] |
| EE17 | N/A | .text | CALL QWORD PTR [RIP+0x357DCB] |
| EED7 | N/A | .text | CALL QWORD PTR [RIP+0x35855B] |
| EF29 | N/A | .text | CALL QWORD PTR [RIP+0x358509] |
| F1BA | N/A | .text | CALL QWORD PTR [RIP+0x3579D0] |
| F492 | N/A | .text | CALL QWORD PTR [RIP+0x3584C0] |
| F49F | N/A | .text | CALL QWORD PTR [RIP+0x3576EB] |
| F4CC | N/A | .text | CALL QWORD PTR [RIP+0x3576BE] |
| F56B | N/A | .text | CALL QWORD PTR [RIP+0x35761F] |
| F689 | N/A | .text | CALL QWORD PTR [RIP+0x357529] |
| F68F | N/A | .text | CALL QWORD PTR [RIP+0x35756B] |
| F6F4 | N/A | .text | CALL QWORD PTR [RIP+0x357526] |
| F712 | N/A | .text | CALL QWORD PTR [RIP+0x357508] |
| F73B | N/A | .text | CALL QWORD PTR [RIP+0x356DDF] |
| 367650 | 14034123C | .rdata | TLS Callback | Pointer to 34123C - 0x34063C .text |
| 367658 | 140341108 | .rdata | TLS Callback | Pointer to 341108 - 0x340508 .text |
| 46DA00 | 140001000 | .pdata | ExceptionHook | Pointer to 1000 - 0x400 .text + UnwindInfo: .rdata |
| 46DA0C | 1400010B0 | .pdata | ExceptionHook | Pointer to 10B0 - 0x4B0 .text + UnwindInfo: .rdata |
| 46DA18 | 140001100 | .pdata | ExceptionHook | Pointer to 1100 - 0x500 .text + UnwindInfo: .rdata |
| 46DA24 | 140001180 | .pdata | ExceptionHook | Pointer to 1180 - 0x580 .text + UnwindInfo: .rdata |
| 46DA30 | 1400012F0 | .pdata | ExceptionHook | Pointer to 12F0 - 0x6F0 .text + UnwindInfo: .rdata |
| 46DA3C | 140001350 | .pdata | ExceptionHook | Pointer to 1350 - 0x750 .text + UnwindInfo: .rdata |
| 46DA48 | 140001450 | .pdata | ExceptionHook | Pointer to 1450 - 0x850 .text + UnwindInfo: .rdata |
| 46DA54 | 14000149F | .pdata | ExceptionHook | Pointer to 149F - 0x89F .text + UnwindInfo: .rdata |
| 46DA60 | 14000153D | .pdata | ExceptionHook | Pointer to 153D - 0x93D .text + UnwindInfo: .rdata |
| 46DA6C | 140001543 | .pdata | ExceptionHook | Pointer to 1543 - 0x943 .text + UnwindInfo: .rdata |
| 46DA78 | 140001550 | .pdata | ExceptionHook | Pointer to 1550 - 0x950 .text + UnwindInfo: .rdata |
| 46DA84 | 14000157A | .pdata | ExceptionHook | Pointer to 157A - 0x97A .text + UnwindInfo: .rdata |
| 46DA90 | 1400015AB | .pdata | ExceptionHook | Pointer to 15AB - 0x9AB .text + UnwindInfo: .rdata |
| 46DA9C | 140001653 | .pdata | ExceptionHook | Pointer to 1653 - 0xA53 .text + UnwindInfo: .rdata |
| 46DAA8 | 140001667 | .pdata | ExceptionHook | Pointer to 1667 - 0xA67 .text + UnwindInfo: .rdata |
| 46DAB4 | 14000166D | .pdata | ExceptionHook | Pointer to 166D - 0xA6D .text + UnwindInfo: .rdata |
| 46DAC0 | 140001680 | .pdata | ExceptionHook | Pointer to 1680 - 0xA80 .text + UnwindInfo: .rdata |
| 46DACC | 1400016C0 | .pdata | ExceptionHook | Pointer to 16C0 - 0xAC0 .text + UnwindInfo: .rdata |
| 46DAD8 | 1400016D3 | .pdata | ExceptionHook | Pointer to 16D3 - 0xAD3 .text + UnwindInfo: .rdata |
| 46DAE4 | 140001845 | .pdata | ExceptionHook | Pointer to 1845 - 0xC45 .text + UnwindInfo: .rdata |
| 46DAF0 | 140001846 | .pdata | ExceptionHook | Pointer to 1846 - 0xC46 .text + UnwindInfo: .rdata |
| 46DAFC | 140001850 | .pdata | ExceptionHook | Pointer to 1850 - 0xC50 .text + UnwindInfo: .rdata |
| 46DB08 | 1400018C0 | .pdata | ExceptionHook | Pointer to 18C0 - 0xCC0 .text + UnwindInfo: .rdata |
| 46DB14 | 140001920 | .pdata | ExceptionHook | Pointer to 1920 - 0xD20 .text + UnwindInfo: .rdata |
| 46DB20 | 14000193F | .pdata | ExceptionHook | Pointer to 193F - 0xD3F .text + UnwindInfo: .rdata |
| 46DB2C | 140001986 | .pdata | ExceptionHook | Pointer to 1986 - 0xD86 .text + UnwindInfo: .rdata |
| 46DB38 | 1400019A0 | .pdata | ExceptionHook | Pointer to 19A0 - 0xDA0 .text + UnwindInfo: .rdata |
| 46DB44 | 1400019D9 | .pdata | ExceptionHook | Pointer to 19D9 - 0xDD9 .text + UnwindInfo: .rdata |
| 46DB50 | 1400019FD | .pdata | ExceptionHook | Pointer to 19FD - 0xDFD .text + UnwindInfo: .rdata |
| 46DB5C | 140001A30 | .pdata | ExceptionHook | Pointer to 1A30 - 0xE30 .text + UnwindInfo: .rdata |
| 46DB68 | 140001BA0 | .pdata | ExceptionHook | Pointer to 1BA0 - 0xFA0 .text + UnwindInfo: .rdata |
| 46DB74 | 140001C00 | .pdata | ExceptionHook | Pointer to 1C00 - 0x1000 .text + UnwindInfo: .rdata |
| 46DB80 | 140001C70 | .pdata | ExceptionHook | Pointer to 1C70 - 0x1070 .text + UnwindInfo: .rdata |
| 46DB8C | 140001D90 | .pdata | ExceptionHook | Pointer to 1D90 - 0x1190 .text + UnwindInfo: .rdata |
| 46DB98 | 140001EB0 | .pdata | ExceptionHook | Pointer to 1EB0 - 0x12B0 .text + UnwindInfo: .rdata |
| 46DBA4 | 140001FD0 | .pdata | ExceptionHook | Pointer to 1FD0 - 0x13D0 .text + UnwindInfo: .rdata |
| 46DBB0 | 140002150 | .pdata | ExceptionHook | Pointer to 2150 - 0x1550 .text + UnwindInfo: .rdata |
| 46DBBC | 1400024B0 | .pdata | ExceptionHook | Pointer to 24B0 - 0x18B0 .text + UnwindInfo: .rdata |
| 46DBC8 | 140002F50 | .pdata | ExceptionHook | Pointer to 2F50 - 0x2350 .text + UnwindInfo: .rdata |
| 46DBD4 | 140003160 | .pdata | ExceptionHook | Pointer to 3160 - 0x2560 .text + UnwindInfo: .rdata |
| 46DBE0 | 140003940 | .pdata | ExceptionHook | Pointer to 3940 - 0x2D40 .text + UnwindInfo: .rdata |
| 46DBEC | 140003C30 | .pdata | ExceptionHook | Pointer to 3C30 - 0x3030 .text + UnwindInfo: .rdata |
| 46DBF8 | 140004000 | .pdata | ExceptionHook | Pointer to 4000 - 0x3400 .text + UnwindInfo: .rdata |
| 46DC04 | 1400041C0 | .pdata | ExceptionHook | Pointer to 41C0 - 0x35C0 .text + UnwindInfo: .rdata |
| 46DC10 | 1400045A0 | .pdata | ExceptionHook | Pointer to 45A0 - 0x39A0 .text + UnwindInfo: .rdata |
| 46DC1C | 140004CA0 | .pdata | ExceptionHook | Pointer to 4CA0 - 0x40A0 .text + UnwindInfo: .rdata |
| 46DC28 | 140004CE0 | .pdata | ExceptionHook | Pointer to 4CE0 - 0x40E0 .text + UnwindInfo: .rdata |
| 46DC34 | 140004D50 | .pdata | ExceptionHook | Pointer to 4D50 - 0x4150 .text + UnwindInfo: .rdata |
| 46DC40 | 140004D90 | .pdata | ExceptionHook | Pointer to 4D90 - 0x4190 .text + UnwindInfo: .rdata |
| 46DC4C | 140004DC0 | .pdata | ExceptionHook | Pointer to 4DC0 - 0x41C0 .text + UnwindInfo: .rdata |
| 46DC58 | 140004DE0 | .pdata | ExceptionHook | Pointer to 4DE0 - 0x41E0 .text + UnwindInfo: .rdata |
| 46DC64 | 140004E70 | .pdata | ExceptionHook | Pointer to 4E70 - 0x4270 .text + UnwindInfo: .rdata |
| 46DC70 | 140004ED1 | .pdata | ExceptionHook | Pointer to 4ED1 - 0x42D1 .text + UnwindInfo: .rdata |
| 46DC7C | 140004F1D | .pdata | ExceptionHook | Pointer to 4F1D - 0x431D .text + UnwindInfo: .rdata |
| 46DC88 | 140004F70 | .pdata | ExceptionHook | Pointer to 4F70 - 0x4370 .text + UnwindInfo: .rdata |
| 46DC94 | 140004FD1 | .pdata | ExceptionHook | Pointer to 4FD1 - 0x43D1 .text + UnwindInfo: .rdata |
| 46DCA0 | 14000501D | .pdata | ExceptionHook | Pointer to 501D - 0x441D .text + UnwindInfo: .rdata |
| 46DCAC | 140005070 | .pdata | ExceptionHook | Pointer to 5070 - 0x4470 .text + UnwindInfo: .rdata |
| 46DCB8 | 14000508F | .pdata | ExceptionHook | Pointer to 508F - 0x448F .text + UnwindInfo: .rdata |
| 46DCC4 | 1400050BA | .pdata | ExceptionHook | Pointer to 50BA - 0x44BA .text + UnwindInfo: .rdata |
| 46DCD0 | 1400050D0 | .pdata | ExceptionHook | Pointer to 50D0 - 0x44D0 .text + UnwindInfo: .rdata |
| 46DCDC | 1400050EF | .pdata | ExceptionHook | Pointer to 50EF - 0x44EF .text + UnwindInfo: .rdata |
| 46DCE8 | 14000511A | .pdata | ExceptionHook | Pointer to 511A - 0x451A .text + UnwindInfo: .rdata |
| 46DCF4 | 140005130 | .pdata | ExceptionHook | Pointer to 5130 - 0x4530 .text + UnwindInfo: .rdata |
| 46DD00 | 140005154 | .pdata | ExceptionHook | Pointer to 5154 - 0x4554 .text + UnwindInfo: .rdata |
| 46DD0C | 140005194 | .pdata | ExceptionHook | Pointer to 5194 - 0x4594 .text + UnwindInfo: .rdata |
| 46DD18 | 1400051B0 | .pdata | ExceptionHook | Pointer to 51B0 - 0x45B0 .text + UnwindInfo: .rdata |
| 46DD24 | 1400051D3 | .pdata | ExceptionHook | Pointer to 51D3 - 0x45D3 .text + UnwindInfo: .rdata |
| 46DD30 | 140005218 | .pdata | ExceptionHook | Pointer to 5218 - 0x4618 .text + UnwindInfo: .rdata |
| 46DD3C | 140005230 | .pdata | ExceptionHook | Pointer to 5230 - 0x4630 .text + UnwindInfo: .rdata |
| 46DD48 | 140005253 | .pdata | ExceptionHook | Pointer to 5253 - 0x4653 .text + UnwindInfo: .rdata |
| 46DD54 | 140005286 | .pdata | ExceptionHook | Pointer to 5286 - 0x4686 .text + UnwindInfo: .rdata |
| 46DD60 | 1400052A0 | .pdata | ExceptionHook | Pointer to 52A0 - 0x46A0 .text + UnwindInfo: .rdata |
| 46DD6C | 1400052C4 | .pdata | ExceptionHook | Pointer to 52C4 - 0x46C4 .text + UnwindInfo: .rdata |
| 46DD78 | 140005319 | .pdata | ExceptionHook | Pointer to 5319 - 0x4719 .text + UnwindInfo: .rdata |
| 46DD84 | 140005340 | .pdata | ExceptionHook | Pointer to 5340 - 0x4740 .text + UnwindInfo: .rdata |
| 46DD90 | 140005363 | .pdata | ExceptionHook | Pointer to 5363 - 0x4763 .text + UnwindInfo: .rdata |
| 46DD9C | 140005396 | .pdata | ExceptionHook | Pointer to 5396 - 0x4796 .text + UnwindInfo: .rdata |
| 46DDA8 | 1400053B0 | .pdata | ExceptionHook | Pointer to 53B0 - 0x47B0 .text + UnwindInfo: .rdata |
| 46DDB4 | 140005410 | .pdata | ExceptionHook | Pointer to 5410 - 0x4810 .text + UnwindInfo: .rdata |
| 46DDC0 | 140005440 | .pdata | ExceptionHook | Pointer to 5440 - 0x4840 .text + UnwindInfo: .rdata |
| 46DDCC | 14000544F | .pdata | ExceptionHook | Pointer to 544F - 0x484F .text + UnwindInfo: .rdata |
| 46DDD8 | 140005485 | .pdata | ExceptionHook | Pointer to 5485 - 0x4885 .text + UnwindInfo: .rdata |
| 46DDE4 | 1400054B0 | .pdata | ExceptionHook | Pointer to 54B0 - 0x48B0 .text + UnwindInfo: .rdata |
| 46DDF0 | 1400054D9 | .pdata | ExceptionHook | Pointer to 54D9 - 0x48D9 .text + UnwindInfo: .rdata |
| 46DDFC | 1400054FA | .pdata | ExceptionHook | Pointer to 54FA - 0x48FA .text + UnwindInfo: .rdata |
| 46DE08 | 140005510 | .pdata | ExceptionHook | Pointer to 5510 - 0x4910 .text + UnwindInfo: .rdata |
| 46DE14 | 140005539 | .pdata | ExceptionHook | Pointer to 5539 - 0x4939 .text + UnwindInfo: .rdata |
| 46DE20 | 14000555A | .pdata | ExceptionHook | Pointer to 555A - 0x495A .text + UnwindInfo: .rdata |
| 46DE2C | 140005570 | .pdata | ExceptionHook | Pointer to 5570 - 0x4970 .text + UnwindInfo: .rdata |
| 46DE38 | 140005590 | .pdata | ExceptionHook | Pointer to 5590 - 0x4990 .text + UnwindInfo: .rdata |
| 46DE44 | 1400055B0 | .pdata | ExceptionHook | Pointer to 55B0 - 0x49B0 .text + UnwindInfo: .rdata |
| 46DE50 | 1400055D0 | .pdata | ExceptionHook | Pointer to 55D0 - 0x49D0 .text + UnwindInfo: .rdata |
| 46DE5C | 140005630 | .pdata | ExceptionHook | Pointer to 5630 - 0x4A30 .text + UnwindInfo: .rdata |
| 46DE68 | 1400056A0 | .pdata | ExceptionHook | Pointer to 56A0 - 0x4AA0 .text + UnwindInfo: .rdata |
| 46DE74 | 1400056B9 | .pdata | ExceptionHook | Pointer to 56B9 - 0x4AB9 .text + UnwindInfo: .rdata |
| 46DE80 | 14000572F | .pdata | ExceptionHook | Pointer to 572F - 0x4B2F .text + UnwindInfo: .rdata |
| 46DE8C | 140005770 | .pdata | ExceptionHook | Pointer to 5770 - 0x4B70 .text + UnwindInfo: .rdata |
| 46DE98 | 1400057D0 | .pdata | ExceptionHook | Pointer to 57D0 - 0x4BD0 .text + UnwindInfo: .rdata |
| 46DEA4 | 140005860 | .pdata | ExceptionHook | Pointer to 5860 - 0x4C60 .text + UnwindInfo: .rdata |
| Extra Analysis |
| Metric | Value | Percentage |
|---|---|---|
| Ascii Code | 3109324 | 64,9438% |
| Null Byte Code | 661017 | 13,8065% |
© 2026 All rights reserved.