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

allister

03/18/2022, 12:33 AM
Copy code
hardware_model = MacBook Pro (14-inch, 2021)
          cpu_type = arm64e
       cpu_subtype = ARM64E
         cpu_brand = Apple M1 Pro
cpu_physical_cores = 10
 cpu_logical_cores = 10
   physical_memory = 34359738368
:feelsgoodman:
🦜 3
🎉 1
n

n8felton

03/21/2022, 6:19 PM
I hate that there is a difference between
uname -m
and
machine
(
arm64
and
arm64e
, respectively)
m

Mystery Incorporated

03/22/2022, 2:31 PM
what is arm64e anyway? Like is it actually different to arm64 arch at all?
n

n8felton

03/23/2022, 5:34 PM
This is what I've bene going off of ¯\_(ツ)_/¯ https://stackoverflow.com/a/65918986/2233241
9 Views