View Single Post
 
Old 12-03-2011, 03:50 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Decoding tools for Mac OS X

I decided to share my tools I use for generating the Mac information (from the .ioreg files)
This package contains 3 tools for decoding data.

-> iasl
You know this one, allows decoding (and coding) of AML data.
iasl -d <something>.aml
iasl -tc <something>.dsl

-> dmidecode
This one allows decoding of SMBIOS tables.
dmidecode --from-smbios <something>.bin

-> edid-decode
This one allows decoding of EDID (Extended Display Identification Data) binaries.
edid-decode <something>.bin

Download:
https://rapidshare.com/files/1218091...ding_tools.zip
Reply With Quote