Skip to content

lucapwn/strlen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strlen

strlen() function in Assembly x86.

Badge Badge

Content

About

The strlen() function is responsible for calculating the size of a string. This function is available in some programming languages, such as C/C++ and PHP.

The example described here is a CLI (Command Line Interface) software developed in the x86 Assembly language.

Support

The software is currently only available for the GNU/Linux operating system.

In the near future, I will include support for the Windows operating system.

Dependencies

Make sure that NASM is installed on your machine:

foo@bar:~$ sudo apt-get update
foo@bar:~$ sudo apt-get install nasm

Running

Compile the software via the Makefile:

foo@bar:~$ make run

Run the compiled software:

foo@bar:~$ ./strlen

Author

Developed by Lucas Araújo.

License

This software is MIT licensed.

About

strlen() function in Assembly x86.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published