YiDingg:This is my personal static website. It is based on docsify and deployed on GitHUb Pages. You can simply fork it into your repo to have the same website or modify it to fit your thoughts. Click the link below for more details.
linux-portable-bin:Portable (static / old glibc linked) Linux binaries for red-team / blue-team
E.L.F-Executable-Loader:The E.L.F Executable Loader loads the executable file into memory page-by-page, using a request-paging mechanism - a page will only be loaded when it is needed. For simplicity, the loader runs only static executable files - which is not linked to shared / dynamic libraries.