Is there a table that includes macOS information s...
# general
s
Is there a table that includes macOS information similar to
sfltool dumpbtm
(reference)?
s
unfortunately not, the BTM apis are in a private BackgroundTaskManagement.framework
easiest would be to write an extension that shells out
s
Thank you 💙
s
also if you are writing/scraping that, it now shows info per uid (just a minor gotcha, I spun my wheels a bit on it when I did this last year)
s
Yeah, it's definitely "friendly" output, not easily parsed
That Apple article says MEU can display similar information, which might be more parse-able.
s
It’s basically reading the db file in
/private/var/db/com.apple.backgroundtaskmanagement/
— it’s a serialized binary plist
g
This sounds like a good table for the macadmins extension https://github.com/macadmins/osquery-extension