binaryninja/commercial/scc-docs/sprintf.txt

15 lines
395 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
sprintf
=======
:title: Shellcode Compiler Runtime
---------------------------------------------
int sprintf(char* out, const char* fmt, ...);
---------------------------------------------
Writes a formatted string with format `fmt` to the string `out`. See the link:format.html[format specifier reference]
for the supported format specifiers.
See also
--------
link:snprintf.html[snprintf]