Skip to content
View ivlzme's full-sized avatar

Block or report ivlzme

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Useful bash commands Useful bash commands
    1
    On linux, to install a pre-built binary distribution of any application (one that decompresses to a `bin`, `doc`, `man`, and `share` folder):
    2
    ```bash
    3
    cd /usr
    4
    tar --strip-components=1 -xzf ~/Downloads/binary-distribution-app.tar.gz
    5
    ```
  2. Dynamic-Race-Detection-Go Dynamic-Race-Detection-Go Public

  3. tamu-ectf-2020 tamu-ectf-2020 Public

    Secure audio player designed for MITRE eCTF 2020 Competition (https://mitrecyberacademy.org/competitions/embedded/)

    C

  4. parasol-aser/UFO parasol-aser/UFO Public

    UFO: Predictive Detection of Concurrency Use-After-Free Vulnerabilities

    C 32 19