Loading…
{% for i in range(math.ceil(math.log(input_bytes)/math.log(16))) %} {% endfor %}{% for col in range(16) %}
{{ '%x' % col }}{% endfor %}
{#
{% for row in range(input_bytes // 16 + 1) %}
{{ '%05x' % row }}
{% for col in range(16) %}{{ input_file.read(1).hex() }}{% endfor %}
{% endfor %}
#}
{#{% for row in range(input_bytes // 16 + 1) %}
{% for col in range(16) %}{{ read_unicode() }}{% endfor %}
{% endfor %}#}