Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: CPU name #87

Open
dipcse07 opened this issue Feb 3, 2023 · 3 comments
Open

Feature request: CPU name #87

dipcse07 opened this issue Feb 3, 2023 · 3 comments

Comments

@dipcse07
Copy link

dipcse07 commented Feb 3, 2023

I would be great if we could get CPU brand name such as intel or M1, M2 etc for ios . Also SOC info

As I am an iOS app developer i also wanted to learn how to do code for this kind of stuff but dont know where to start.. can anyone give me any advice from where i can start?

@YueChen-C
Copy link
Owner

pyidevice instruments stackshot --out=./stackshot.json . View the osversion field
"osversion": "Darwin Kernel Version 21.4.0: Mon Feb 21 21:27:53 PST 2022; root:xnu-8020.102.3~1/RELEASE_ARM64_T8030"

@YueChen-C
Copy link
Owner

You can also use different parameters of the 'com.apple.instruments.server.services.coreprofilesessiontap' service to get more kernel data.

Most functions are implemented by reverse engineering instruments, so there are few references

@dipcse07
Copy link
Author

dipcse07 commented Feb 22, 2023

@YueChen-C at least if i could know from where i can start to do code like you are doing that would also be a great help.. or any guide from where i can start learning... 🙏🙏🙏 i may also be able to contribute here.... after i learn a bit of coding for this....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants