Skip to content

Commit

Permalink
examples/ls-proc-vm: Fix typo
Browse files Browse the repository at this point in the history
Thanks to @rasa for spotting it.
  • Loading branch information
hillu committed Mar 14, 2023
1 parent 0d23f05 commit 3d2a612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ls-proc-vm/ls-proc-vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (p memProtect) String() string {
r[2] = 'x'
}
if p&ntdll.PAGE_EXECUTE_WRITECOPY != 0 {
r[1] = 'x'
r[1] = 'w'
r[2] = 'x'
r[3] = 'c'
}
Expand Down

0 comments on commit 3d2a612

Please sign in to comment.