mirror of
https://github.com/wader/fq.git
synced 2024-11-30 09:58:13 +03:00
fixes broken test and removes long link from markdown body
This commit is contained in:
parent
c244533540
commit
d0b76cae23
@ -17,9 +17,8 @@ Property Lists. Notable examples include:
|
|||||||
same as `plist` files, but they have a more complicated tree-like structure
|
same as `plist` files, but they have a more complicated tree-like structure
|
||||||
than would typically be found, which can make locating and retrieving specific
|
than would typically be found, which can make locating and retrieving specific
|
||||||
values difficult, even once it has been converted to a JSON representation.
|
values difficult, even once it has been converted to a JSON representation.
|
||||||
For more information about these types of files, see
|
For more information about these types of files, see Sarah Edwards' excellent
|
||||||
[Sarah Edwards'](https://www.mac4n6.com/blog/2016/1/1/manual-analysis-of-nskeyedarchiver-formatted-plist-files-a-review-of-the-new-os-x-1011-recent-items)
|
research on the subject (link in references).
|
||||||
excellent research on the subject.
|
|
||||||
|
|
||||||
Locating `bookmarkData` objects in plist files, especially those of the
|
Locating `bookmarkData` objects in plist files, especially those of the
|
||||||
`NSKeyedArchiver` type, is a place where `fq`'s recursive searching really
|
`NSKeyedArchiver` type, is a place where `fq`'s recursive searching really
|
||||||
|
2
format/bplist/testdata/bplist.fqtest
vendored
2
format/bplist/testdata/bplist.fqtest
vendored
@ -7404,7 +7404,7 @@ $ fq dv com.apple.LSSharedFileList.RecentApplications.sfl2
|
|||||||
0x22d0|00 00 00 00 00 00 |...... |
|
0x22d0|00 00 00 00 00 00 |...... |
|
||||||
0x22d0| 00 00 00 00 00 00 20 a0| | ...... .| | offset_table_start: 8352 0x22d6-0x22dd.7 (8)
|
0x22d0| 00 00 00 00 00 00 20 a0| | ...... .| | offset_table_start: 8352 0x22d6-0x22dd.7 (8)
|
||||||
$ fq dv com.apple.LSSharedFileList.RecentDocuments.sfl2
|
$ fq dv com.apple.LSSharedFileList.RecentDocuments.sfl2
|
||||||
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: format/bplist/testdata/com.apple.LSSharedFileList.RecentDocuments.sfl2 (bplist) 0x0-0x289b.7 (10396)
|
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: com.apple.LSSharedFileList.RecentDocuments.sfl2 (bplist) 0x0-0x289b.7 (10396)
|
||||||
| | | header{}: 0x0-0x7.7 (8)
|
| | | header{}: 0x0-0x7.7 (8)
|
||||||
0x0000|62 70 6c 69 73 74 |bplist | magic: "bplist" (valid) 0x0-0x5.7 (6)
|
0x0000|62 70 6c 69 73 74 |bplist | magic: "bplist" (valid) 0x0-0x5.7 (6)
|
||||||
0x0000| 30 30 | 00 | version: "00" (valid) 0x6-0x7.7 (2)
|
0x0000| 30 30 | 00 | version: "00" (valid) 0x6-0x7.7 (2)
|
||||||
|
Loading…
Reference in New Issue
Block a user