Crate real_c_string
source ·Macros
- Produces a C-string literal with the same representation as that of strings in C at ASM level Used in vmprotect crate, because vmprotect disassembles code and finds usages like this.
- Same as
real_c_string
, but used for wchar_t* strings