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.
- Host: GitHub
- URL: https://github.com/xaff-xaff/assembler-messagebox
- Owner: XaFF-XaFF
- License: mit
- Created: 2023-02-20T13:09:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T22:42:52.000Z (about 3 years ago)
- Last Synced: 2025-03-18T20:40:48.780Z (about 1 year ago)
- Topics: assembler-x86, shellcode, windows
- Language: Assembly
- Homepage:
- Size: 4.88 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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