Donjon Tools Suite

Ledger Donjon’s Tools Suite

The Security Team working in the Donjon develops their own tools for their research and assessments. Most of these tools are intended to be shared with the community by providing their source code in order to allow people to contribute to their development.

This page presents these tools in different categories, Software and Hardware related.

You can also check out the Ledger-Donjon Git organization.

Hardware Attack & Analysis Tools

Boards

Scaffold

Scaffold's photograph

Multi-purpose board to control devices with embedded features such as:

  • current consumption measurement,
  • multiple communication protocols (SPI, I2C, UART…),
  • command triggering,
  • pulse generators…

Repository

Curmea

Curmea

Simple board for differential current consumption measurement.

Repository

Silicon Toaster

Silicon Toaster's photograph

Board to inject electromagnetic pulses from a bank of capacitors, that can be loaded to a programmable level of voltage, and discharged with a triggering input source.

Repository

Shutter Controller

Shutter Controller's photograph

A low-cost motorized add-on of optical tower on ALPhANOV’s Laser Microscope Station to control a mechanical shutter.

Repository

Software and utilities

Useful utilities while performing hardware attacks.

Laser Studio

Multi-environment python3 software controlling hardware benches to conduct automatized evaluations.

Repository

pystages

Pystages logo

Python module for managing the positions of physical actuators, such as CNCs, Corvus, or Newport.

Also provides a simple User Interface to make easy and quick moves of actuators.

Repository

pyPDM

This python module can control the Pulse-on-Demand Modules from ALPhANOV.

Repository

Quicklog

Python module for creating log files during a fault injection campaign.

It can link each entry to curve as binary data, for instance retrieved from an oscilloscope.

Repository

Quicklog Explorer

GUI utility for viewing, filtering and plotting generated with Quicklog.

Repository

Visplot

Visplot

A side-channel traces visualizer based on vispy.

Repository

Rainbow

Makes Unicorn traces. Generic Side-Channel and Fault Injection simulator.

Repository

Side-channel Tools

Muscat

Side-channel analysis tool written in Rust for performance optimizations.

Repository

Scadl

Side-channel analysis tool with Deep-Learning features.

Repository

Lascar

Our legacy side-channel python3 library.

Repository

Software Attack & Analysis Tools

cargo-checkct

Written in Rust, it verifies formally if a software is compiled down to constant-time machine code.
More information in this article.

Repository.