# HG changeset patch # User Mychaela Falconia # Date 1613589500 0 # Node ID 9c3155221b0ea9b8bbb39f79df1113c66f3c943c # Parent 5f3b16fd4321fb7fc236ab4781cf8852cb20a989 doc/Low-level-commands: readef command documented diff -r 5f3b16fd4321 -r 9c3155221b0e doc/Low-level-commands --- a/doc/Low-level-commands Wed Feb 17 19:04:00 2021 +0000 +++ b/doc/Low-level-commands Wed Feb 17 19:18:20 2021 +0000 @@ -70,7 +70,16 @@ practice, as the SIM will normally reject any requested length that does not match the current EF record length. -readef +readef File_ID + +This fc-simtool command provides a slightly higher-level facility for examining +the content of transparent EFs, combining select and readbin operations. The +sole File_ID argument is the same as for the low-level select command; if the +SIM response to this SELECT indicates a transparent EF (it is an error +otherwise), readef follows up with a READ BINARY command to read the entire file +(or the first 256 bytes if the file is longer) and displays the read content in +raw hex. + savebin Writing commands