Here are
41 public repositories
matching this topic...
Exporter for machine metrics
Inject a shared library (i.e. arbitrary code) into a live linux process, without ptrace
Updated
Jan 19, 2021
Python
A container analysis and exploitation tool for pentesters and engineers.
Rust library for reading the Linux procfs filesystem
Updated
Jan 28, 2021
Rust
Linux, FreeBSD, NetBSD, OpenBSD and Windows debugging detection library. With support for C and Go.
Python bindings for procmaps.rs
Updated
Dec 23, 2020
Rust
Provides Rust interface to get current memory mappings for a given process
Updated
Jan 14, 2021
Rust
ProcHarvester - Fully Automated Analysis of Procfs Side-Channel Leaks on Android
Updated
Apr 26, 2018
Java
Exporter for grouped process
Zero dependency library for reading and parsing various files from procfs for Node.js, implemented in pure JS.
Updated
Mar 27, 2020
Haxe
Java agent to make /proc metrics available as MXBeans
Updated
Jan 19, 2020
Java
МГТУ ИУ7 "Операционные системы" лабораторные работы, курсовой преокт, лекции
A go library for determining active serial ports.
🔭 Netstat helps you query open network connections in your go application.
Get CPU information and load. Memory and storage/volume usage and information. Made with efficiency and simplicity in mind.
Some routines for processing procfs files.
closewait closes closed-wait sockets via procfs and ptrace
Updated
Aug 15, 2020
Rust
Updated
Jan 30, 2019
Python
BGU Operating Systems course 2017, Assignment4, Graded 100
Web-based system monitor for Linux (Go/TypeScript/AngularJS/... experiment)
Updated
Mar 12, 2017
JavaScript
Basic Linux kernel module that drops TCP & UDP packets captured via netfilter hooks.
Python 3 script that searches for signs of malware on Linux systems.
Updated
Sep 7, 2018
Python
Linux/RHEL most important topics summary.
A toolkit for information gathering, parsing, and manipulation of the procfs virtual filesystem
Swift library for collecting linux metrics
Updated
Jun 29, 2020
Swift
This project was created for my CS bachelor thesis contribution, the aim was to create a "cluster-wide" distributed procfs. For theory related to this project see my blog:
https://georgesims21.github.io/
🤙 Get Linux status info without running GNU binutils programs (use procfs to break out of restricted shells)
Improve this page
Add a description, image, and links to the
procfs
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
procfs
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When using
fmt.Errorf(), we should use the new%werror verb so that error messages can be unwrapped.This would make the minimum Go version be 1.13, so we should make sure client_golang is OK with this.