Skip to content
View fresh-milkshake's full-sized avatar
👾
searching for bugs
👾
searching for bugs
  • 02:16 (UTC +03:00)

Block or report fresh-milkshake

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
fresh-milkshake/README.md
section .data
    msg1 db 'currently learning Reverse Engineering', 0Ah
    len1 equ $-msg1
    msg2 db 'working with languages like Python, C++, Rust, Intel x86/64 Assembly and more', 0Ah
    len2 equ $-msg2
    
section .text
    global _start
    
_start:
    mov eax, 4
    mov ebx, 1        
    mov ecx, msg1     
    mov edx, len1    
    int 0x80         
    
    mov eax, 4 
    mov ebx, 1        
    mov ecx, msg2     
    mov edx, len2      
    int 0x80       
    
    ; mov al, [milkshake]
    ; mov [mouth], al
    ; int 0x80
    ; mov [milkshake], 0
    
    mov eax, 1        
    xor ebx, ebx    
    int 0x80          

Top Langs

My skills

My Skills

My Skills

Popular repositories Loading

  1. zip-cracker zip-cracker Public

    Zip Cracker is a tool for cracking password-protected ZIP files

    Rust 2

  2. vkliker vkliker Public

    Python

  3. ray_tracing ray_tracing Public

    Простая рассировка лучей на Rust

    Rust

  4. github-parser github-parser Public

    Парсер репозиториев для переноса в таблицу Notion

    Python

  5. Valorant-AntiAFK Valorant-AntiAFK Public

    Python

  6. ai-chatbot ai-chatbot Public

    Python 1