~marnold128/sample_binary

A sample linux binary for playing with in a hex editor
Hey Elly i need help.. Dz anyone
Add more examples

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~marnold128/sample_binary
read/write
git@git.sr.ht:~marnold128/sample_binary

You can also use your local clone with git send-email.

#The Linux Assembley starter kit

This project started as a simple staticly linked elf64 binary for Linux It prints text to the terminal, but it is designed to be fun to play with in a hex editor.

I reccomend jpico from Joe's own Editor.

It is now a whole collection of amd64 asm examples. Demoing various things

The first two samples are built with the JWasm assembler, Which is an open source assembler compatible with MASM v6 I did this to get comfortable, while relearning the ropes. I reccomend kicking the habbit as fast as possible NASM/YASM is a much better asm. And you get debugging symbols..

We use musl-gcc for linking.. If you're going to go through all this effort you might as well use, the better libc.