This repository contains applications developed in UNIX environment.
The contents are mostly from the course Advanced Programming in the UNIX Environment, NCTU, Spring 2020.
- netstat
A "netstat -nap"-like program - sandbox
Simulating a prototype of a sanbox with shared library injection. - asm
Some practices of assembly. The problem descriptions are given in the top of each.asm
file. - ptrace
Dealing some tracing problems withptrace
. However I forgot to backup the problem descriptions on the server.