1
1
mirror of https://github.com/wader/fq.git synced 2024-11-26 21:55:57 +03:00

fixes broken test and removes long link from markdown body

This commit is contained in:
David McDonald 2022-11-29 20:13:22 -06:00
parent c244533540
commit d0b76cae23
2 changed files with 3 additions and 4 deletions

View File

@ -17,9 +17,8 @@ Property Lists. Notable examples include:
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
values difficult, even once it has been converted to a JSON representation.
For more information about these types of files, see
[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)
excellent research on the subject.
For more information about these types of files, see Sarah Edwards' excellent
research on the subject (link in references).
Locating `bookmarkData` objects in plist files, especially those of the
`NSKeyedArchiver` type, is a place where `fq`'s recursive searching really

View File

@ -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 20 a0| | ...... .| | offset_table_start: 8352 0x22d6-0x22dd.7 (8)
$ 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)
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)