summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/misc.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-06-27 14:50:39 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-06-27 14:55:58 +0200
commit7c9e7ec707b9aa9e40c8e7ebdbbf1138cef85bb1 (patch)
tree3510851ae8276a11aead54702cf3cc245e787ec3 /utils/imxtools/sbtools/misc.c
parentfa17cb904c270e8227c0446bee4b51789eb5bb8c (diff)
downloadrockbox-7c9e7ec707b9aa9e40c8e7ebdbbf1138cef85bb1.tar.gz
rockbox-7c9e7ec707b9aa9e40c8e7ebdbbf1138cef85bb1.zip
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
Diffstat (limited to 'utils/imxtools/sbtools/misc.c')
-rw-r--r--utils/imxtools/sbtools/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/imxtools/sbtools/misc.c b/utils/imxtools/sbtools/misc.c
index fce71ae0cd..ec9b8c2a27 100644
--- a/utils/imxtools/sbtools/misc.c
+++ b/utils/imxtools/sbtools/misc.c
@@ -25,6 +25,7 @@
25#include "misc.h" 25#include "misc.h"
26 26
27bool g_debug = false; 27bool g_debug = false;
28bool g_force = false;
28 29
29/** 30/**
30 * Misc 31 * Misc