MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / parseRpath

Method parseRpath

helpers/scanner/parsers/macho-node/parser.js:394–402  ·  view source on GitHub ↗
(type, buf)

Source from the content-addressed store, hash-verified

392 }
393
394 parseRpath (type, buf) {
395 if (buf.length < 8)
396 throw new Error('lc_rpath OOB');
397
398 return {
399 type: type,
400 name: this.parseLCStr(buf, 0),
401 };
402 }
403
404 parseLoadDylib (type, buf) {
405 if (buf.length < 16)

Callers 1

parseCommandMethod · 0.95

Calls 1

parseLCStrMethod · 0.95

Tested by

no test coverage detected