-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
...te-file-compression-interface-context.yml → ...pression-interface-context-on-windows.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 1 addition & 1 deletion
2
...-file-decompression-interface-context.yml → ...pression-interface-context-on-windows.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|