Crates.io | anyix |
lib.rs | anyix |
version | 0.1.13 |
source | src |
created_at | 2022-09-30 21:04:01.786045 |
updated_at | 2022-11-20 22:36:19.294807 |
description | lightweight instruction encoding for arbitrary fallback execution |
homepage | |
repository | |
max_upload_size | |
id | 677513 |
size | 21,886 |
AnyIx
is a lightweight instruction encoding scheme intended to allow arbitrary instruction execution without the need for adding direct support for the instructions within a program. Care needs to be taken when using this as it can easily lead to exploits, to prevent unintended consequences, the reference implementation of the handle_anyix
function prevents "re-entrant cpi calls".