Ledger-Donjon / rainbow

Makes Unicorn traces. Generic Side-Channel and Fault Injection simulator
GNU Lesser General Public License v3.0
172 stars 34 forks source link

OAES example crashes on failing to find "value" field in the trace #48

Closed adrianthillard closed 1 year ago

adrianthillard commented 1 year ago

The example parse the trace, looking for field "reg", or field "value". However, some elements of the trace contain neither one nor the other and this produces a crash.

yhql commented 1 year ago

Thanks for the fix!