一些有趣的项目
ELF inject code https://www.matteomalvica.com/blog/2019/05/18/injecting-shellcode-into-x64-elf-binaries/
https://groups.google.com/forum/#!topic/shlug/LfscvsguT64
ELF shell anti-debug https://bbs.pediy.com/thread-225798.htm
obfuscator https://bbs.pediy.com/thread-257224.htm
sandbox https://github.com/TUD-OS/libelkvm
ELF inject so dlopen https://github.com/jmpews/pwn2exploit/blob/master/linux%E8%BF%9B%E7%A8%8B%E5%8A%A8%E6%80%81so%E6%B3%A8%E5%85%A5.md
ELF get program base from dynamic so https://stackoverflow.com/questions/8875876/getting-the-elf-header-of-the-main-executable
ELF inject ld_preload https://stackoverflow.com/questions/27137527/overload-symbols-of-running-process-ld-preload-attachment
LD_PRELOAD hook main https://gist.github.com/apsun/1e144bf7639b22ff0097171fa0f8c6b1
ELF inject https://xz.aliyun.com/t/5722
ELF inject https://modexp.wordpress.com/2019/04/24/glibc-shellcode/#tcb
inject got https://github.com/zhougy0717/inject_got
plt hook https://github.com/kubo/plthook
plt hook https://www.cnblogs.com/dennis-wong/p/11229372.html
so rel http://blog.chinaunix.net/uid-21471835-id-441228.html
so rel https://blog.csdn.net/astrotycoon/article/details/42043017
UPX https://bbs.ichunqiu.com/forum.php?mod=viewthread&tid=19345&highlight=UPX
vtable check https://xz.aliyun.com/t/5579
ELF inject without petrace https://github.com/DavidBuchanan314/dlinject
ELF inject without petrace https://github.com/gaffe23/linux-inject
linux kernel hook engine https://github.com/milabs/khook
linux rootkit https://github.com/milabs/awesome-linux-rootkits
linux source crt https://www.cnblogs.com/kevingrace/p/9353963.html
ebpf https://sematext.com/blog/linux-kernel-observability-ebpf/
ebpf 调研 https://blog.csdn.net/hjkfcz/article/details/104916719
go ebpf https://github.com/alban/golang-ebpf
ebpf and bcc 中文使用手册 https://blog.cyru1s.com/posts/ebpf-bcc.html
bpf 学习 https://github.com/nevermosby/linux-bpf-learning
proc file system https://www.cnblogs.com/fengdeyingzi/p/5468645.html
kprobe https://blog.csdn.net/luckyapple1028/article/details/52972315
lsm hook https://www.cnblogs.com/LittleHann/p/4134939.html
seccomp bpf https://www.anquanke.com/post/id/208364
libseccomp https://github.com/seccomp/libseccomp
shared memory https://blog.csdn.net/icechenbing/article/details/7715472
andriod linux hook https://zhuanlan.zhihu.com/p/269441842
linux 进程防护https://www.cnblogs.com/LittleHann/p/4201634.html
cpp stream https://www.cnblogs.com/icmzn/p/10295767.html
elf packer https://reverseengineering.stackexchange.com/questions/3184/packers-protectors-for-linux
虚拟机 https://www.cnblogs.com/unixfy/p/3280264.html
链接 https://www.cnblogs.com/li-hao/p/4107964.html
链接2 https://biscuitos.github.io/blog/LD-DATA_SEGMENT_RELRO_END/
memory http://tinylab.org/memory-management-album-1/
CRF: https://mp.weixin.qq.com/s/GXbFxlExDtjtQe-OPwfokA
https://blog.csdn.net/u012908433/article/details/80547402
https://blog.csdn.net/dugudaibo/article/details/79120627
https://blog.csdn.net/wkebj/article/details/77965714
Docker:
https://baijiahao.baidu.com/s?id=1641433332828402192&wfr=spider&for=pcs\
modify root dir for dockerd https://www.cnblogs.com/lgsh/p/12867675.html
docker install centos https://blog.csdn.net/marke_huang/article/details/82996909
监控docker https://github.com/wlibo666/dockerprocmetrics
curl:
https://blog.csdn.net/qing310820/article/details/84289657
go-ebpf:
需要安装 bcc https://github.com/leodido/go-ebpf-examples
https://github.com/nccgroup/ebpf
https://blog.csdn.net/dwh0403/article/details/110457165
https://github.com/drewrip/gotrace.git
cpp-learn:
constexpr https://www.jianshu.com/p/34a2a79ea947
c++如何封装thread https://www.zhihu.com/question/30553807
c++如何封装thread https://bewaremypower.github.io/2018/11/21/%E5%AE%9E%E7%8E%B0thread%E5%BA%93%E7%BB%86%E8%8A%82%EF%BC%9A%E4%BD%BF%E7%94%A8std-decay%E4%BF%9D%E5%AD%98%E5%87%BD%E6%95%B0%E6%8C%87%E9%92%88/
docker security
https://docs.docker.com/engine/swarm/secrets/
https://github.com/e-mission/e-mission-docs/issues/384
python c extension
https://pythonextensionpatterns.readthedocs.io/en/latest/index.html