https://github.com/osquery/osquery logo
#macos
Title
# macos
a

allister

12/07/2022, 2:45 PM
have we discussed getting app architectures audit-able in the darwin version of the apps table? I feel like this will start to be important to people once Rosetta becomes unsupported, even though the Apple Silicon transition is officially still mid-swing….
s

sharvil

12/07/2022, 2:59 PM
processes
table has a
translated
column which indicates whether that process is running under the rosetta translation environment
I don't believe this is expanded to the
apps
table yet