This is a staging site. Uploads will not persist. Testing only.
libmyproxy6t64
Credential Management Service Library
MyProxy is open source software for managing X.509 Public Key Infrastructure
(PKI) security credentials (certificates and private keys). MyProxy
combines an online credential repository with an online certificate
authority to allow users to securely obtain credentials when and where needed.
Users run myproxy-logon to authenticate and obtain credentials, including
trusted CA certificates and Certificate Revocation Lists (CRLs).
libmysql++3t64
MySQL C++ library bindings (runtime)
MySQL++ is a complex C++ API for MySQL (and other SQL databases
soon). The goal of this API is to make working with Queries as easy
as working with other STL Containers.
libusbredirhost1t64
Implementing the usb-host (*) side of a usbredir connection (runtime)
Usbredirhost is a library implementing the usb-host (*) side of a
usbredir connection. All that an application wishing to implement
an usb-host needs to do is:
* Provide a libusb device handle for the device
* Provide write and read callbacks for the actual transport of usbredir data
* Monitor for usbredir and libusb read/write events and call their handlers
libunicorn2t64
Lightweight CPU emulator framework
Unicorn is a CPU emulator which is based on the CPU emulation code from
QEMU. Unlike QEMU, it focuses on the emulation of CPU code without a
full system emulation, but with the goal to make the emulation
extensible and easy to integrate in custom tools. Unicorn provides
language bindings for Python, Ruby, and Rust (among others) and has
instrumentation hooks for various CPU events. This makes Unicorn well
suited for malware analysis and reverse engineering.
libupb0t64
small protobuf implementation in C
upb generates a C API for creating, parsing, and serializing messages as
declared in .proto files. upb is heavily arena-based: all messages always
live in an arena (note: the arena can live in stack or static memory if
desired).