iceman1001
4bbfc944f3
fix const params, logic, casting
2024-05-14 14:13:13 +02:00
Martijn Plak
e35385fde1
Adding processor flash memory reading, viewing and writing to file.
...
Works when the device is running either osimage or bootloader.
- New memory reading command in osimage and bootloader.
- Extended 'hw readmem' command with length parameter, file writing and hex viewer.
- Introduced '--dumpmem' option to proxmark3 executable to support dumping from bootloader.
Simple interactive examples:
hw readmem -f flashdump
hw readmem -l 1024
CLI example:
./pm3 --dumpmem flashdump.bin
Reading from arbitrary memory ranges can be unlocked using the 'raw' option.
2024-01-22 16:40:05 +01:00
iceman1001
20eddd8250
added a thread that starts when a device is detected to be offline. It runs until it finds a device and reconnects to it. Signals the READLINE hook event and the prompt is updated to match current status. This removes the need to type "hw connect" on clients that has been compiled with READLINE lib.
2023-12-31 15:25:58 +01:00
wh201906
8fdf04fcfb
Receive raw data on the client
2023-11-14 02:17:45 +08:00
wh201906
de7b6f35bc
Clean up the code for timeout
...
Rename UART_TCP_CLIENT_RX_TIMEOUT_MS to UART_NET_CLIENT_RX_TIMEOUT_MS
Add UART_UDP_LOCAL_CLIENT_RX_TIMEOUT_MS for shorter timeout
Check if the target address is local in uart_open()
2023-10-25 23:45:23 +08:00
Philippe Teuwen
c4ff847355
typo
2023-10-20 14:49:39 +02:00
iceman1001
0dc921c6b7
added the udpv6 and also try to identify when v6 is used (tcp/udp)
2023-10-20 12:51:12 +02:00
iceman1001
a35bfbb13e
modified the CLI prompt to also show if TCP/UDP is used in the communication
2023-10-20 10:38:53 +02:00
Eric Betts
4c9f611141
Be more CONSTant with the parameters we will not modify
2022-01-17 14:56:47 -08:00
Philippe Teuwen
30aa7aa7d1
Adapting license headers, WIP
2022-01-08 00:40:52 +01:00
Philippe Teuwen
5fce6271ee
rename typedef struct pm3_device
2021-08-21 21:41:52 +02:00
Philippe Teuwen
6a2f2b3979
rename global conn
2021-08-21 20:21:08 +02:00
Philippe Teuwen
56daa155b5
Iso7816Exchange: avoid sending systematically typeA APDUs firstly on typeB tags
2021-06-04 21:58:38 +02:00
Philippe Teuwen
11334f9440
Isolate ISO7816 select & exchange from EMVcore
2021-06-04 21:58:38 +02:00
iceman1001
feeb32b13f
lf tune - added possiblity to get bar / mix / value (defaul) output of measurements. Also set in preferences
2020-12-21 01:45:03 +01:00
Philippe Teuwen
eadacd82f5
SWIG experiments
...
Squash of the following commits (a full rebase was too hard :( )
* ef309cfdf N - SWIG: create pm3.c (5 months ago) <Philippe Teuwen>
* 05ba6a73f N - swig pm3_device -> pm3 (5 months ago) <Philippe Teuwen>
* d59630183 N - swig: move pm3.i (5 months ago) <Philippe Teuwen>
* 6adcfad75 N - Fix historic make & cmake (5 months ago) <Philippe Teuwen>
* bcbef2edf N - Fix typo with script_embedded (5 months ago) <slurdge>
* 538ee4dab N - Better SWIG integration: autogen func & attributes (5 months ago) <slurdge>
* 756b62466 N - SWIG: few helper scripts (5 months ago) <Philippe Teuwen>
* 47ba4acd0 N - SWIG %extend (5 months ago) <Philippe Teuwen>
* 21841cb9d N - simplify scripts (5 months ago) <Philippe Teuwen>
* 78c4f7929 N - Revert "SWIG experiments: introduce context" (5 months ago) <Philippe Teuwen>
* 1562b75fc N - SWIG experiments: introduce context (5 months ago) <Philippe Teuwen>
* a503dfcd9 N - SWIG experiments (5 months ago) <Philippe Teuwen>
2020-11-10 23:27:21 +01:00
Philippe Teuwen
e3eb8b7401
char* port for OpenProxmark and remove global gui_serial_port_name
2020-06-02 00:49:40 +02:00
Philippe Teuwen
ed1fb14f5f
rework C includes in C++
2020-05-03 12:46:46 +02:00
Bjoern Kerler
81bc0bc2b9
Reorder client src directories
2020-04-16 10:53:24 +02:00