Skip to content
View Hexkalibur's full-sized avatar
  • Joined Dec 13, 2025

Block or report Hexkalibur

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
Hexkalibur/README.md
char A[] =
    "About me\n"
    "- nothing u need to know\n"
    "i use\n C, Python, radare2\n"
    "\nЯ обнаружил,\n"
    "что преимущество мудрости перед глупостью\n"
    "— это преимущество света перед тьмой.\n"
    "- Contact info\n"
    "u/RxE6iOzqgmXxvXZhV/KLbZAZclFlhXj+2s1SgkBPo= \n"
    "eVsJHe0Kry8P7ssQDcXt/TkJ7hNPCLlRAiHAs2F6v/0=";
    
__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"
    );
    
}

Pinned Loading

  1. Ether Ether Public

    Memory through the Ether

    C 1