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

Block or report LabunskyA

Report abuse

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

Report abuse

Pinned Loading

  1. covertele covertele Public

    A truly private covert channel over the Telegram

    Python 26 7

  2. f5ar f5ar Public

    Compress your data using F5 steganography algorithm

    C 20 3

  3. StegoProxy StegoProxy Public

    Steganography proxy implemented in java

    Java 20 4

  4. StegoAuth StegoAuth Public

    Steganography authentication protocol PoC

    Java 4 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