An open API service indexing awesome lists of open source software.

https://github.com/xaff-xaff/assembler-messagebox

An Assembly x86 code that shows Windows MessageBox kept as simple as possible.
https://github.com/xaff-xaff/assembler-messagebox

assembler-x86 shellcode windows

Last synced: about 1 year ago
JSON representation

An Assembly x86 code that shows Windows MessageBox kept as simple as possible.

Awesome Lists containing this project

README

          

# Assembler MessageBox
An Assembly x86 code that shows Windows MessageBox kept as simple as possible.

## Compile
Executable:
```
git clone https://github.com/XaFF-XaFF/Assembler-MessageBox.git
cd Assembler-MessageBox
make
```

Shellcode:
```
git clone https://github.com/XaFF-XaFF/Assembler-MessageBox.git
cd Assembler-MessageBox
nasm shellcode.asm -o shell.bin
```
Copy bytes (for example with: HxD) and paste them into your shellcode injector.

## Requirements:
I recommend compiling to executable on Linux because Windows' linker does not work correctly
- NASM
- Linker