Skip to content
View LabunskyA's full-sized avatar
💭
Doing useless research
💭
Doing useless research
Block or Report

Block or report LabunskyA

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

  1. covertele covertele Public

    A truly private covert channel over the Telegram

    Python 25 9

  2. f5ar f5ar Public

    Compress your data using F5 steganography algorithm

    C 18 3

  3. StegoProxy StegoProxy Public

    Steganography proxy implemented in java

    Java 20 4

  4. StegoAuth StegoAuth Public

    Steganography authentication protocol PoC

    Java 5 2

  5. getNya getNya Public

    New nya every time you want

    Java

  6. Save space on C structures padding (... Save space on C structures padding (compiler-independent)
    1
    /*
    2
    * Use this macro to define variables to save space in your structures
    3
    * Imagine you have the following structure:
    4
    * struct A {
    5
    *   void* my_ptr;           // 8 bytes