Skip to content

Commit

Permalink
remove duplicate features from some rules (#984)
Browse files Browse the repository at this point in the history
* remove duplicate features from some rules

* keep commented hex values to show AfdOpenPacketX structure

Signed-off-by: vibhatsu <maulikbarot2915@gmail.com>

---------

Signed-off-by: vibhatsu <maulikbarot2915@gmail.com>
  • Loading branch information
v1bh475u authored Jan 28, 2025
1 parent 7085102 commit b4e0c8c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ rule:
- string: /\\\\.\\pipe\\VBoxTrayIPC/i
- string: /VBoxTrayToolWndClass/i
- string: /VBoxTrayToolWnd/i
- string: /vboxservice\.exe/i
- string: /vboxtray.exe/i
- string: /vboxvideo/i
- string: /VBoxVideoW8/i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ rule:
- string: /vmx86/i
- string: /VMwareVMware/i
- string: /vmGuestLib\.dll/i
- string: /vmGuestLib\.dll/i
- string: /Applications\\VMwareHostOpen\.exe/i
- string: /vm3dgl\.dll/i
- string: /vmdum\.dll/i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ rule:
- string: /^Xen/i
- string: /XenVMMXenVMM/i
- string: /xenservice.exe/i
- string: /XenVMMXenVMM/i
- string: /HVM domU/i
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rule:
- number: 0x64 = d
- number: 0x4F = O
- number: 0x70 = p
- number: 0x65 = e
# - number: 0x65 = e
- number: 0x6E = n
- number: 0x50 = P
- number: 0x61 = a
Expand All @@ -53,7 +53,7 @@ rule:
- number: 0x02
- number: 0x01
- number: 0x06
- number: 0x00
# - number: 0x00
- number: 0x60
- number: 0xEF
- number: 0x3D
Expand Down
1 change: 0 additions & 1 deletion nursery/send-data-to-internet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ rule:
- api: System.Net.WebClient::UploadString
- api: System.Net.WebClient::UploadStringAsync
- api: System.Net.WebClient::UploadStringTaskAsync
- api: System.Net.WebClient::UploadValues
- api: System.Net.WebClient::UploadValuesAsync
- api: System.Net.WebClient::UploadValuesTaskAsync
1 change: 0 additions & 1 deletion persistence/office/act-as-office-com-add-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ rule:
- format: dotnet
- class: Extensibility.IDTExtensibility2
- or:
- string: "OnAddInsUpdate"
- string: "OnAddInsUpdate"
- string: "OnBeginShutdown"
- string: "OnConnection"
Expand Down

0 comments on commit b4e0c8c

Please sign in to comment.