KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
apfs.ksy
โ 82
Open GitHub โ
APFS filesystem format for Kaitai Struct
Download README (.md)
Explore Similar Repositories
angularadmin
:
Free Angular 9 admin template - Demo
app-geocontacts
:
Xamarin + Azure demo contact list feature Azure AD B2C, Functions, & CosmosDB.
NaCl.Core
:
๐ NaCl.Core, a cryptography library for .NET
ef-bulk-operations
:
Bulk operations for Entity Framework 6
ssh-shell-spring-boot
:
Spring shell in spring boot application over ssh
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
apfs.ksy
?
Download (.md)
> ## This project is not maintained any more. > > Feel free to fork it. If you have an active fork and you want to be linked here you can [contact me](https://twitter.com/jonas_plum). # [apfs.ksy](https://github.com/cugu/apfs.ksy/blob/master/apfs.ksy) APFS filesystem format for Kaitai Struct (http://kaitai.io/) ## Usage Use the Kaitai WebIDE to examine APFS filesystems and to continue reverse engineering APFS: https://ide.kaitai.io/devel/ (the development version currently supports some nice additional features). A brief explanation of how the Web IDE works: https://github.com/kaitai-io/kaitai_struct_webide/wiki/Features ## Documentation Information about the checksum calculation can be found in [checksum.md](docs/checksum.md). ## More documentation on APFS - [**Apple File System Reference**](https://developer.apple.com/support/apple-file-system/Apple-File-System-Reference.pdf): Official, but incomplete APFS spec - [**Decoding the APFS file system**](http://www.sciencedirect.com/science/article/pii/S1742287617301408): Paper by Kurt H.Hansen and Fergus Toolan Fergus in _Digital Investigation_. Published: 2017-09-22. - [**Apple File System Guide**](https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/APFS_Guide/Introduction/Introduction.html): Official documentation on APFS. Lacks lots of information on APFS. Last update: 2017-09-21. - [**APFS filesystem format**](https://blog.cugu.eu/post/apfs/): Deprecated blog post by myself. Still contains some useful diagrams. Last update: 2017-04-30. ## Tools with APFS support - [**iBored**](http://files.tempel.org/iBored) by [Thomas Tempelmann](https://github.com/tempelmann): Free hex editor with support for APFS volumes starting in version 1.2 (Note that these beta versions may contain support only for APFS, whereas the official (older) release supports many other formats like FAT, HFS etc.. While it does currently not read this ksy file for its templates feature, its templates.xml file is modeled (manually) after this ksy file. - [**Find Any File**](http://apps.tempel.org/FindAnyFile/) by [Thomas Tempelmann](https://github.com/tempelmann): Fast search for filenames on a disk. - [**010 Editor + APFS template**](http://sweetscape.com/010editor/) by [Yogesh Khatri](https://github.com/ydkhatri): hex editor with support for APFS volumes - use this template https://github.com/ydkhatri/APFS_010 ## Contributing Pull requests and issues are welcome!