forked from len0rd/rockbox
sbtools: add option to force sb dump
In the case of encrypted SB files without any key match, it is still possible to dump the section headers. The force option allows one to do so. It also allows to dump unencrypted sections of encrypted files if there are some. Change-Id: I36280230679ac5903f9c451c68c276f5c6959536
This commit is contained in:
parent
fa17cb904c
commit
7c9e7ec707
4 changed files with 37 additions and 7 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "misc.h"
|
||||
|
||||
bool g_debug = false;
|
||||
bool g_force = false;
|
||||
|
||||
/**
|
||||
* Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue