syscaller-wrap-macro

Crates.iosyscaller-wrap-macro
lib.rssyscaller-wrap-macro
version0.2.3
created_at2025-07-30 20:40:25.012671+00
updated_at2025-09-03 20:36:26.927341+00
descriptionProcedural macro for parsing C function signatures into syscall wrappers for syscaller crate
homepagehttps://github.com/mathyslv/syscaller
repositoryhttps://github.com/mathyslv/syscaller
max_upload_size
id1774052
size15,339
Mathys L (mathyslv)

documentation

https://docs.rs/syscaller

README

syscaller-wrap-macro

Example usage

wrap_syscall! {
    1 : ssize_t write(int fd, void *buf, size_t count),
    57 : int fork(),
    59 : int execve(const char *path, char *const *argv, char *const *envp),
    319 : int memfd_create(const char *name, unsigned int flags),
}
Commit count: 38

cargo fmt