Could not figure out how to make black on white. It is currently white on black
This little patch increases the notorious 8-char wide value width in the cml2 configurator to 32 characters. Now all values are properly visible.
Previously python hex() would put an extra 'L' after printing out the value and this would be trimmed in readelf.py. Now it doesn't seem to do that so the lsd of the number was trimmed. This patch fixes that.