MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / sym

Function sym

scripts/thread-stalker.js:326–329  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

324}
325
326function sym(addr) {
327 if (!CONFIG.symbolicate) return addr.toString();
328 return resolve(addr).text;
329}
330
331// returns formatted string, or null if it should be dropped by scope
332function formatEvent(state, ev) {

Callers 1

formatEventFunction · 0.70

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected