Skip to content

Instantly share code, notes, and snippets.

@RayPS
Last active December 8, 2020 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RayPS/6a8c7ff19f850030e01c1a5dc3fc4447 to your computer and use it in GitHub Desktop.
Save RayPS/6a8c7ff19f850030e01c1a5dc3fc4447 to your computer and use it in GitHub Desktop.
Proxmark3 Mac (homebrew) File .eml not found or locked

Before:

$ proxmark3 /dev/cu.usbmodem14401
$ hf mf eload /Users/ray/Downloads/my-dump-file.eml

File /Users/ray/Downloads/my-dump-file.eml.eml not found or locked

After:

$ cd ~/Downloads
$ proxmark3 /dev/cu.usbmodem14401
$ hf mf eload my-dump-file

................................................................
Loaded 64 blocks from file: my-dump-file.eml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment