Skip to content
View AstraaDev's full-sized avatar

Block or report AstraaDev

Report abuse

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

Report abuse
AstraaDev/README.md

Profile Stars Profile Forks

section .data
    msg db 'a5traa', 0

section .text
    global _start

_start:
    mov eax, 4
    mov ebx, 1
    mov ecx, msg
    mov edx, 6
    int 0x80

    mov eax, 1
    xor ebx, ebx
    int 0x80
       OS  :  macOS, debian
Languages  :  C, Cpp, ASM, Py, Java
   Editor  :  vim
    Motto  :  Seek strength. The rest will follow.

Pinned Loading

  1. Discord-All-Tools-In-One Discord-All-Tools-In-One Public archive

    ATIO is a AIO Script Developed with Python3. It gathers a total of 23 Discord tools (including a RAT, a Raid Tool, a Token Grabber, a Crash Video Maker, etc). It has a pleasant and intuitive interf…

    Python 977 290

  2. ShieldBot ShieldBot Public

    Advanced Discord bot that handles user verification through Discord’s remote authentication system using QR codes.

    Python 4

  3. Discord-SelfBot Discord-SelfBot Public

    Transform your Discord account into a powerful bot with the ultimate Selfbot. Compatible with Windows, Linux, and macOS. Offers a set of commands for automation, remote control, and fun features.

    Python 160 137

  4. basic-lkm basic-lkm Public

    Pedagogical project demonstrating basic syscalls hooks of a linux machine

    C 2

  5. GameBoy-Emulator GameBoy-Emulator Public

    A simple C-based GameBoy emulator

    C 3