Skip to content

Commit e2b7cc2

Browse files
committed
Add overrides for standard, unpacked .so files
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 3823e6b commit e2b7cc2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
rule libpng_override: override {
2+
meta:
3+
description = "libpng16.ca116d9f.so.16"
4+
upx_antiunpack_elf64 = "harmless"
5+
6+
strings:
7+
$libpng1 = "Application built with libpng-"
8+
$libpng2 = "libpng version"
9+
$libpng3 = "0123456789ABCDEFlibpng warning: %s"
10+
$libpng4 = "libpng16.so.16"
11+
12+
condition:
13+
all of them
14+
}
15+
16+
rule libwebp_override: override {
17+
meta:
18+
description = "libwebp.16dd7af3.so.7"
19+
upx_antiunpack_elf64 = "harmless"
20+
21+
strings:
22+
$libwebp = "libwebp.so.7"
23+
$webp1 = "WebP"
24+
$webp1 = "WEBP"
25+
$webp2 = "webp_dec.c"
26+
27+
condition:
28+
all of them
29+
}

0 commit comments

Comments
 (0)