Skip to content

Commit c405752

Browse files
committed
move Options field DisableSysmon after DisableWatchdog.
1 parent ca99c11 commit c405752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ func main() {
2020
opts := option.Options{
2121
EnableSecurityMode: false,
2222
DisableDetector: false,
23-
DisableSysmon: false,
2423
DisableWatchdog: false,
24+
DisableSysmon: false,
2525
NotEraseInstruction: false,
2626
NotAdjustProtect: false,
2727
TrackCurrentThread: false,

0 commit comments

Comments
 (0)