MCPcopy Create free account
hub / github.com/codehasan/dex2c / FormatClassToJava

Function FormatClassToJava

androguard/core/bytecode.py:861–873  ·  view source on GitHub ↗

Transform a java class name into the typed variant found in DEX files. example:: >>> FormatClassToJava('java.lang.Object') 'Ljava/lang/Object;' :param i: the input class name :rtype: str

(i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected