tools gardening

This commit is contained in:
Philippe Teuwen 2021-10-06 20:27:55 +02:00
parent 25d73e832d
commit b455ccedd4
7 changed files with 9 additions and 5 deletions

View file

@ -18,7 +18,7 @@ all clean install uninstall check: %: client/% bootrom/% armsrc/% recovery/% mfk
# hitag2crack toolsuite is not yet integrated in "all", it must be called explicitly: "make hitag2crack"
#all clean install uninstall check: %: hitag2crack/%
INSTALLTOOLS=pm3_eml2lower.sh pm3_eml2upper.sh pm3_mfdread.py pm3_mfd2eml.py pm3_eml2mfd.py findbits.py rfidtest.pl xorcheck.py
INSTALLTOOLS=pm3_eml2lower.sh pm3_eml2upper.sh pm3_mfdread.py pm3_mfd2eml.py pm3_eml2mfd.py pm3_amii_bin2eml.pl pm3_reblay-emulating.py pm3_reblay-reading.py
INSTALLSIMFW=sim011.bin sim011.sha512.txt
INSTALLSCRIPTS=pm3 pm3-flash pm3-flash-all pm3-flash-bootrom pm3-flash-fullimage
INSTALLSHARES=tools/jtag_openocd traces

View file

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/perl -w
# Output a version_pm3.c file that includes information about the current build
# Normally a couple of lines of bash would be enough (see openpcd project, original firmware by Harald Welte and Milosch Meriac)

View file

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
#
# Read Amiibo data, decrypt, and produce EML file
# Convert proxmark MFU (MIFARE Ultralight) .bin to .eml format

View file

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
#
# Convert proxmark3 trace or wav files to formats to be used by Inspectrum
#

2
tools/pm3_reblay-emulating.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
"""
//-----------------------------------------------------------------------------
// Salvador Mendoza (salmg.net), 2021

2
tools/pm3_reblay-reading.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
"""
//-----------------------------------------------------------------------------
// Salvador Mendoza (salmg.net), 2021

View file

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
# -samy kamkar, rfid@samy.pl
use strict;