EventCleaner
A tool mainly to erase specified records from Windows event logs, with additional functionalities.
EventCleaner suspend
suspends logging threads of the windows event log service, after which no logs will be recorded
暂停日志线程,停止日志记录
EventCleaner normal
resumes logging threads of the windows event log service
恢复日志线程
EventCleaner closehandle
frees handle acquired exclusively by the windows event log service to security.evtx,
so that we can manipulate the file
解除 security.evtx的文件占坑
EventCleaner 100
remove the log with id 100
删除 event record id 为 100 的日志
How to use:
- EventCleaner closehandle
- EventCleaner 100
- EventCleaner suspend
- do anything without worrying about logs
- EventCleaner normal
- delete EventCleaner
by pr0mise @ 360 A-TEAM
Thanks for the help from darkray & Drknight
Screenshots