Skip to content

Commit

Permalink
Rename Cabinet archive rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtothej committed Nov 23, 2023
1 parent 8f86352 commit ac09516
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule:
meta:
name: create Cabinet file
name: create Cabinet on Windows
namespace: data-manipulation/compression
authors:
- [email protected]
Expand All @@ -16,8 +16,9 @@ rule:
- 44bad2e2a9e387b86870f009d01833ea4618d2a7cda5f64fa84a19f3bdf4efaf:0x1400028E0
features:
- and:
- match: create File Compression Interface context
- match: create File Compression Interface context on Windows
- or:
- api: cabinet.FCIAddFile = add file to Cabinet
- api: cabinet.FCIFlushFolder = flush current folder under construction
- api: cabinet.FCIFlushCabinet = completes current cabinet
- api: cabinet.FCIFlushCabinet = complete current cabinet
- api: cabinet.FCIDestroy = delete an open FCI context
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule:
meta:
name: extract files from Cabinet
name: extract Cabinet on Windows
namespace: data-manipulation/compression
authors:
- [email protected]
Expand All @@ -15,7 +15,7 @@ rule:
- 44bad2e2a9e387b86870f009d01833ea4618d2a7cda5f64fa84a19f3bdf4efaf:0x1400028E0
features:
- and:
- match: create File Decompression Interface context
- match: create File Decompression Interface context on Windows
- or:
- api: cabinet.FDICopy
- api: cabinet.FDIDestroy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule:
meta:
name: create File Compression Interface context
name: create File Compression Interface context on Windows
authors:
- [email protected]
lib: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule:
meta:
name: create File Decompression Interface context
name: create File Decompression Interface context on Windows
authors:
- [email protected]
lib: true
Expand Down

0 comments on commit ac09516

Please sign in to comment.