Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ SStream_Init
Function
SStream_Init
SStream.c:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#endif
24
25
void SStream_Init(SStream *ss)
26
{
27
ss->index = 0;
28
ss->buffer[0] =
'\0'
;
29
}
30
31
void SStream_concat0(SStream *ss, const char *s)
32
{
Callers
5
cs_disasm
Function · 0.85
cs_disasm_iter
Function · 0.85
TMS320C64x_post_printer
Function · 0.85
M68K_getInstruction
Function · 0.85
printAliasBcc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…