Skip to content
View ranjithum's full-sized avatar

Block or report ranjithum

Report abuse

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

Report abuse

Pinned Loading

  1. Json-Analyzer Json-Analyzer Public

    A simple library/API for analyzing Json stream or Json pcap.

    C++ 2 1

  2. Capture packets over unix domain soc... Capture packets over unix domain sockets
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    which socat >/dev/null 2>&1
    5
    if $?; then
  3. automate-lfs-build automate-lfs-build Public

    set of script which can be used to automate lfs build

    Shell 11 7

  4. Docker-Opengrok Docker-Opengrok Public

    Set of files required to host opengrok on Docker

    Shell 1

  5. PlayingWithPtrace PlayingWithPtrace Public

    64bit example of https://www.linuxjournal.com/article/6100

    C