Denis Bodor (aka Lefinnois)

Results 6 issues of Denis Bodor (aka Lefinnois)

Hi, Here's a patch adding a command to receive a smartcard message with a timeout. With the existing code, a successful read can only be achieved by specifying the exact...

Add support for [i2c-tiny-usb](https://github.com/harbaum/I2C-Tiny-USB) via a new `i2ctinyusb` driver. It's a device you can create yourself using an AVR ATtiny45 microcontroller or a [Raspberry Pi Pico board](https://github.com/Nicolai-Electronics/rp2040-i2c-interface), and which allows...

Hi, On a Raspberry Pi OS Lite installation, in headless mode, the report is not generated because `analysis.py` dies. By executing the script by hand we see that the error...

Hi, I adjusted the shebang, put the make binary in a variable and added a condition to detect the OS to adjust NUM_PROC (no nproc command under FreeBSD). It works...

It would be great to be able to define aliases for certain recurring commands, like "`alias atr = ]%%[read:33`" for smartcards or something like that. Aliases could be loaded from...

new feature

It is possible to protect your PEM file with AES encryption and a password, with something like: ``` openssl ec -in keys.pem -out keys_encrypted.pem -aes256 ``` but picotool does not...