OXIESEC PANEL
- Current Dir:
/
/
lib
/
python3.6
/
site-packages
/
procfs
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/07/2025 11:05:01 PM
rwxr-xr-x
📄
__init__.py
400 bytes
11/10/2023 12:39:51 AM
rwxr-xr-x
📁
__pycache__
-
02/07/2025 10:02:44 PM
rwxr-xr-x
📄
procfs.py
35.45 KB
11/10/2023 12:39:51 AM
rwxr-xr-x
📄
utilist.py
887 bytes
11/10/2023 12:39:51 AM
rwxr-xr-x
Editing: __init__.py
Close
#! /usr/bin/python3 # -*- python -*- # -*- coding: utf-8 -*- # SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2008, 2009 Red Hat, Inc. # """ Copyright (c) 2008, 2009 Red Hat Inc. Abstractions to extract information from the Linux kernel /proc files. """ __author__ = "Arnaldo Carvalho de Melo <acme@redhat.com>" __license__ = "GPLv2 License" from .procfs import * from .utilist import *