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

Fixed region merging during memory mapping #30

Closed kingofpayne closed 2 years ago

kingofpayne commented 2 years ago

Previous implementation of map_space has some issues :

Those issues have been found by trying to execute the pin_fault.py example, which fails on my current configuration.

The changes propose a new implementation for the region merging algorithm. It must be verified and tested.