All Projects → t8012 → smcutil

t8012 / smcutil

Licence: MIT license
SMC utility for modifying and examining Apple's SMC payloads.

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to smcutil

Daplink
Stars: ✭ 1,162 (+3773.33%)
Mutual labels:  arm, firmware
Hellosilicon
An attempt with ARM64 assembly on Apple Silicon Macs
Stars: ✭ 220 (+633.33%)
Mutual labels:  arm, apple
Silicon Info
Mac menu bar tool to view the architecture of the running application
Stars: ✭ 153 (+410%)
Mutual labels:  arm, apple
drone-cortexm
ARM® Cortex®-M platform crate for Drone, an Embedded Operating System.
Stars: ✭ 31 (+3.33%)
Mutual labels:  arm, firmware
MACHINIST-X99ZV102
C612RD23 BIOS for MACHINIST X99Z V102 Motherboard 07/31/2020
Stars: ✭ 21 (-30%)
Mutual labels:  firmware, efi
Efifs
EFI FileSystem drivers
Stars: ✭ 272 (+806.67%)
Mutual labels:  arm, efi
Dirtyjtag
JTAG probe firmware for STM32F1
Stars: ✭ 183 (+510%)
Mutual labels:  arm, firmware
Efigy
A small client application that uses the Duo Labs EFIgy API to inform you about the state of your Mac EFI firmware
Stars: ✭ 493 (+1543.33%)
Mutual labels:  firmware, efi
HUANANZHI-X99-TF
BY99RD25 BIOS for HUANANZHI X99-TF GAMING Motherboard 08/25/2020
Stars: ✭ 27 (-10%)
Mutual labels:  firmware, efi
po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (+70%)
Mutual labels:  utility, firmware
Apple-Silicon-Guide
Apple Silicon Guide. Learn all about the M1, M1 Pro, M1 Max, and M1 Ultra chips.
Stars: ✭ 240 (+700%)
Mutual labels:  arm, apple
nsec-badge
Software from the NorthSec badge
Stars: ✭ 34 (+13.33%)
Mutual labels:  arm, firmware
Ipsw
iOS/macOS Research Swiss Army Knife
Stars: ✭ 230 (+666.67%)
Mutual labels:  apple, firmware
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+2426.67%)
Mutual labels:  arm, firmware
Hackintosh
Hackintosh long-term maintenance model EFI and installation tutorial
Stars: ✭ 6,589 (+21863.33%)
Mutual labels:  apple, efi
Pylink
Python Library for device debugging/programming via J-Link
Stars: ✭ 158 (+426.67%)
Mutual labels:  arm, firmware
Doesitarm
🦾 A list of reported app support for Apple Silicon and the new Apple M1 Macs
Stars: ✭ 3,200 (+10566.67%)
Mutual labels:  arm, apple
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+80%)
Mutual labels:  utility, apple
efivalidate
Firmware validation of Apple T1 and prior Macs
Stars: ✭ 17 (-43.33%)
Mutual labels:  firmware, efi
AppleNeuralHash2ONNX
Convert Apple NeuralHash model for CSAM Detection to ONNX.
Stars: ✭ 1,457 (+4756.67%)
Mutual labels:  apple

smcutil for Appple SMC

smcutil is a command line tool for reading Apple's SMC payloads on T1 and prior devices, validating them, fingerprinting them and extracting the contents for disassembly.

Progress

Currently looking for a number of MacBooks with good SMCs that may be offered as tribute for save and waiting on Stellaris development hardware. Anyone have a sub-micron wealder out there?

Installation

Install it yourself as:

$ gem install smcutil

Usage

$ smcutil
  
Usage: smcutil {command} [PARAMS]
    
Command is one of:
    
  validate {file.smc}:
    Causes smcutil to parse the Apple SMC file and validate correctness.
     
  info {file.smc}:
    Prints information about the SMC update file.
    
  decode {file.smc} {output.bin}:
    Pretends to execute an update of the SMC flash as though the output.bin file is the SMC flash ROM.
    
  shred {file.smc} {output_dir}:
    Pulls apart each flash region, so that multiple passes can be examined
    
  save {output.bin}:
    (IN PROGRESS)
    Has magical bear powers.  Loads SMC update payload to capture the contents of the application partition.
    No warrently, may bork hardware.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rickmark/smcutil. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the SmcUtil project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].