mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
tools gardening
This commit is contained in:
parent
25d73e832d
commit
b455ccedd4
7 changed files with 9 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
2
tools/pm3_reblay-emulating.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
//-----------------------------------------------------------------------------
|
||||
// Salvador Mendoza (salmg.net), 2021
|
||||
|
|
2
tools/pm3_reblay-reading.py
Normal file → Executable file
2
tools/pm3_reblay-reading.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
//-----------------------------------------------------------------------------
|
||||
// Salvador Mendoza (salmg.net), 2021
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl
|
||||
#!/usr/bin/perl
|
||||
# -samy kamkar, rfid@samy.pl
|
||||
|
||||
use strict;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue