pyecsca
Provides a mix-in class of a flashable target (e.g. one where the code gets flashed to it before running).
Bases: ABC
ABC
A flashable target.
Flash the firmware at fw_path to the target.
fw_path¶ (str) – The path to the firmware blob.
str
bool
Whether the flashing was successful.