You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding in support for IMG4 superblocks (e.g. dumped off disk1 on an *OS device) can serve as an easy method for firmware/IM4M extraction.
Most likely could be done via a Superblock class, that just runs IMG4 on the data internally over & over until it runs out, then just store them all as a tuple under Superblock.img4s
Also should add support for interacting with them in CLI (pyimg4 superblock?)
The text was updated successfully, but these errors were encountered:
Adding in support for IMG4 superblocks (e.g. dumped off
disk1
on an *OS device) can serve as an easy method for firmware/IM4M extraction.Most likely could be done via a
Superblock
class, that just runs IMG4 on the data internally over & over until it runs out, then just store them all as a tuple underSuperblock.img4s
Also should add support for interacting with them in CLI (
pyimg4 superblock
?)The text was updated successfully, but these errors were encountered: