mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Remove validation logic for the -f switch
We cannot assume this is happening locally.
This commit is contained in:
@@ -100,8 +100,6 @@ class ConsoleApplication(object):
|
||||
target = expand_target(target)
|
||||
if target[0] == 'file':
|
||||
argv = target[1]
|
||||
if not os.path.isfile(argv[0]):
|
||||
parser.error("%s: file not found" % argv[0])
|
||||
argv.extend(args)
|
||||
args = []
|
||||
self._target = target
|
||||
|
||||
Reference in New Issue
Block a user