mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-28 10:57:56 +08:00
make style
This commit is contained in:
parent
75c2462777
commit
ebba11b3f5
5 changed files with 15 additions and 15 deletions
|
@ -403,9 +403,9 @@ static bool prev_keep = false;
|
|||
* @param period_1
|
||||
* @param command (in binary char array)
|
||||
*/
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint16_t period_0, uint16_t period_1,
|
||||
const uint8_t *symbol_extra, uint16_t *period_extra, uint8_t *command,
|
||||
bool verbose, bool keep_field_on, uint32_t samples, bool ledcontrol) {
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint16_t period_0, uint16_t period_1,
|
||||
const uint8_t *symbol_extra, uint16_t *period_extra, uint8_t *command,
|
||||
bool verbose, bool keep_field_on, uint32_t samples, bool ledcontrol) {
|
||||
|
||||
if (!prev_keep) {
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
|
||||
#include "pm3_cmd.h" // struct
|
||||
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint16_t period_0, uint16_t period_1,
|
||||
const uint8_t *symbol_extra, uint16_t *period_extra, uint8_t *command, bool verbose,
|
||||
bool keep_field_on, uint32_t samples, bool ledcontrol);
|
||||
void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint16_t period_0, uint16_t period_1,
|
||||
const uint8_t *symbol_extra, uint16_t *period_extra, uint8_t *command, bool verbose,
|
||||
bool keep_field_on, uint32_t samples, bool ledcontrol);
|
||||
|
||||
void ReadTItag(bool ledcontrol);
|
||||
void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc, bool ledcontrol);
|
||||
|
@ -38,8 +38,8 @@ void CmdHIDsimTAGEx(uint32_t hi2, uint32_t hi, uint32_t lo, uint8_t longFMT, boo
|
|||
void CmdHIDsimTAG(uint32_t hi2, uint32_t hi, uint32_t lo, uint8_t longFMT, bool ledcontrol);
|
||||
|
||||
void CmdFSKsimTAGEx(uint8_t fchigh, uint8_t fclow, uint8_t separator, uint8_t clk, uint16_t bitslen,
|
||||
uint8_t *bits, bool ledcontrol, int numcycles);
|
||||
void CmdFSKsimTAG(uint8_t fchigh, uint8_t fclow, uint8_t separator, uint8_t clk, uint16_t bitslen,
|
||||
uint8_t *bits, bool ledcontrol, int numcycles);
|
||||
void CmdFSKsimTAG(uint8_t fchigh, uint8_t fclow, uint8_t separator, uint8_t clk, uint16_t bitslen,
|
||||
uint8_t *bits, bool ledcontrol);
|
||||
void CmdASKsimTAG(uint8_t encoding, uint8_t invert, uint8_t separator, uint8_t clk, uint16_t size,
|
||||
const uint8_t *bits, bool ledcontrol);
|
||||
|
@ -62,7 +62,7 @@ void T55xxResetRead(uint8_t flags, bool ledcontrol);
|
|||
//id T55xxWriteBlock(uint32_t data, uint8_t blockno, uint32_t pwd, uint8_t flags, bool ledcontrol);
|
||||
void T55xxWriteBlock(uint8_t *data, bool ledcontrol);
|
||||
// void T55xxWriteBlockExt(uint32_t data, uint8_t blockno, uint32_t pwd, uint8_t flags);
|
||||
void T55xxReadBlock(uint8_t page, bool pwd_mode, bool brute_mem, uint8_t block, uint32_t pwd,
|
||||
void T55xxReadBlock(uint8_t page, bool pwd_mode, bool brute_mem, uint8_t block, uint32_t pwd,
|
||||
uint8_t downlink_mode, bool ledcontrol);
|
||||
void T55xxWakeUp(uint32_t pwd, uint8_t flags, bool ledcontrol);
|
||||
void T55xx_ChkPwds(uint8_t flags, bool ledcontrol);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// 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
|
||||
|
|
|
@ -596,8 +596,8 @@ SIMDExecInstr GetSIMDInstrAuto(void) {
|
|||
|
||||
// determine the available instruction set at runtime and call the correct function
|
||||
uint64_t crack_states_bitsliced_dispatch(uint32_t cuid, uint8_t *best_first_bytes, statelist_t *p,
|
||||
uint32_t *keys_found, uint64_t *num_keys_tested,
|
||||
uint32_t nonces_to_bruteforce, const uint8_t *bf_test_nonce_2nd_byte,
|
||||
uint32_t *keys_found, uint64_t *num_keys_tested,
|
||||
uint32_t nonces_to_bruteforce, const uint8_t *bf_test_nonce_2nd_byte,
|
||||
noncelist_t *nonces) {
|
||||
switch (GetSIMDInstrAuto()) {
|
||||
#if defined(COMPILER_HAS_SIMD_AVX512)
|
||||
|
|
|
@ -6037,8 +6037,8 @@
|
|||
"command": "hw connect",
|
||||
"description": "connects to a proxmark3 device via specified serial port. baudrate here is only for physical uart or uart-bt, not for usb-cdc or blue shark add-on",
|
||||
"notes": [
|
||||
"hw connect -p com3",
|
||||
"hw connect -p com3 -b 115200"
|
||||
"hw connect -p /dev/ttyacm0",
|
||||
"hw connect -p /dev/ttyacm0 -b 115200"
|
||||
],
|
||||
"offline": true,
|
||||
"options": [
|
||||
|
@ -10237,6 +10237,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 601,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2022-01-06T12:03:19"
|
||||
"extracted_on": "2022-01-06T19:05:01"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue