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
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from .test_core import TestCore
from .test_discoverer import TestDiscoverer
from .test_tracer import TestTracer
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import frida
import platform
import subprocess
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import frida
from frida.core import Reactor
from frida.discoverer import Discoverer, UI
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import frida
from frida.core import Reactor
from frida.tracer import Tracer, TracerProfileBuilder, MemoryRepository, UI