proxmark3/client
2013-10-17 19:21:04 +00:00
..
lualibs Some refactoring, also placed wait14443a here 2013-10-17 19:21:04 +00:00
nonce2key removed unused compiler directives, cleaned up some code 2013-10-09 09:59:14 +00:00
obj
scripts Fixed issue where the 'nested'-part of autopwn only used 16 sectors, not bothering with the rest 2013-10-09 19:37:55 +00:00
cli.c
cmddata.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +00:00
cmddata.h
cmdhf.c
cmdhf.h
cmdhf14a.c fixed compiler warnings 2013-10-03 14:36:42 +00:00
cmdhf14a.h
cmdhf14b.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +00:00
cmdhf14b.h
cmdhf15.c removed unused compiler directives, cleaned up some code 2013-10-09 09:59:14 +00:00
cmdhf15.h
cmdhfepa.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
cmdhfepa.h
cmdhficlass.c
cmdhficlass.h
cmdhflegic.c More patches from en4rab to the hexsamples, plus patches to legicsave and legicdecode (also by en4rab). 2013-07-12 20:03:31 +00:00
cmdhflegic.h
cmdhfmf.c integrated MIFARE ultralight features, contributed by 'midnitesnake' 2013-10-11 08:43:23 +00:00
cmdhfmf.h integrated MIFARE ultralight features, contributed by 'midnitesnake' 2013-10-11 08:43:23 +00:00
cmdhw.c Added more informations at command hw version. Now we can get some informations of microcontroller. 2013-10-04 18:54:10 +00:00
cmdhw.h
cmdlf.c fixed compiler warnings 2013-10-03 14:36:42 +00:00
cmdlf.h
cmdlfem4x.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +00:00
cmdlfem4x.h
cmdlfhid.c
cmdlfhid.h
cmdlfhitag.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
cmdlfhitag.h
cmdlfpcf7931.c
cmdlfpcf7931.h
cmdlft55xx.c
cmdlft55xx.h
cmdlfti.c
cmdlfti.h
cmdmain.c Only superficial changes, to get rid of compiler warnings 2013-09-19 19:53:09 +00:00
cmdmain.h Major changes to hf mf mifare 2013-06-26 21:13:02 +00:00
cmdparser.c
cmdparser.h
cmdscript.c Reworked how to call 'standard' stuff from within lua scripts, so now it's much simpler both in lines of code and usage. A script can now call core.console('hf mf nested 1 0 a ffffffffffff') in order to execute anything via the old command line parser 2013-10-04 19:29:46 +00:00
cmdscript.h Added 'core'-api, also added some error handling in scripts 2013-05-24 21:05:45 +00:00
data.c
data.h
elf.h
eml2lower.sh
eml2UPPER.sh
flash.c i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh. 2013-10-05 16:55:53 +00:00
flash.h show device name during flashing and change advice on hanging 2013-10-05 16:44:48 +00:00
flasher.c i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh. 2013-10-05 16:55:53 +00:00
gen_pm3mfsim_script.sh
graph.c
graph.h
guidummy.c
hitag2.ht2
Info.plist
Makefile removed unused compiler directives, cleaned up some code 2013-10-09 09:59:14 +00:00
mifarehost.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
mifarehost.h Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
pm3_binlib.c Fixed so correct sizes are used across different architectures in the binlib 2013-06-26 12:33:31 +00:00
pm3_binlib.h Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack 2013-05-26 20:05:13 +00:00
pm3_eml2mfd.py
pm3_eml_mfd_test.py
pm3_mfd2eml.py
proxendian.h
proxgui.cpp
proxgui.h
proxguiqt.cpp
proxguiqt.h
proxmark3.c integrated MIFARE ultralight features, contributed by 'midnitesnake' 2013-10-11 08:43:23 +00:00
proxmark3.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
scripting.c with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer, don't try to get the address of it by using '&destination', then you will get a pointer to a pointer. 2013-10-11 08:37:08 +00:00
scripting.h Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack 2013-05-26 20:05:13 +00:00
sleep.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
sleep.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
snooper.c
uart.c Patch by jonor, fixes so uart_receive does not block when data is continuosly received. See http://www.proxmark.org/forum/viewtopic.php?id=1735 2013-09-01 18:46:55 +00:00
uart.h Finally figured out a way to claim a serial port interface under unix 2013-03-22 16:42:26 +00:00
ui.c Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details. 2013-10-08 18:30:01 +00:00
ui.h Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details. 2013-10-08 18:30:01 +00:00
unbind-proxmark
util.c fixed signed/unsigned problem 2013-03-26 20:42:18 +00:00
util.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00