blacktop
blacktop
I've started work on this as well as #21 (detecting other FS types) on a :new: branch [feature/support_raw](https://github.com/blacktop/go-apfs/tree/feature/support_raw)
That's the plan, but if Apple doesn't open source the lzbitmap code I'll have to RE it and that will be very difficult due to the vector instructions.
That feature is in the works here: https://github.com/blacktop/go-apfs/blob/df468843bd5f54a721162205a2f02e5d180bc6a7/apfs.go#L299 It's output will be similar to: ```bash ❯ tree /Volumes/SkySeed19A5261w.N104N841DeveloperOS/etc/ /Volumes/SkySeed19A5261w.N104N841DeveloperOS/etc/ ├── asl │ ├── com.apple.NanoFindMy-UserStudy │ ├── com.apple.airplay.ios │ ├── com.apple.clouddocs...
Is that similar to what you were thinking?
VSCode dude is using: `"\\\\[\"\\\\nrt]"` for `constant.character.escape.yara`
Here is where I kept hitting the error: https://github.com/blacktop/ipsw/blob/master/cmd/ipsw/cmd/download_kernel.go#L120
Line moved - https://github.com/blacktop/ipsw/blob/master/cmd/ipsw/cmd/download_kernel.go#L139
ya I always like to lean on the side of less flags (as I've found that people don't really read the docs/help 😏 but for this weird edge case a...
@Meowcat285 @t0rr3sp3dr0 do you know what the structure of an XCFramework would be that supports macOS as well? Is it a separate folder or can I just append macos to...
So I just pushed out a release that I "believe" creates much more accurate XCFrameworks, however, this also means that it will only make them for the `LibraryIdentifier` that the...