Skip to content

chivesab/Software-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Software Security Project

To Start:

  • compile both server and client by "cc -o server server.c" / "cc -o client client.c"
  • start the server using the compiled result by "sudo ./server". (The setuid() function may not work if start the server without "sudo": e.g. "./server")
  • start the client "./client"
  • You will see the correct message communication.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages