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

Pass all arguments to rainbow.start() #28

Closed aiooss-ledger closed 2 years ago

aiooss-ledger commented 2 years ago

Currently I am unable to set the parameter verbose=False on rainbow._start() as this argument is not pass-though in rainbow.start().

This patch proposes to rename _start to start.