Daniel Roethlisberger
Daniel Roethlisberger
SSL 2 uses a version field of 0x0002, not 0x0200. This is confirmed not only in the original Netscape spec [1] and RFC draft of the time [2], but also...
Two fixes for Python 3.12, removing the use of obsolete API. Resolves #53.
Add `UC_CTL_PAUTH_SIGN`, `UC_CTL_PAUTH_STRIP` and `UC_CTL_PAUTH_AUTH` as an architecture-independent interface to pointer authentication operations without having to execute instructions on the virtual CPU. This is useful in many scenarios, for instance...
The sample code for setting up PAC is missing the read register call for `HCR_EL2`. This leads to clobbering `HCR_EL2` with whatever the bits in `SCTLR_EL1` were. Fix by adding...