=Simulating=
The following assumes you have an EXTERNAL build environment (such as WinAVR, or avr-gcc). If you'd like to use Building with Atmel Studio to build the projectis possible, see instructions at the end of this pagebut not documented/supported right now.
== Opening Object File ==
* You'll have to modify the <code>simpleserial-aes.c</code> file to directly call your encryption function.
* Set a breakpoint at the higher-level code, as this is where the trigger starts. Check how many cycles it takes to reach the first vulnerable portion of your code.
=Building=