├── Makefile ├── README.md ├── UNLICENSE ├── main.c ├── psyscall.c └── sysheaders.h /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resilar/psyscall/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resilar/psyscall/HEAD/README.md -------------------------------------------------------------------------------- /UNLICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resilar/psyscall/HEAD/UNLICENSE -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resilar/psyscall/HEAD/main.c -------------------------------------------------------------------------------- /psyscall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resilar/psyscall/HEAD/psyscall.c -------------------------------------------------------------------------------- /sysheaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resilar/psyscall/HEAD/sysheaders.h --------------------------------------------------------------------------------