mandiant / mandiant/macos-UnifiedLogs
Parsing of Unified logs result in wrong time format
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 376
- Forks
- 43
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 8
Description
When parsing iOS 17.3 unified logs the results in the following time format:
"time":1.7223701282900093e+18
expected:
"time":1722370128290009375
Should have a PR I can submit soon. Need additional testing to validate this is an issue across other datasets.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the unified-log parser's time conversion and compare its output with the reported iOS 17.3 value. Validate the expected integer representation across additional datasets, then add or update tests showing the corrected format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- reverse-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100