diff --git a/Software/EM4233_010Editor_Template.bt b/Software/EM4233_010Editor_Template.bt new file mode 100644 index 0000000..e762546 --- /dev/null +++ b/Software/EM4233_010Editor_Template.bt @@ -0,0 +1,33 @@ +//------------------------------------------------ +//--- 010 Editor v9.0.1 Binary Template +// +// File: EM4233 ChameleonMini dump format +// Authors: ceres-c +// Version: 1.0 +// Purpose: Quick edit of custom dumps +// Category: Electronics +// File Mask: +// ID Bytes: +// History: +// 1.0 2018-12-27 ceres-c: Initial release +//------------------------------------------------ + +struct FILE { + struct Card_dump { + char Data[4] ; + } block [52]; + + struct Emulation_data { + char UID[8] ; + char AFI[1] ; + char DSFID[1] ; + char RFU[2] ; + char Info_bits[4] ; + struct Lock_status_bytes { + char lsbyte ; + } lsb [52]; + char Password[4] ; + char Key[12] ; + } emudata; + +} file ; \ No newline at end of file