Skip to content
View LabunskyA's full-sized avatar
🌴
Useless research
🌴
Useless research

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. covertelecovertelePublic

    A truly private covert channel over the Telegram

    Python 25 6

  2. f5arf5arPublic

    Compress your data using F5 steganography algorithm

    C 21 3

  3. StegoProxyStegoProxyPublic

    Steganography proxy implemented in java

    Java 20 4

  4. StegoAuthStegoAuthPublic

    Steganography authentication protocol PoC

    Java 4 2

  5. getNyagetNyaPublic

    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