Commit graph

50 commits

Author SHA1 Message Date
gator96100 5f5e8758ab Setup for WSL/Linux done 2020-12-29 17:22:09 +01:00
gator96100 9e224b011b Template files for vscode 2020-12-29 14:55:31 +01:00
iceman1001 3d3784c9df ignore bmp files 2020-09-17 19:30:42 +02:00
iceman1001 d5a92a7c17 update gitignore to skip tools/cryptorf executables 2020-08-21 14:13:26 +02:00
iceman1001 7e5b929749 updated ignore file 2020-07-06 05:46:46 +02:00
Lukas Kuzmiak ed06f72c3f add *.tmp to .gitignore, my git client goes insane during compilation 2020-06-09 15:57:06 -07:00
Philippe Teuwen 8418e89180 fix gitignore, was masking tools/fpga_compress 2020-06-08 02:49:38 +02:00
Philippe Teuwen 888235cd74 gitignore 2020-05-22 01:02:00 +02:00
Philippe Teuwen a739d33398 Add mf_nonce_brute from https://github.com/iceman1001/mf_nonce_brute and merge to pm3 Makefile 2020-05-15 13:07:27 +02:00
Philippe Teuwen fad25e36ed gitignore 2020-04-22 17:44:29 +02:00
Philippe Teuwen 7d1ef452b9 update gitignore 2020-04-18 16:27:20 +02:00
iceman1001 c2f4b18add chg: updated gitignore file to match new folder structure 2020-04-16 16:53:28 +02:00
iceman1001 1794acc658 #586 - ignore html files 2020-03-02 16:47:55 +01:00
iceman1001 fade194bbe ignore gz files 2020-02-12 09:57:00 +01:00
iceman1001 c36b414f0f ignore old/swp files 2019-11-19 08:32:30 +01:00
Iceman df40da1380 ignore bmptst (@wzvlad) 2019-09-09 13:38:44 +02:00
iceman1001 da4da03d32 ignore .proxmark3 folder 2019-09-06 16:52:25 +02:00
Iceman c373929c75 ignore renamed flasher 2019-09-06 09:15:02 +02:00
Philippe Teuwen 23044c00d0 rename and move dict files 2019-08-22 22:16:33 +02:00
Philippe Teuwen d19754567d summer restructuring:
* .h include only the strict minimum for their own parsing
  * this forces all files to include explicitment their needs and not count on far streched dependencies
  * this helps Makefile to rebuild only the minimum
  * according to this rule, most standalone .h are now gone
  * big app.h is gone
  * remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
  * bring zlib to common/
  * bring stuff not really/not yet used in common back to armsrc/ or client/
  * bring liblua into client/
  * bring uart into client/
  * move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
  * treat deps in armsrc/ as in client/
  * client: stop on warning (-Werror), same as for armsrc/

Tested on:

* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
slurdge 32382ace3b Ignore local openocd configuration 2019-07-18 22:28:07 +02:00
slurdge 8926114b41 Gitignore more linux profile related files 2019-07-06 16:31:06 +02:00
Philippe Teuwen 355319e36a Automate make clean when platform definitions are changed 2019-06-01 01:37:02 +02:00
iceman1001 b55e812653 chg: ignore makefile.platform 2019-05-20 10:55:42 -04:00
Philippe Teuwen e93b4e3c61 Remove usb_cmd refs 2019-05-08 11:17:14 +02:00
Iceman 6cb6f8739e
Update .gitignore 2019-05-07 22:04:45 +02:00
vratiskol 9531072948 Add ignore json file 2019-03-27 23:33:02 +01:00
iceman1001 9e5f928d27 chg: ignore bash history 2019-03-13 12:39:21 +01:00
Hector Sanjuan 746299b9ad Add nonce2key to .gitignore 2018-10-21 20:13:46 +02:00
iceman1001 4d8488e14b CHG: https://github.com/Proxmark/proxmark3/pull/631 from offical repo. (piwi)
CHG: textual adjustments
2018-07-28 14:25:12 +02:00
iceman1001 2e3308b257 add: 'script run mifareplus' - a script to communicate with Mifare Plus tag. (@dceliano)
chg: added a bunch of gitignores for my dev-env.
2018-04-05 11:57:44 +02:00
iceman1001 3108293c1f ADD: New standalone mode by (@cjbrigato) Excellent work! 2017-10-20 15:29:33 +02:00
iceman1001 fa8da9e651 some updated scripts 2017-07-04 20:05:50 +02:00
iceman1001 89b24a69c0 CHG: adjustments of gitconfigurations. 2017-06-26 21:42:22 +02:00
BOURDY Romain 2419ac3af9 Start fixing AppVeyor 2017-04-29 13:25:27 +02:00
Gabriele Gristina 0325c12f35 Speedup Mifare Plus Attack v2.1 (stable) 2016-10-21 00:43:43 +02:00
iceman1001 452aab1e59 ADD; first try at reading calypso tags 2016-03-20 20:22:35 +01:00
iceman1001 7f975d7e17 FIX: one of these days I will start being more observant about argument order 2016-01-15 15:22:25 +01:00
iceman1001 0d5ee8e245 ADD: @pwpiwi 's latest changes to 'hf mf hardnested' 2016-01-13 09:31:13 +01:00
iceman1001 91d62a18fb ADD: @piwi's changes to .gitignore. 2015-11-09 21:47:26 +01:00
iceman1001 3bc7b13d23 ADD: @marshmellow42's decrypt crypto-1 method,
ADD:  @piwi's latest commit to PM3 Master, aiming at the WDR in "hf mf mifare".
2015-10-11 09:07:29 +02:00
Gil Cohen 925e8aa978 gitignore updated because of new bin 2015-07-28 14:05:42 -04:00
iceman1001 9783989b40 ADD: pwpiwi 's FPGA compress 2015-06-25 12:22:34 +02:00
pwpiwi 6e2f51a06e add *.eml to .gitignore 2014-08-05 18:45:37 +02:00
pwpiwi 1604d0a290 Merge branch 'master' of https://github.com/Proxmark/proxmark3 2014-07-01 07:09:21 +02:00
pwpiwi 0dcf1ee3fd git housekeeping:
- added *.log files to .gitignore
- new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files
2014-06-27 19:23:42 +02:00
iZsh 3b2fee43ea New LF edge detection algorithm + lowpass filter
This is a new LF edge detection algorithm for the FPGA.

- It uses a low-pass IIR filter to clean the signal
(see https://fail0verflow.com/blog/2014/proxmark3-fpga-iir-filter.html)
- The algorithm is able to detect consecutive peaks in the same
  direction
- It uses an envelope follower to dynamically adjust the peak thresholds
- The main threshold used in the envelope follower can be set from the ARM side

fpga/lf_edge_detect.v,
fpga/lp20khz_1MSa_iir_filter.v,
fpga/min_max_tracker.v: New file.

fpga/lo_edge_detect.v, fpga/fpga_lf.v: Modify accordingly.

armsrc/apps.h (FPGA_CMD_SET_USER_BYTE1,
FPGA_CMD_SET_EDGE_DETECT_THRESHOLD): New FPGA command.
fpga/fpga_lf.v: Modify accordingly/Add a 8bit user register.

fpga/fpga_lf.bit: Update accordingly.

fpga/tests: New directory for testbenches

fpga/tests/Makefile: New file. It compiles the testbenches
and runs all the tests by default (comparing with the golden output)

fpga/tests/tb_lp20khz_1MSa_iir_filter.v,
fpga/tests/tb_min_max_tracker.v,
fpga/tests/tb_lf_edge_detect.v: New testbenches

fpga/tests/plot_edgedetect.py: New script to plot the results from
the edge detection tests.

fpga/tests/tb_data: New directory for data and golden outputs
2014-06-27 14:27:03 +02:00
iZsh 7cc204bff8 THIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams and load them on-demand. 2014-06-20 01:02:59 +02:00
ikarus 7eb0f3d0ff Added lua, luac and proxmark3 (compieled binaries) to .gitignore. 2014-04-02 21:51:35 +02:00
pwpiwi 1929af0c9e Provide .gitignore to prevent unwanted files to be committed 2014-03-25 21:31:37 +01:00