-
Notifications
You must be signed in to change notification settings - Fork 92
HydraFW Hex dump guide
Baldanos edited this page Nov 14, 2016
·
6 revisions
This guide is updated towards firmware release HydraFW v0.8 Beta: HydraFW (HydraBus) v0.8-beta-0-ga2aab9d 2016-10-13
In various modes, the hd
command allows to read data and display it in a hexdump format instead of raw bytes.
Since 613bde17bbb00f4fe82f7d0550538eeb8b2517ae, the parameter value can be between 1 and 4294967295 (4GB)
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.
##Convert hexdump data to binary
It is possible to convert the output from HydraFW to a binary file using the 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