Skip to content

tahoward/OSX-RegistryIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSX-RegistryIO

Repository for exploring OSX IORegistry

IOServiceRegistry

Module for traversing IORegistry using keys:

Example of returning pmgr properties under the AppleARMIODevice registry:

NSDictionary * pmgrProperties = [IOServiceRegistry alloc] init:@"AppleARMIODevice"][@"pmgr"]

Example of parsing voltage states from voltage-states9(GPU) property in pmgr entry:

NSLog(@"%@", [IOHelper getDVFS:[[IOServiceRegistry alloc] init:@"AppleARMIODevice"][@"pmgr"]:@"voltage-states9"]);

About

OSX IORegistry Sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •