cutterref icon indicating copy to clipboard operation
cutterref copied to clipboard

Cutter cmd 'ij' doesn't include 'bin' key

Open altaic opened this issue 2 years ago • 0 comments

I just installed cutterref and ran into the following in the console:

Traceback (most recent call last):
File "cutterref.py", line 145, in update_content
info = cutter.cmdj("ij")["bin"]
KeyError: 'bin'

Entering the cmd ij indeed doesn't have the 'bin' key. It seems that the correct cmd to ascertain the architecture would be iAj... which causes cutter to crash on my machine. Oddly, iA does not cause a crash, but outputs the following (I had set the arch to 'arm'):

offset     size   arch      machine 
------------------------------------
0x00000000 164836 (null)_64  

altaic avatar Jun 23 '22 00:06 altaic