Add encoding markers

This commit is contained in:
Ole André Vadla Ravnås
2014-01-06 00:23:20 +01:00
parent 0399aaa09b
commit daef66eae5
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
def spawn(command_line, device_id = None):
return get_device_manager().get_device(device_id).spawn(command_line)
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import bisect
import collections
import fnmatch
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from frida.core import ModuleFunction
class Discoverer(object):
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from frida.core import ModuleFunction
import os
import fnmatch