MCPcopy Create free account
hub / github.com/bhideki/darksword / CFStringCreateWithCString

Function CFStringCreateWithCString

payloads/pe_main.js:150–152  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

148 return fcall(CFSTRINGCREATECOPY, ...args);
149 }
150 function CFStringCreateWithCString(...args) {
151 return fcall(CFSTRINGCREATEWITHCSTRING, ...args);
152 }
153 function objc_alloc(class_obj) {
154 return fcall(OBJC_ALLOC, class_obj);
155 }

Callers 1

create_cfstringFunction · 0.70

Calls 1

fcallFunction · 0.70

Tested by

no test coverage detected