Adapting license headers, WIP

This commit is contained in:
Philippe Teuwen 2022-01-07 01:58:03 +01:00
commit 30aa7aa7d1
375 changed files with 5186 additions and 2346 deletions

View file

@ -13,5 +13,10 @@ Therefore, only the following copyright notices are left untouched in the corres
- copyright notices present in the `20090306_ela` release - copyright notices present in the `20090306_ela` release
- copyright notices of code borrowed from other projects - copyright notices of code borrowed from other projects
- copyright notices of standalone modes initial authors - copyright notices of standalone modes initial authors
- copyright notices of dependencies (client/deps, common)
Since then, copyright of each contribution is tracked by the Git history. See the output of `git shortlog -nse` for a full list. See also [the Contributors page on Github](https://github.com/RfidResearchGroup/proxmark3/graphs/contributors). Since then, copyright of each contribution is tracked by the Git history. See the output of `git shortlog -nse` for a full list or `git log --pretty=short --follow <path/to/sourcefile> |git shortlog -ne` to track a specific file. See also [the Contributors page on Github](https://github.com/RfidResearchGroup/proxmark3/graphs/contributors).
A [mailmap](.mailmap) is maintained to map author and committer names and email addresses to canonical real names and email addresses.
If by accident a copyright was removed from a file and is *not* directly deducible from the Git history, please submit a PR.

View file

@ -1,3 +1,18 @@
#-----------------------------------------------------------------------------
# Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#-----------------------------------------------------------------------------
-include Makefile.platform -include Makefile.platform
-include .Makefile.options.cache -include .Makefile.options.cache

View file

@ -1,4 +1,18 @@
# Hide full compilation line: #-----------------------------------------------------------------------------
# Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#-----------------------------------------------------------------------------
ifneq ($(V),1) ifneq ($(V),1)
Q?=@ Q?=@
endif endif

View file

@ -1,3 +1,18 @@
#-----------------------------------------------------------------------------
# Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#-----------------------------------------------------------------------------
# This Makefile might have been called from various subdirs, trying to find our Makefile.defs # This Makefile might have been called from various subdirs, trying to find our Makefile.defs
ifeq ($(DEFSBEENHERE),) ifeq ($(DEFSBEENHERE),)
-include Makefile.defs -include Makefile.defs

View file

@ -1,3 +1,18 @@
#-----------------------------------------------------------------------------
# Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#-----------------------------------------------------------------------------
# Usage: # Usage:
# mkdir build # mkdir build
# cd build # cd build

View file

@ -1,7 +1,17 @@
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# This code is licensed to you under the terms of the GNU GPL, version 2 or, # Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
# at your option, any later version. See the LICENSE.txt file for the text of #
# the license. # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
ifeq ($(PLTNAME),) ifeq ($(PLTNAME),)

View file

@ -1,3 +1,19 @@
#-----------------------------------------------------------------------------
# Copyright (C) Jonathan Westhues, Mar 2006
# Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#-----------------------------------------------------------------------------
# version # version
message(STATUS "CMake ${CMAKE_VERSION}") message(STATUS "CMake ${CMAKE_VERSION}")
cmake_minimum_required(VERSION 3.4.1) cmake_minimum_required(VERSION 3.4.1)

View file

@ -1,3 +1,19 @@
#-----------------------------------------------------------------------------
# Copyright (C) Jonathan Westhues, Mar 2006
# Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# See LICENSE.txt for the text of the license.
#-----------------------------------------------------------------------------
# Usage: # Usage:
# mkdir build # mkdir build
# cd build # cd build

View file

@ -1,3 +1,18 @@
//-----------------------------------------------------------------------------
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//-----------------------------------------------------------------------------
#ifndef LIBPM3_H #ifndef LIBPM3_H
#define LIBPM3_H #define LIBPM3_H

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 merlokk // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Proxmark3 RDV40 AID list library // Proxmark3 RDV40 AID list library
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 merlokk // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Proxmark3 RDV40 AID list library // Proxmark3 RDV40 AID list library
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// ATR information lookup // ATR information lookup
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,11 +1,20 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// List scraped from // Borrowed initially from
// https://raw.githubusercontent.com/LudovicRousseau/pcsc-tools/master/smartcard_list.txt // https://raw.githubusercontent.com/LudovicRousseau/pcsc-tools/master/smartcard_list.txt
// Copyright (C) 2002-2021 Ludovic Rousseau // Copyright (C) 2002-2021 Ludovic Rousseau
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef ATRS_H__ #ifndef ATRS_H__

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// CIPURSE transport cards data and commands // CIPURSE transport cards data and commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// CIPURSE transport cards data and commands // CIPURSE transport cards data and commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// CIPURSE crypto primitives // CIPURSE crypto primitives
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// CIPURSE crypto primitives // CIPURSE crypto primitives
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// tests for crypto // tests for crypto
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// tests for crypto // tests for crypto
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2016 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Analyse bytes commands // Analyse bytes commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2016 iceman <iceman at ...> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Data and Graph commands // Data and Graph commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,11 +1,21 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2015 iceman <iceman at iuse.se> // Borrowed initially from https://reveng.sourceforge.io/
// Copyright (C) Greg Cook 2019
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// CRC Calculations from the software reveng commands // CRC Calculations
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdcrc.h" #include "cmdcrc.h"

View file

@ -1,9 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2015 iceman <iceman at iuse.se> // Borrowed initially from https://reveng.sourceforge.io/
// Copyright (C) Greg Cook 2019
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// CRC Calculations from the software reveng commands // CRC Calculations from the software reveng commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,11 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// modified Marshmellow,
// modified Iceman 2019, 2020, 2021
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Data and Graph commands // Data and Graph commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Data and Graph commands // Data and Graph commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Proxmark3 RDV40 Flash memory commands // Proxmark3 RDV40 Flash memory commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Proxmark3 RDV40 Flash memory commands // Proxmark3 RDV40 Flash memory commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Proxmark3 RDV40 Flash memory commands // Proxmark3 RDV40 Flash memory commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Proxmark3 RDV40 Flash memory commands // Proxmark3 RDV40 Flash memory commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,13 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Merlok - 2017
// Doegox - 2019
// Iceman - 2019
// Piwi - 2019
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency commands // High frequency commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Piwi, Feb 2019 //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency commands // High frequency commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,12 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>, Hagen Fritsch // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// 2011, 2017 - 2019 Merlok
// 2014, Peter Fillmore
// 2015, 2016, 2017 Iceman
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A commands // High frequency ISO14443A commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// 2011,2019 Merlok //
// 2015,2016,2017 iceman, marshmellow, piwi // This program is free software: you can redistribute it and/or modify
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // it under the terms of the GNU General Public License as published by
// at your option, any later version. See the LICENSE.txt file for the text of // the Free Software Foundation, either version 3 of the License, or
// the license. // (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A commands // High frequency ISO14443A commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Modified 2018, 2020 iceman
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443B commands // High frequency ISO14443B commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443B commands // High frequency ISO14443B commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,12 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Modified 2010-2012 by <adrian -at- atrox.at>
// Modified 2012 by <vsza at vsza.hu>
// Modified 2018 by <iceman>
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO15693 commands // High frequency ISO15693 commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO15693 commands // High frequency ISO15693 commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency FIDO U2F and FIDO2 contactless authenticators // High frequency FIDO U2F and FIDO2 contactless authenticators
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency FIDO U2F and FIDO2 contactless authenticators // High frequency FIDO U2F and FIDO2 contactless authenticators
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency CryptoRF commands (ISO14443B) // High frequency CryptoRF commands (ISO14443B)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency CryptoRF commands (ISO14443B) // High frequency CryptoRF commands (ISO14443B)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 A. Ozkal // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency Electronic Machine Readable Travel Document commands // High frequency Electronic Machine Readable Travel Document commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 A. Ozkal // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency Electronic Machine Readable Travel Document commands // High frequency Electronic Machine Readable Travel Document commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2012 Frederik Möllers // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Commands related to the German electronic Identification Card // Commands related to the German electronic Identification Card
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2012 Frederik Möllers // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Commands related to the German electronic Identification Card // Commands related to the German electronic Identification Card
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,11 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2017 October, Satsuoni // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// 2017,2021 iceman //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO18092 / FeliCa commands // High frequency ISO 18002 / FeliCa commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdhffelica.h" #include "cmdhffelica.h"
#include <stdio.h> #include <stdio.h>

View file

@ -1,11 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2017 October, Satsuoni // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// 2017 iceman //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO18092 / FeliCa commands // High frequency ISO 18002 / FeliCa commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef CMDHFFELICA_H__ #ifndef CMDHFFELICA_H__

View file

@ -1,11 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE Plus commands // High frequency FIDO U2F and FIDO2 contactless authenticators
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// Documentation here: // Documentation here:

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency FIDO U2F and FIDO2 contactless authenticators // High frequency FIDO U2F and FIDO2 contactless authenticators
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,14 +1,21 @@
/** //-----------------------------------------------------------------------------
* Matt Moran (@DarkMatterMatt), 2021 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
* ----------------------------------------------------------------------------- //
* This program is free software: you can redistribute it and/or modify it // This program is free software: you can redistribute it and/or modify
* under the terms of the GNU General Public License as published by the // it under the terms of the GNU General Public License as published by
* Free Software Foundation, either version 3 of the License, or (at your // the Free Software Foundation, either version 3 of the License, or
* option) any later version. // (at your option) any later version.
* ----------------------------------------------------------------------------- //
* High frequency GALLAGHER tag commands. // This program is distributed in the hope that it will be useful,
* MIFARE DESFire, AIDs 2081F4-2F81F4 // but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//-----------------------------------------------------------------------------
// High frequency GALLAGHER tag commands.
// MIFARE DESFire, AIDs 2081F4-2F81F4
//-----------------------------------------------------------------------------
#include "cmdhfgallagher.h" #include "cmdhfgallagher.h"
#include "generator.h" #include "generator.h"

View file

@ -1,14 +1,22 @@
/** //-----------------------------------------------------------------------------
* Matt Moran (@DarkMatterMatt), 2021 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
* ----------------------------------------------------------------------------- //
* This program is free software: you can redistribute it and/or modify it // This program is free software: you can redistribute it and/or modify
* under the terms of the GNU General Public License as published by the // it under the terms of the GNU General Public License as published by
* Free Software Foundation, either version 3 of the License, or (at your // the Free Software Foundation, either version 3 of the License, or
* option) any later version. // (at your option) any later version.
* ----------------------------------------------------------------------------- //
* High frequency GALLAGHER tag commands. // This program is distributed in the hope that it will be useful,
* MIFARE DESFire, AIDs 2081F4-2F81F4 // but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//-----------------------------------------------------------------------------
// High frequency GALLAGHER tag commands.
// MIFARE DESFire, AIDs 2081F4-2F81F4
//-----------------------------------------------------------------------------
#ifndef CMDHFGALLAGHER_H__ #ifndef CMDHFGALLAGHER_H__
#define CMDHFGALLAGHER_H__ #define CMDHFGALLAGHER_H__

View file

@ -1,13 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>, Hagen Fritsch // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Copyright (C) 2011 Gerhard de Koning Gans
// Copyright (C) 2014 Midnitesnake & Andy Davies & Martin Holst Swende
// Copyright (C) 2019 piwi
// Copyright (C) 2020 Iceman
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency iClass commands // High frequency iClass commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Copyright (C) 2011 Gerhard de Koning Gans
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency iClass support // High frequency iClass support
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Ultralight Code (c) 2021 Iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// This code is licensed to you under the terms of the GNU GPL, version 2 or, //
// at your option, any later version. See the LICENSE.txt file for the text of // This program is free software: you can redistribute it and/or modify
// the license. // it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE ULTRALIGHT / Jooki commands // High frequency Jooki commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdhfjooki.h" #include "cmdhfjooki.h"
#include <ctype.h> #include <ctype.h>

View file

@ -1,11 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 iceman1001 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A / MFU / Jooki commands // High frequency Jooki commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef CMDHFJOOKI_H__ #ifndef CMDHFJOOKI_H__

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 micolous+git@gmail.com // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Commands for KS X 6924 transit cards (T-Money, Snapper+) // Commands for KS X 6924 transit cards (T-Money, Snapper+)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 micolous+git@gmail.com // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Commands for KS X 6924 transit cards (T-Money, Snapper+) // Commands for KS X 6924 transit cards (T-Money, Snapper+)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency Legic commands // High frequency Legic commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency Legic commands // High frequency Legic commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Merlok - 2017 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// iceman 2018
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Command: hf mf list. It shows data from arm buffer. // Command: hf mf list. It shows data from arm buffer.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Merlok - 2017 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Command: hf mf list. It shows data from arm buffer. // Command: hf mf list. It shows data from arm buffer.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// LTO-CM commands // LTO-CM commands
// LTO Cartridge memory // LTO Cartridge memory

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// LTO-CM commands // LTO-CM commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2011,2012 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE commands // High frequency MIFARE commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2011 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE commands // High frequency MIFARE commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2014 Iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Copyright (C) 2021 Merlok
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE Desfire commands // High frequency MIFARE Desfire commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Iceman, 2014 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Copyright (C) 2021 Merlok
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE Desfire commands // High frequency MIFARE Desfire commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2015, 2016 by piwi // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// fiddled with 2016 Azcid (hardnested bitsliced Bruteforce imp) //
// fiddled with 2016 Matrix ( sub testing of nonces while collecting ) // This program is free software: you can redistribute it and/or modify
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // it under the terms of the GNU General Public License as published by
// at your option, any later version. See the LICENSE.txt file for the text of // the Free Software Foundation, either version 3 of the License, or
// the license. // (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Implements a card only attack based on crypto text (encrypted nonces // Implements a card only attack based on crypto text (encrypted nonces
// received during a nested authentication) only. Unlike other card only // received during a nested authentication) only. Unlike other card only

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2015 piwi // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// hf mf hardnested command // hf mf hardnested command
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,10 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Copyright (C) 2018 drHatson
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE Plus commands // High frequency MIFARE Plus commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2018 Merlok // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE Plus commands // High frequency MIFARE Plus commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Ultralight Code (c) 2013,2014 Midnitesnake & Andy Davies of Pentura // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// 2015,2016,2017 Iceman, Marshmellow //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency MIFARE ULTRALIGHT (C) commands // High frequency MIFARE ULTRALIGHT (C) commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,3 +1,20 @@
//-----------------------------------------------------------------------------
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//-----------------------------------------------------------------------------
// High frequency MIFARE ULTRALIGHT (C) commands
//-----------------------------------------------------------------------------
#ifndef CMDHFMFU_H__ #ifndef CMDHFMFU_H__
#define CMDHFMFU_H__ #define CMDHFMFU_H__

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// SEOS commands // SEOS commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2021 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// SEOS commands // SEOS commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman1001 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A / ST commands // High frequency ISO14443A / ST commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman1001 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A / ST commands // High frequency ISO14443A / ST commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman1001 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A / ST25TA commands // High frequency ISO14443A / ST25TA commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman1001 // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency ISO14443A / ST25TA commands // High frequency ISO14443A / ST25TA commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Thinfilm commands // Thinfilm commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2019 iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Thinfilm commands // Thinfilm commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2015 Piwi // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency Topaz (NFC Type 1) commands // High frequency Topaz (NFC Type 1) commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2015 Piwi // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// High frequency Topaz (NFC Type 1) commands // High frequency Topaz (NFC Type 1) commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,4 +1,18 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//-----------------------------------------------------------------------------
// Waveshare commands // Waveshare commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// from ST25R3911B-NFC-Demo source code by Waveshare team // from ST25R3911B-NFC-Demo source code by Waveshare team

View file

@ -1,4 +1,18 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//-----------------------------------------------------------------------------
// Waveshare commands // Waveshare commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Hardware commands // Hardware commands
// low-level hardware control // low-level hardware control

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Hardware commands // Hardware commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,13 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// Modified by
// Marshellow
// Iceman
// Doegox
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency commands // Low frequency commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency commands // Low frequency commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,11 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Authored by Craig Young <cyoung@tripwire.com> based on cmdlfhid.c structure // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// cmdlfhid.c is Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is distributed in the hope that it will be useful,
// at your option, any later version. See the LICENSE.txt file for the text of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// the license. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency AWID26/50 commands // Low frequency AWID26/50 commands
// FSK2a, RF/50, 96 bits (complete) // FSK2a, RF/50, 96 bits (complete)

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency AWID commands // Low frequency AWID commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency COTAG commands // Low frequency COTAG commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Iceman // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency COTAG commands // Low frequency COTAG commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,8 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency FDX-A FECAVA Destron tag commands // Low frequency FDX-A FECAVA Destron tag commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,8 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency FDX-A FECAVA Destron tag commands // Low frequency FDX-A FECAVA Destron tag commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman <iceman at icesql.net> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency EM4x commands // Low frequency EM4x commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,8 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 iceman <iceman at icesql.net> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// This code is licensed to you under the terms of the GNU GPL, version 2 or, //
// at your option, any later version. See the LICENSE.txt file for the text of // This program is free software: you can redistribute it and/or modify
// the license. // it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency EM commands // Low frequency EM commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,14 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// modified marshmellow
// modified Iceman, 2020
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency EM4x commands // Low frequency EM410x commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdlfem410x.h" #include "cmdlfem410x.h"

View file

@ -1,9 +1,17 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// 2016, 2017 marshmellow, iceman //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency EM 410x commands // Low frequency EM 410x commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,11 +1,19 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com> // Copyright (C) Proxmark3 contributors. See AUTHORS.md for details.
// //
// This code is licensed to you under the terms of the GNU GPL, version 2 or, // This program is free software: you can redistribute it and/or modify
// at your option, any later version. See the LICENSE.txt file for the text of // it under the terms of the GNU General Public License as published by
// the license. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// See LICENSE.txt for the text of the license.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Low frequency EM4x commands // Low frequency EM4x05 commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdlfem4x05.h" #include "cmdlfem4x05.h"

Some files were not shown because too many files have changed in this diff Show more