Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

fixed Opcode Filtering to allow Opcodes > 9#14

Open
pathtofile wants to merge 1 commit intomandiant:masterfrom
pathtofile:fix/opcodefilter
Open

fixed Opcode Filtering to allow Opcodes > 9#14
pathtofile wants to merge 1 commit intomandiant:masterfrom
pathtofile:fix/opcodefilter

Conversation

@pathtofile
Copy link

Fixes this issue: #13

When filtering by opcode, e.g. -f Opcode -fv 2, you limit the possible opcode to filter on to be 0-9. However in the underlying ETW API, an Opcode is an UCHAR, so it can be 0-255

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant