n0fate / chainbreaker

Mac OS X Keychain Forensic Tool
GNU General Public License v2.0
833 stars 160 forks source link

hexdump module not found #10

Closed modz2014 closed 1 year ago

modz2014 commented 5 years ago

Traceback (most recent call last): File "chainbreaker.py", line 27, in from hexdump import hexdump ImportError: No module named hexdump

yes python and pip are installed I tried to figure this out but no luck

macOS23 commented 5 years ago

I had this happen as well and it was due to the fact that I had copied the .py file onto my desktop. Ensure that the .py file is run from the original folder containing the bundle of files.

tommyyama2020 commented 4 years ago

Hi, I have a same issue with you after upgrading mac OS to Catalina. any workaround to avoid ?

n0fate commented 4 years ago

@tommyyama2020 Catalina has Python 2 and 3. You need to install hexdump on Python 2.x

$ pip2 install hexdump
dylanahsmith commented 2 years ago

It looks like from hexdump import hexdump has been removed. So should this issue be closed now?

modz2014 commented 2 years ago

Still doesn’t work same errror

n0fate commented 1 year ago

Sorry for being late. From now, no needs to hexdump modle. checkout #21