tools gardening

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

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;