mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Support Tegra blobs
This commit is contained in:
@ -33,6 +33,8 @@ format_t check_fmt(const void *buf) {
|
||||
return DTB;
|
||||
} else if (memcmp(buf, DHTB_MAGIC, 8) == 0) {
|
||||
return DHTB;
|
||||
} else if (memcmp(buf, TEGRABLOB_MAGIC, 20) == 0) {
|
||||
return BLOB;
|
||||
} else {
|
||||
return UNKNOWN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user