Skip to content
View DDoop's full-sized avatar

Block or report DDoop

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 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. Hides a signature at a random offset... Hides a signature at a random offset inside the RGB data of an image file. Relies on CRC32. Written & tested on Linux
    1
    import subprocess
    2
    from PIL import Image
    3
    from random import randrange
    4
    
                  
    5