Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Assembler

I will sharing all my assembly files that I am able to compile in a operating system.

It is not my goal to provide any tools that can be used to penetration testing, but i dont know if you are using my stuff to this.

Compilation procedure for Linux environment

Compile hello-world-minimal.c:

gcc hello-world-minimal.c -o helloworld_bin
chmod +x helloworld_bin

Compile helloword.asm

nasm -f elf64 helloworld.asm
ld helloworld.o -o helloworld
chmod +x helloworld

It is interesting that C compiled source code is bigger in size than program code that is written in Assembly.

About

Funny project with Assembly and Learning In Process

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages