The Wayback Machine - https://web.archive.org/web/20210726191847/https://github.com/rofl0r
Skip to content
Avatar

Organizations

@sabotage-linux
Block or Report

Block or report rofl0r

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained p…

    C 7.2k 918

  2. a collection of useful functions and data structures to create C apps faster. focus on simplicity, ability to statically link and minimal binary size.

    C 176 13

  3. runs stuff in parallel (like GNU parallel, but much faster and memory-efficient)

    C 49 4

  4. MacGeiger - a tool to track down the location of WIFI APs with sound (Geigercounter-like)

    C 33 8

  5. blocking socket library with SSL, SOCKS/HTTP proxy chaining, and timeout

    C 28 10

  6. tiny, portable SOCKS5 server with very moderate resource usage

    C 621 152

Contribution activity

July 2021

Created 2 repositories

Created a pull request in adventuregamestudio/ags that received 25 comments

ci_find_file/unix: add fast-path for file lookup

this achieves 2 major improvements: if the directory and filename are correct, only a single stat syscall needs to be done to check whether the f…

+26 −8 25 comments
Reviewed 2 pull requests in 1 repository

Created an issue in adventuregamestudio/ags-manual that received 25 comments

dynamic array manual doesn't mention how to resize it

it only mentions how to declare and initialize it with a (at that time) known size. no mention of how to resize, nor of how to dispose of it.

25 comments
Opened 4 other issues in 2 repositories