MCPcopy Create free account
hub / github.com/d78ui98/APKDeepLens / return_abs_path

Method return_abs_path

APKDeepLens.py:271–275  ·  view source on GitHub ↗

Returns the absolute path

(self, path)

Source from the content-addressed store, hash-verified

269 util.mod_log(f"[-] jadx not found at: {jadx_path}", util.FAIL)
270
271 def return_abs_path(self, path):
272 """
273 Returns the absolute path
274 """
275 return os.path.abspath(path)
276
277 def apk_exists(self, apk_filename):
278 """

Callers 1

APKDeepLens.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected