FreeCalypso > hg > freecalypso-tools
comparison doc/TIFFS-IVA-usage @ 731:d89b72f2181b
doc/TIFFS-IVA-usage: new decode facility documented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 28 Aug 2020 05:56:13 +0000 |
| parents | f917441aa8bc |
| children | 3152e23399a2 |
comparison
equal
deleted
inserted
replaced
| 730:6ae3ad8865f4 | 731:d89b72f2181b |
|---|---|
| 125 | 125 |
| 126 This command extracts the complete content of the FFS into your ordinary Unix | 126 This command extracts the complete content of the FFS into your ordinary Unix |
| 127 file system. The sole argument is the local directory into which the root of | 127 file system. The sole argument is the local directory into which the root of |
| 128 the GSM device FFS should be extracted. | 128 the GSM device FFS should be extracted. |
| 129 | 129 |
| 130 tiffs <...> decode file-keyword [band] | |
| 131 | |
| 132 For some files in TIFFS doing a hex dump with tiffs cat -h (see above) is | |
| 133 sufficient for easily understanding the content of the file, but for other files | |
| 134 such as RF parameter tables further developer-friendly decoding is greatly | |
| 135 desirable. The generic solution is to extract the complete FFS content with | |
| 136 tiffs xtr and then apply further tools for analysis, but this fully generic | |
| 137 solution involves a lot of clutter. For some TIFFS files which often need to be | |
| 138 looked at and for which tiffs cat -h is insufficient, tiffs decode offers a | |
| 139 shorthand. The following files can be decoded in this way: | |
| 140 | |
| 141 Command File being decoded | |
| 142 ---------------------------------------------------------- | |
| 143 tiffs <...> decode adccal /sys/adccal | |
| 144 tiffs <...> decode afcdac /gsm/rf/afcdac | |
| 145 tiffs <...> decode afcparams /gsm/rf/afcparams | |
| 146 tiffs <...> decode stdmap /gsm/rf/stdmap | |
| 147 tiffs <...> decode tx-ramps <band> /gsm/rf/tx/ramps.<band> | |
| 148 tiffs <...> decode tx-levels <band> /gsm/rf/tx/levels.<band> | |
| 149 tiffs <...> decode tx-calchan <band> /gsm/rf/tx/calchan.<band> | |
| 150 tiffs <...> decode tx-caltemp <band> /gsm/rf/tx/caltemp.<band> | |
| 151 tiffs <...> decode rx-calchan <band> /gsm/rf/rx/calchan.<band> | |
| 152 tiffs <...> decode rx-caltemp <band> /gsm/rf/rx/caltemp.<band> | |
| 153 tiffs <...> decode rx-agcparams <band> /gsm/rf/rx/agcparams.<band> | |
| 154 tiffs <...> decode pcm-IMEI /pcm/IMEI | |
| 155 | |
| 130 Forensic analysis commands | 156 Forensic analysis commands |
| 131 ========================== | 157 ========================== |
| 132 | 158 |
| 133 Unlike the "standard" listing/extraction commands which present TIFFS as a | 159 Unlike the "standard" listing/extraction commands which present TIFFS as a |
| 134 "normal" Unix file system, using the "forensic" commands effectively requires | 160 "normal" Unix file system, using the "forensic" commands effectively requires |
