Skip to content

Releases: merlokk/proxmark3

3.0.1.82

23 Oct 10:33
Compare
Choose a tag to compare
Multiple USB-CDC changes (attempt 6) (#439)

- Fix reporting of string descriptors.
- Add note about ModemManager matching on the manufacturer string.

3.0.1.80

23 Oct 09:44
Compare
Choose a tag to compare
Multiple USB-CDC changes (attempt 6) (#439)

- Fix reporting of string descriptors.
- Add note about ModemManager matching on the manufacturer string.

3.0.1.77

22 Oct 19:54
Compare
Choose a tag to compare
Fixing liblua issues

On MacOS might have issues with compilation. This should fix it in a case where liblua used is not the built in one.

3.0.1.76

22 Oct 19:50
Compare
Choose a tag to compare
Merge pull request #435 from ytisf/master

Fixing liblua issues

3.0.1.73

22 Oct 19:18
Compare
Choose a tag to compare
small fix: make iso14a_set_timeout() external

3.0.1.69

22 Oct 18:44
Compare
Choose a tag to compare
small fix: make iso14a_set_timeout() external

3.0.1.47

20 Oct 13:11
Compare
Choose a tag to compare
proxmark3 refactoring command line parameters (#417)

* add -c (execute command from command line)
* fix: sometimes proxmark executes command twice...
* fix: start proxmark from QT was in a strange way (if we issue command very fast - it hangs)
* added -l (execute lua script)
* rework help
* small memory management bugfix
* small fix in executing command files
* enable piping from STDIN