repo
stringlengths
2
99
file
stringlengths
13
225
code
stringlengths
0
18.3M
file_length
int64
0
18.3M
avg_line_length
float64
0
1.36M
max_line_length
int64
0
4.26M
extension_type
stringclasses
1 value
pyrebox
pyrebox-master/qemu/tests/migration/guestperf.py
#!/usr/bin/python # # Migration test direct invokation command # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or...
857
29.642857
78
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf-batch.py
#!/usr/bin/python # # Migration test batch comparison invokation # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, ...
868
31.185185
78
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/scenario.py
# # Migration test scenario parameter description # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your opt...
3,461
35.0625
91
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/comparison.py
# # Migration test scenario comparison mapping # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option...
4,658
36.272
78
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/engine.py
from __future__ import print_function # # Migration test main engine # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the Licen...
16,396
36.265909
99
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/hardware.py
# # Migration test hardware configuration description # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your...
2,255
34.809524
78
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/progress.py
# # Migration test migration operation progress # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your optio...
3,860
31.720339
78
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/timings.py
# # Migration test timing records # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later v...
1,517
26.107143
78
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/shell.py
from __future__ import print_function # # Migration test command line shell integration # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # ver...
10,845
39.17037
114
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/report.py
# # Migration test output result reporting # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) an...
3,305
32.393939
94
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/plot.py
from __future__ import print_function # # Migration test graph plotting # # Copyright (c) 2016 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the Li...
19,063
29.5024
94
py
pyrebox
pyrebox-master/qemu/tests/migration/guestperf/__init__.py
0
0
0
py
pyrebox
pyrebox-master/qemu/tests/docker/travis.py
#!/usr/bin/env python # # Travis YAML config parser # # Copyright (c) 2016 Red Hat Inc. # # Authors: # Fam Zheng <famz@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 # or (at your option) any later version. See the COPYING file in # the top-level directory. from __future__ import prin...
1,417
27.938776
74
py
pyrebox
pyrebox-master/qemu/tests/docker/docker.py
#!/usr/bin/env python2 # # Docker controlling module # # Copyright (c) 2016 Red Hat Inc. # # Authors: # Fam Zheng <famz@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 # or (at your option) any later version. See the COPYING file in # the top-level directory. from __future__ import pri...
20,630
32.491883
80
py
pyrebox
pyrebox-master/qemu/tests/vm/basevm.py
#!/usr/bin/env python # # VM testing base class # # Copyright 2017 Red Hat Inc. # # Authors: # Fam Zheng <famz@redhat.com> # # This code is licensed under the GPL version 2 or later. See # the COPYING file in the top-level directory. # from __future__ import print_function import os import sys import logging import ...
10,767
36.915493
87
py
pyrebox
pyrebox-master/qemu/tests/image-fuzzer/runner.py
#!/usr/bin/env python # Tool for running fuzz tests # # Copyright (C) 2014 Maria Kustova <maria.k@catit.be> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or...
16,337
36.819444
94
py
pyrebox
pyrebox-master/qemu/tests/image-fuzzer/qcow2/fuzz.py
# Fuzzing functions for qcow2 fields # # Copyright (C) 2014 Maria Kustova <maria.k@catit.be> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your opti...
11,077
29.02168
79
py
pyrebox
pyrebox-master/qemu/tests/image-fuzzer/qcow2/layout.py
# Generator of fuzzed qcow2 images # # Copyright (C) 2014 Maria Kustova <maria.k@catit.be> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option...
27,121
43.172638
79
py
pyrebox
pyrebox-master/qemu/tests/image-fuzzer/qcow2/__init__.py
from __future__ import absolute_import from .layout import create_image
72
23.333333
38
py
pyrebox
pyrebox-master/qemu/tests/acceptance/boot_linux_console.py
# Functional test that boots a Linux kernel and checks the console # # Copyright (c) 2018 Red Hat, Inc. # # Author: # Cleber Rosa <crosa@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. import logging from avocado_qemu impor...
1,517
31.297872
74
py
pyrebox
pyrebox-master/qemu/tests/acceptance/vnc.py
# Simple functional tests for VNC functionality # # Copyright (c) 2018 Red Hat, Inc. # # Author: # Cleber Rosa <crosa@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. from avocado_qemu import Test class Vnc(Test): """ ...
2,469
40.166667
71
py
pyrebox
pyrebox-master/qemu/tests/acceptance/migration.py
# Migration test # # Copyright (c) 2019 Red Hat, Inc. # # Authors: # Cleber Rosa <crosa@redhat.com> # Caio Carrara <ccarrara@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. from avocado_qemu import Test from avocado.utils...
1,533
27.407407
84
py
pyrebox
pyrebox-master/qemu/tests/acceptance/version.py
# Version check example test # # Copyright (c) 2018 Red Hat, Inc. # # Author: # Cleber Rosa <crosa@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. from avocado_qemu import Test class Version(Test): """ :avocado: t...
578
23.125
68
py
pyrebox
pyrebox-master/qemu/tests/acceptance/cpu_queries.py
# Sanity check of query-cpu-* results # # Copyright (c) 2019 Red Hat, Inc. # # Author: # Eduardo Habkost <ehabkost@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. import logging from avocado_qemu import Test class QueryCPU...
936
26.558824
86
py
pyrebox
pyrebox-master/qemu/tests/acceptance/linux_initrd.py
# Linux initrd acceptance test. # # Copyright (c) 2018 Red Hat, Inc. # # Author: # Wainer dos Santos Moschetta <wainersm@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. import logging import tempfile from avocado.utils.proce...
3,192
36.564706
80
py
pyrebox
pyrebox-master/qemu/tests/acceptance/virtio_version.py
""" Check compatibility of virtio device types """ # Copyright (c) 2018 Red Hat, Inc. # # Author: # Eduardo Habkost <ehabkost@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. import sys import os sys.path.append(os.path.join(...
6,718
37.176136
94
py
pyrebox
pyrebox-master/qemu/tests/acceptance/avocado_qemu/__init__.py
# Test class and utilities for functional tests # # Copyright (c) 2018 Red Hat, Inc. # # Author: # Cleber Rosa <crosa@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. import os import sys import uuid import avocado SRC_ROOT...
2,076
28.253521
77
py
pyrebox
pyrebox-master/qemu/docs/conf.py
# -*- coding: utf-8 -*- # # QEMU documentation build configuration file, created by # sphinx-quickstart on Thu Jan 31 16:40:14 2019. # # This config file can be used in one of two ways: # (1) as a common config file which is included by the conf.py # for each of QEMU's manuals: in this case sphinx-build is run multiple...
7,147
31.940092
79
py
pyrebox
pyrebox-master/qemu/docs/devel/conf.py
# -*- coding: utf-8 -*- # # QEMU documentation build configuration file for the 'devel' manual. # # This includes the top level conf file and then makes any necessary tweaks. import sys import os qemu_docdir = os.path.abspath("..") parent_config = os.path.join(qemu_docdir, "conf.py") exec(compile(open(parent_config, "...
531
32.25
76
py
pyrebox
pyrebox-master/qemu/docs/interop/conf.py
# -*- coding: utf-8 -*- # # QEMU documentation build configuration file for the 'interop' manual. # # This includes the top level conf file and then makes any necessary tweaks. import sys import os qemu_docdir = os.path.abspath("..") parent_config = os.path.join(qemu_docdir, "conf.py") exec(compile(open(parent_config,...
569
34.625
93
py
pyrebox
pyrebox-master/plugins/guest_agent.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Jonas Zaddach # Author: Xabier Ugarte-Pedrero # # This program is free software; yo...
43,763
39.977528
110
py
pyrebox
pyrebox-master/plugins/automated_mouse_movements.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,366
30.144737
92
py
pyrebox
pyrebox-master/plugins/__init__.py
0
0
0
py
pyrebox
pyrebox-master/sleuthkit/setupDevRepos.py
# Copyright (c) 2017 Basis Technology. # # This software is distributed under the Common Public License 1.0 # # This script makes the repositories needed to compile The Sleuth Kit and its dependencies. # To use it, first define the needed environment variables (such as LIBEWF_HOME). This script # will then clone the g...
2,172
34.622951
94
py
pyrebox
pyrebox-master/sleuthkit/tools/fiwalk/plugins/odf_extractor.py
#!/usr/bin/python # This is a python program # See: http://www.diveintopython.org/xml_processing/index.html # http://python.active-venture.com/lib/dom-example.html # Author: James Migletz # Filename: odf_extractor.py # Date: 6 May 08 # Description: This program parses Open Office documents # and extracts metadata fr...
3,291
35.175824
95
py
pyrebox
pyrebox-master/sleuthkit/tools/fiwalk/plugins/docx_extractor.py
#!/usr/bin/python # Authors: James Migletz and Simson Garfinkel # Description: Program extracts metadata from # Microsoft Office 2007 packages. Extraction works on # .docx, .xlsx, and .pptx file types # To Do: # Incorporate recursive call to handled embedded docx files # # Filename: docx_extractor.py # Date: ...
9,801
31.243421
91
py
pyrebox
pyrebox-master/sleuthkit/tools/fiwalk/plugins/docx_grep.py
#!/usr/bin/python # Authors: James Migletz and Simson Garfinkel # Description: Compare two XML-containing ZIP files. # * Report parts that are unique to each file. # * For parts that are common to each file, run tkdiff # # Filename: docx_diff.py # Date: 24 Feb 2008 # # See: http://www.diveintopython.org/...
1,460
27.647059
69
py
pyrebox
pyrebox-master/sleuthkit/win32/updateAndBuildAll.py
# Copyright (c) 2017 Basis Technology. # # This software is distributed under the Common Public License 1.0 # # Updates the TSK dependency repos (libewf, etc.), compiles them, and # compiles various TSK platforms using the current branch import codecs import datetime import logging import os import re import shutil im...
9,361
28.074534
167
py
pyrebox
pyrebox-master/sleuthkit/framework/modules/c_FileTypeSigModule/file-5.08/python/example.py
#! /usr/bin/python import magic ms = magic.open(magic.NONE) ms.load() tp = ms.file("/bin/ls") print (tp) f = open("/bin/ls", "rb") buf = f.read(4096) f.close() tp = ms.buffer(buf) print (tp) ms.close()
207
10.555556
27
py
pyrebox
pyrebox-master/sleuthkit/framework/modules/c_FileTypeSigModule/file-5.08/python/setup.py
# Python distutils build script for magic extension from distutils.core import setup setup(name = 'Magic file extensions', version = '0.2', author = 'Reuben Thomas', author_email = 'rrt@sc3d.org', license = 'BSD', description = 'libmagic Python bindings', py_modules = ['magic'])
305
26.818182
51
py
pyrebox
pyrebox-master/sleuthkit/framework/modules/c_FileTypeSigModule/file-5.08/python/magic.py
#!/usr/bin/env python ''' Python bindings for libmagic ''' import ctypes from ctypes import * from ctypes.util import find_library def _init(): """ Loads the shared library through ctypes and returns a library L{ctypes.CDLL} instance """ return ctypes.cdll.LoadLibrary(find_library('magic')) _li...
6,118
28.84878
84
py
pyrebox
pyrebox-master/sleuthkit/framework/docs/fileToDoxPage.py
from __future__ import with_statement import os from optparse import OptionParser """ Creates a Doxygen page that displays the contents of a file. """ if __name__ == "__main__": parser = OptionParser(usage = 'usage: %prog <src_file_path> <output_dir> <page_name> <page_title>') (options, args)...
945
31.62069
103
py
pyrebox
pyrebox-master/exploit_detect/shellcode_detect.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
4,719
29.451613
102
py
pyrebox
pyrebox-master/exploit_detect/shadow_stack.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
10,251
35.098592
147
py
pyrebox
pyrebox-master/exploit_detect/mem_info.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
6,812
36.640884
113
py
pyrebox
pyrebox-master/exploit_detect/__init__.py
0
0
0
py
pyrebox
pyrebox-master/exploit_detect/stack_shift.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
5,158
30.845679
102
py
pyrebox
pyrebox-master/scripts/volatility_example.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
3,036
31.655914
81
py
pyrebox
pyrebox-master/scripts/script_example_min.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,924
27.960396
87
py
pyrebox
pyrebox-master/scripts/page_write_execute_trigger.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
4,441
30.728571
92
py
pyrebox
pyrebox-master/scripts/getset_var_example.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,818
31.034091
84
py
pyrebox
pyrebox-master/scripts/script_example.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
10,116
35.923358
126
py
pyrebox
pyrebox-master/scripts/script_template.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,115
28.388889
81
py
pyrebox
pyrebox-master/scripts/__init__.py
0
0
0
py
pyrebox
pyrebox-master/scripts/mem_write_test.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,851
31.409091
85
py
pyrebox
pyrebox-master/scripts/bp_range_test.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,888
31.829545
81
py
pyrebox
pyrebox-master/scripts/mem_write_breakpoint_test.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
4,330
31.810606
111
py
pyrebox
pyrebox-master/autorun/autorun.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
11,229
31.645349
109
py
pyrebox
pyrebox-master/autorun/__init__.py
0
0
0
py
pyrebox
pyrebox-master/pyrebox/ipython_shell.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
62,411
32.250932
124
py
pyrebox
pyrebox-master/pyrebox/vmi.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
22,453
30.894886
149
py
pyrebox
pyrebox-master/pyrebox/windows_vmi.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
42,412
42.545175
232
py
pyrebox
pyrebox-master/pyrebox/utils.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
3,326
29.245455
86
py
pyrebox
pyrebox-master/pyrebox/linux_vmi.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
17,496
41.365617
122
py
pyrebox
pyrebox-master/pyrebox/cpus.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
17,177
37.515695
85
py
pyrebox
pyrebox-master/pyrebox/api.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
59,338
35.337416
134
py
pyrebox
pyrebox-master/pyrebox/init.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
10,381
34.074324
129
py
pyrebox
pyrebox-master/pyrebox/api_internal.py
# ------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
19,992
34.198944
120
py
pyrebox
pyrebox-master/pyrebox/third_party/__init__.py
0
0
0
py
pyrebox
pyrebox-master/pyrebox/third_party/panda/pmemaddressspace.py
#!/usr/bin/python from __future__ import print_function import volatility.addrspace as addrspace import urllib import socket import struct import sys import api_internal class PMemAddressSpace(addrspace.BaseAddressSpace): def __init__(self, base, config, **kwargs): ''' Initializes the address spac...
3,129
29.686275
89
py
pyrebox
pyrebox-master/pyrebox/third_party/python_modules/hexdump.py
#!/usr/bin/env python # -*- coding: latin-1 -*- # <-- removing this magic comment breaks Python 3.4 on Windows """ 1. Dump binary data to the following text format: 00000000: 00 00 00 5B 68 65 78 64 75 6D 70 5D 00 00 00 00 ...[hexdump].... 00000010: 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF .."3DUfw...........
12,904
28.941995
84
py
pyrebox
pyrebox-master/pyrebox/third_party/python_modules/__init__.py
0
0
0
py
pyrebox
pyrebox-master/pyrebox/third_party/viper/__init__.py
0
0
0
py
pyrebox
pyrebox-master/pyrebox/third_party/viper/strings.py
# This file is part of Viper - https://github.com/viper-framework/viper # See the file 'LICENSE' for copying permission. import os import re from socket import inet_pton, AF_INET6, error as socket_error DOMAIN_REGEX = re.compile('([a-z0-9][a-z0-9\-]{0,61}[a-z0-9]\.)+[a-z0-9][a-z0-9\-]*[a-z0-9]', re.IGNORECASE) IPV4_R...
7,475
69.528302
116
py
pyrebox
pyrebox-master/docs/conf.py
# -*- coding: utf-8 -*- # # PyREbox documentation build configuration file, created by # sphinx-quickstart on Fri Jun 16 10:54:43 2017. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # A...
5,061
29.678788
82
py
pyrebox
pyrebox-master/pyrebox_test/test_5_mem_read.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,352
30.797297
81
py
pyrebox
pyrebox-master/pyrebox_test/test_3_opt_insn_begin.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
3,014
31.419355
116
py
pyrebox
pyrebox-master/pyrebox_test/test_8_opcode_range.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,531
31.050633
117
py
pyrebox
pyrebox-master/pyrebox_test/test_11_insn_end.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,397
30.552632
81
py
pyrebox
pyrebox-master/pyrebox_test/test_7_nic_test.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,774
29.163043
111
py
pyrebox
pyrebox-master/pyrebox_test/test_0_vmi_create_proc.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,495
29.814815
87
py
pyrebox
pyrebox-master/pyrebox_test/test_10_block_end.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,499
30.64557
81
py
pyrebox
pyrebox-master/pyrebox_test/test_6_keystroke.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,356
30.013158
81
py
pyrebox
pyrebox-master/pyrebox_test/__init__.py
0
0
0
py
pyrebox
pyrebox-master/pyrebox_test/test_9_tlb_and_context_change.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,542
28.917647
92
py
pyrebox
pyrebox-master/pyrebox_test/test_4_mem_write.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,382
30.773333
81
py
pyrebox
pyrebox-master/pyrebox_test/test_2_opt_block_begin.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
3,632
32.330275
85
py
pyrebox
pyrebox-master/pyrebox_test/test_12_load_remove_module.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
3,452
30.972222
114
py
pyrebox
pyrebox-master/pyrebox_test/test_1_block_begin.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2017 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
2,657
31.024096
87
py
pyrebox
pyrebox-master/generic_unpacker/memory_dump.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
7,425
43.73494
111
py
pyrebox
pyrebox-master/generic_unpacker/__init__.py
0
0
0
py
pyrebox
pyrebox-master/generic_unpacker/generic_unpacker.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
9,637
30.292208
108
py
pyrebox
pyrebox-master/generic_unpacker/vads.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
5,203
37.835821
113
py
pyrebox
pyrebox-master/mw_monitor2/deviare_db_parser.py
# ------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
41,838
34.218013
125
py
pyrebox
pyrebox-master/mw_monitor2/core.py
# ------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
30,264
31.543011
131
py
pyrebox
pyrebox-master/mw_monitor2/memory_dump.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
7,425
43.73494
111
py
pyrebox
pyrebox-master/mw_monitor2/interproc_callbacks.py
# ------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
44,259
38.412289
148
py
pyrebox
pyrebox-master/mw_monitor2/api_tracer.py
# ------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
26,674
39.355522
192
py
pyrebox
pyrebox-master/mw_monitor2/generic_unpacker_plugin.py
# ------------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/...
3,824
32.26087
84
py
pyrebox
pyrebox-master/mw_monitor2/populate_db.py
# ------------------------------------------------------------------------- # # Copyright (C) 2018 Cisco Talos Security Intelligence and Research Group # # PyREBox: Python scriptable Reverse Engineering Sandbox # Author: Xabier Ugarte-Pedrero # # This program is free software; you can redistribute it and/or mod...
3,615
42.047619
330
py