Skip to content

Library to convert 80-bit long double to and from strings.

License

Notifications You must be signed in to change notification settings

x64dbg/ldconvert

Repository files navigation

ldconvert

Library to convert 80-bit long double to and from strings.

You can compile this on Ubuntu 20.04 (WSL) with the following commands:

sudo apt-get update
sudo apt-get install git build-essential mingw-w64 python3
python3 -m pip install -r requirements.txt
make