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
Return string filled with the specified character
     chr - character to fill with
     len - number of characters
Returns: filled string
Thread-safe function.

string strfill(long chr, long len);

Index | Previous topic | Next topic