Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Functions: c strings

String C-style conversions (convert \n to a newline and vice versa) More...

Functions

idaman THREAD_SAFE char *ida_export str2user (char *dst, const char *src, size_t dstsize)
 Make a user representation.
 
idaman THREAD_SAFE char *ida_export user2str (char *dst, const char *src, size_t dstsize)
 Make an internal representation.
 
idaman THREAD_SAFE char ida_export back_char (const char **p)
 Translate char after '\'.
 
idaman THREAD_SAFE void ida_export qstr2user (qstring *dst, const char *src, int nsyms=-1)
 see str2user()
 
THREAD_SAFE void qstr2user (qstring *dst, const qstring &src)
 
idaman THREAD_SAFE void ida_export user2qstr (qstring *dst, const qstring &src)
 see user2str()
 

Detailed Description

String C-style conversions (convert \n to a newline and vice versa)