We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1fb4d commit c22543cCopy full SHA for c22543c
src/parsers/browser/crx/crx.ksy
@@ -4,7 +4,7 @@ meta:
4
license: CC0-1.0
5
ks-version: 0.9
6
imports:
7
- - /archive/zip
+ - zip
8
encoding: utf-8
9
endian: le
10
doc-ref:
src/parsers/image/apple_icon/icns.ksy
@@ -23,14 +23,14 @@ meta:
23
license: MIT
24
ks-version: "0.9"
25
26
- - /common/bytes_with_io
+ - /font/pcf/bytes_with_io
27
endian: be
28
doc: |
29
Icon image format used by Mac OS 8.5 and later,
30
including all versions of Mac OS X/macOS.
31
This is the Mac equivalent of the Windows ICO format.
32
33
- An ICNS file stores an *icon family*:
+ An ICNS file stores an *icon family*:git@github.com:bolandi/binaryanalysis-ng.git
34
a collection of images with visually the same content,
35
but at different resolutions and color depths.
36
When the system renders an icon on screen,
0 commit comments