You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<string>", line 223, in auto_empty_finally
File "/opt/idapro-9.0/python/shannon_mpu.py", line 95, in find_hw_init
validate_mpu_candidate(candidate)
File "/opt/idapro-9.0/python/shannon_mpu.py", line 439, in validate_mpu_candidate
if (process_mpu_table(metrics[5])):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/idapro-9.0/python/shannon_mpu.py", line 497, in process_mpu_table
shannon_generic.DEBUG("[d] s:%x o:%x, %x, %x, %x\n" %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: %x format: an integer is required, not NoneType
Traceback (most recent call last):
File "<string>", line 226, in auto_empty_finally
File "/opt/idapro-9.0/python/shannon_scatterload.py", line 392, in find_scatter
create_scatter_tbl(scatterload)
File "/opt/idapro-9.0/python/shannon_scatterload.py", line 78, in create_scatter_tbl
(scatter_start, scatter_size, scatter_size / struct_size))
~~~~~~~~~~~~~^~~~~~~~~~~~~
ZeroDivisionError: division by zeroPossible file format: Shannon Baseband Image (/opt/idapro-9.0/loaders/shannon_load.py)
Traceback (most recent call last):
File "<string>", line 226, in auto_empty_finally
File "/opt/idapro-9.0/python/shannon_scatterload.py", line 392, in find_scatter
create_scatter_tbl(scatterload)
File "/opt/idapro-9.0/python/shannon_scatterload.py", line 82, in create_scatter_tbl
tbl = read_scattertbl(scatter_start, scatter_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/idapro-9.0/python/shannon_scatterload.py", line 298, in read_scattertbl
(scatter_offset + src_ptr), 4), "little"))
~~~~~~~~~~~~~~~^~~~~~~~~
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
The text was updated successfully, but these errors were encountered:
While loading S10 baseband, I got these errors
The text was updated successfully, but these errors were encountered: