Skip to content
View TenebrisInLux's full-sized avatar
🏴‍☠️
🏴‍☠️
  • 127.0.0.1
  • Joined Nov 15, 2025

Block or report TenebrisInLux

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
TenebrisInLux/README.md

0x90

char A[] =
    "About me\n"
    "- nothing u need to know\n"
    "i use\n C, Python, gdb, radare2\n"
    "\nЯ обнаружил,\n"
    "что преимущество мудрости перед глупостью\n"
    "— это преимущество света перед тьмой.\n";

__attribute__((naked)) void _start() {
    __asm__(
        "lea A(%rip), %rsi\n"
        "xor %rdx,%rdx\n"
        "0:\n"
        "cmpb $0,(%rsi,%rdx)\n"
        "je 1f\n"
        "inc %rdx\n"
        "jmp 0b\n"
        "1:\n"
        "mov $1,%rax\n"
        "mov $1,%rdi\n"
        "syscall\n"
        "mov $60,%rax\n"
        "xor %rdi,%rdi\n"
        "syscall\n"
    );
    
}

0x90

Popular repositories Loading

  1. TenebrisInLux TenebrisInLux Public