0cyn / iBoot-IDA

32/64 bit SecureROM/iBoot loader for IDA Pro. Also supports loading and decrypting encrypted .im4ps within IDA.
68 stars 15 forks source link

Turn `sysregs_dat.py` into YAML #6

Open rickmark opened 2 years ago

rickmark commented 2 years ago

Convert https://github.com/hack-different/iBoot-IDA/blob/main/plugin/src/ibootplugin/sysregs_dat.py to YAML and either source from https://github.com/hack-different/apple-knowledge/blob/main/_data/registers.yaml or depend on apple-data package

rickmark commented 2 years ago

Oh if we use registers.yaml we can actually use the JSON version to prevent a YAML dependency