-
Notifications
You must be signed in to change notification settings - Fork 92
HydraFW Hex dump guide
Benjamin Vernoux edited this page Oct 1, 2018
·
6 revisions
This guide is updated towards firmware release HydraFW v0.9 Beta
In various modes, the hd
command allows to read data and display it in a hexdump format instead of raw bytes.
hd:1…4294967295
for bulk reads from 1 byte and up to (2^32)-1
uart1> hd:31
48 65 6C 6C 6F 20 48 79 64 72 61 46 57 20 21 0A | Hello HydraFW !.
53 61 6D 70 6C 65 20 48 65 78 64 75 6D 70 0A | Sample Hexdump.
It is possible to convert the output from HydraFW to a binary file using the Linux xxd
utility.
Copy the output in a text file, save it then run the following command to convert :
xxd -r -p hexdump.txt > binary.bin
- CHANGELOG
- Console commands
- Binary mode guide
-
NFC/HydraNFC v1 guide
- Read UID of an ISO/IEC_14443 Tag
- Read UID and data of a MIFARE Ultralight Tag
- Read UID of an ISO/IEC 15693 Tag
- Emul ISO14443a Tag
- Emul MIFARE Ultralight Tag
- Emul Mifare Classic Tag
- Unique NFC sniffer design
- Launch NFC sniffer from console
- Sniffer ISO14443A wireshark pcap
- Autonomous/stand-alone sniffer mode
- Sniffer ISO14443A real-time infinite trace mode
- HydraFW-HydraNFC-v1.x-TRF7970A-Tutorial