RaidEnMei
RaidEnMei
I met a problem in parsing. ``` File "C:\Program Files\Python37\lib\site-packages\Evtx\Nodes.py", line 1555, in string raise ParseException("Error parsing uneven substring of NULLs") Evtx.BinaryParser.ParseException: Parse Exception(Error parsing uneven substring of NULLs) ```...
``` // cargo +stable-i686-pc-windows-msvc run use std::ffi::c_void; use windows::{ core::PCSTR, s, Win32::{ Foundation::HWND, System::{ Diagnostics::Debug::{ReadProcessMemory, WriteProcessMemory}, LibraryLoader::{GetProcAddress, LoadLibraryA}, Threading::GetCurrentProcess, }, UI::WindowsAndMessaging::{MessageBoxA, MESSAGEBOX_RESULT, MESSAGEBOX_STYLE}, }, }; static mut MESSAGE_BOX_ORIGINAL_BYTES: [u8; 12]...