Skip to content
View v4ms's full-sized avatar
Block or Report

Block or report v4ms

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

v4ms

section .data
    message db 'on foenem', 0

section .text
    global _start

_start:
    mov eax, 4
    mov ebx, 1
    mov ecx, message
    mov edx, 9
    int 0x80

    mov eax, 1
    xor ebx, ebx
    int 0x80

Popular repositories

  1. exodus-decryptor exodus-decryptor Public

    simple exodus seed phrase decryptor

    JavaScript 4 1

  2. forkero forkero Public

    Forked from wayfair-incubator/forker

    ⑂ GitHub action for automating fork creation

    TypeScript

  3. v4ms v4ms Public