EvtSeek used by winlogbeats go wrong when arch is 386

Hi, I found there is a bug in _EvtSeek. position is int64, but in 386, it must call
syscall.Syscall6(procEvtSeek.Addr(), 6, uintptr(resultSet), uintptr(position), uintptr(position>>32), uintptr(bookmark), uintptr(timeout), uintptr(flags)) to work right.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.