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

Method encodeNullString

payloads/rce_worker.js:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 return this;
39 }
40 encodeNullString() {
41 this.encode('uint32_t', 0xffffffff);
42 return this;
43 }
44 static argumentAlignment(arg) {
45 switch (arg.type) {
46 case 'uint64_t':

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.95

Tested by

no test coverage detected