META-RIP(1) Hyra General Commands Manual META-RIP(1)
NAME
meta-rip - rip metadata from object file
SYNOPSIS
meta-rip [FILE]
DESCRIPTION
This utility rips metadata from the .meta.note section of an object file that contains the following format:
$Hyra$:
Filename, Author Of Module, Description Of Module
\
Cookie (always first)
Example assembly C code that uses inline assembly to embed a meta string:
#define
__KERNEL_META(meta_str) \
__asm__ __volatile__(".section .meta.note\n" \
".align 4\n" \
".string \"" meta_str "\"\n" \
".previous" \
)
AUTHORS
Ian Moffett <ian@osmora.org>
Hyra Jan 12 2024 Hyra