- 10 Nov, 2016 1 commit
-
-
Bernhard Nortmann authored
Vendor-provided .bin files have repeatedly demonstrated that our previous interpretation of this field as version[0] is likely wrong. Instead, it seems to represent the file size (in bytes) of the .bin file. This commit fixes both decompilation (and header checks) and generation of .bin files, where it will now store the size to this field. TODO: It's unclear whether the 'filesize' needs some specific alignment (and the .bin corresponding padding). A value of 34864 (0x8830) has already been observed, so any possible alignment is expected not to exceed 16 bytes (0x10). (Currently our .bin generator doesn't care about any specific alignment.) Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
-
- 20 Apr, 2016 1 commit
-
-
Bernhard Nortmann authored
When declaring 'signed' values for section count and version information in the script_bin_head structure, testing them to be below certain thresholds (SCRIPT_BIN_*_LIMIT) is insufficient; as 'negative' values like in "fexc-bin: script.bin: version: -404840454.-1074397186.-1073906177" would still pass. Fix this by making these member fields unsigned. Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
-
- 15 Jun, 2012 1 commit
-
-
Alejandro Mery authored
-
- 14 Jun, 2012 1 commit
-
-
Alejandro Mery authored
-
- 11 May, 2012 3 commits
-
-
Alejandro Mery authored
-
Alejandro Mery authored
-
Alejandro Mery authored
-
- 07 May, 2012 2 commits
-
-
Alejandro Mery authored
-
Alejandro Mery authored
-
- 06 May, 2012 3 commits
-
-
Alejandro Mery authored
-
Alejandro Mery authored
-
Alejandro Mery authored
-
- 03 May, 2012 2 commits
-
-
Alejandro Mery authored
-
Alejandro Mery authored
-
- 02 May, 2012 2 commits
-
-
Alejandro Mery authored
-
Alejandro Mery authored
-