Returns the absolute path
(self, path)
| 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 | """ |