v0.2.1
Fixed
get_process_lifetimereturnedcreate_timestamp: nullfor processes that started during the capture. Procmon records a process's own start as aProcess Startevent (with that PID), whileProcess Createis logged by the parent (with the parent's PID); matching onlyProcess Createagainst the requested PID never found the process's own creation. The tool now considers both operations and uses the earliest, so a process's ownProcess Startis used when present. (#14)
Full changelog: CHANGELOG.md