MCPcopy Create free account
hub / github.com/deathmemory/FridaContainer / getStacks

Function getStacks

utils/FCAnd.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 var firstdiscovery = false;
19
20 export function getStacks() {
21 return Java.use("android.util.Log").getStackTraceString(Java.use("java.lang.Exception").$new()) + "";
22 }
23
24 export function showStacks() {
25 Java.perform(function () {

Callers 2

showStacksFunction · 0.85
sendContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected