aiooss-ledger
aiooss-ledger
The following code does not behave the same depending on Unicorn version: - with Unicorn 2, this code returns "intno == 3". - with Unicorn 1, this code returns nothing....
The following code snippet causes a segmentation fault on Ubuntu 18.04 LTS (Python 3.8.10): ``` [1] 23351 segmentation fault (core dumped) python test_min.py ``` ```Python import unicorn as uc class...
Users can already load dynamic ELF using Rainbow elfloader, but no shared library are loaded. Maybe with some tweaks to the elfloader, we could allow users to load shared library...
How to reproduce: - Use Ubuntu 20.04 - Create a new empty Python VirtualEnv: `python -m venv venv` - Install rainbow and pytest: `pip install git+https://github.com/Ledger-Donjon/rainbow pytest` - Run `pytest`...
This pull request proposes to rename "Ledger Test" to "Ledger Nano S Plus" and adds a header to explain to the user what is happening in this file.