abrignoni / iLEAPP

iOS Logs, Events, And Plist Parser
MIT License
697 stars 140 forks source link

Alarms Module Updates #596

Open JamesHabben opened 9 months ago

JamesHabben commented 9 months ago

while updating for dynamic reporting, i noticed there are some more dates and times, and timers that can be parsed out of the alarms plist file. someone bored can take on some updates in the alarms.py module. :)

abrignoni commented 9 months ago

Absolutely!

On Sat, Nov 4, 2023, 5:49 PM James Habben @.***> wrote:

while updating for dynamic reporting, i noticed there are some more dates and times, and timers that can be parsed out of the alarms plist file. someone bored can take on some updates in the alarms.py module. :)

— Reply to this email directly, view it on GitHub https://github.com/abrignoni/iLEAPP/issues/596, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG3DPC6AMQ6AMBP3ZHRA6M3YC2Z6NAVCNFSM6AAAAAA6527HY2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TONJSGQ3TENQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

justan00b91 commented 2 months ago

Hi, I noticed that Alarm Time is a missing artifact and decided to make some modifications to it. I have already done some basic research on this issue on my personal branch here

Original output of the current version of the program Screenshot from 2024-06-01 00-20-40

Example output of the modifications done Screenshot from 2024-06-01 00-21-51

Lastly is there some other way/platform to discuss this and other improvements before opening a PR?