├── Code ├── Linux.Precinct3.asm ├── elf_malcode │ └── Linux.Proudhon.i386.txt ├── elfhack.cpp ├── ftrace.txt ├── reversi.asm ├── tiny-libc.asm.txt └── vmain.asm ├── Papers Articles and Tutorials ├── 11185.html ├── Codbrk03.txt ├── DWARF_docs │ ├── DWARF4.pdf │ ├── Oakley - Dwarf Malware.pdf │ └── Oakley.pdf ├── blog.gdssecurity.com-Linux based inter-process code injection withoutnbspptrace2.pdf ├── elf-64-gen.pdf ├── elf.5.html ├── elfkickers.html ├── esoteric_stuff │ └── my-lulzy-pwniez-abusing-kernel-elf.html ├── maldocs │ ├── EN - Linux viruses – ELF file format.pdf │ └── elf-virus.pdf ├── sec-publi-4686.pdf ├── techniques │ ├── 8.txt │ ├── Fileless-Malware-Infection-and-Linux-Process-Injection-in-Linux-OS.pdf │ ├── GOTpoisoning-elfmaster-2009.html │ ├── Modern Day ELF Runtime infection via GOT poisoning │ ├── Modern ELF Infection Techniques of SCOP Binaries.pdf │ ├── Secure Code Partitioning With ELF binaries.txt │ ├── abuseglibcinit.txt │ ├── jpanic-linux64-4-lamers.txt │ └── vcy00.html └── woot13-shapiro.pdf ├── README.md └── Specifications ├── abi.pdf ├── raid20.pdf └── x86_64-abi-0.99.pdf /Code/Linux.Precinct3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/Linux.Precinct3.asm -------------------------------------------------------------------------------- /Code/elf_malcode/Linux.Proudhon.i386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/elf_malcode/Linux.Proudhon.i386.txt -------------------------------------------------------------------------------- /Code/elfhack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/elfhack.cpp -------------------------------------------------------------------------------- /Code/ftrace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/ftrace.txt -------------------------------------------------------------------------------- /Code/reversi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/reversi.asm -------------------------------------------------------------------------------- /Code/tiny-libc.asm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/tiny-libc.asm.txt -------------------------------------------------------------------------------- /Code/vmain.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Code/vmain.asm -------------------------------------------------------------------------------- /Papers Articles and Tutorials/11185.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/11185.html -------------------------------------------------------------------------------- /Papers Articles and Tutorials/Codbrk03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/Codbrk03.txt -------------------------------------------------------------------------------- /Papers Articles and Tutorials/DWARF_docs/DWARF4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/DWARF_docs/DWARF4.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/DWARF_docs/Oakley - Dwarf Malware.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/DWARF_docs/Oakley - Dwarf Malware.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/DWARF_docs/Oakley.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/DWARF_docs/Oakley.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/blog.gdssecurity.com-Linux based inter-process code injection withoutnbspptrace2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/blog.gdssecurity.com-Linux based inter-process code injection withoutnbspptrace2.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/elf-64-gen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/elf-64-gen.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/elf.5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/elf.5.html -------------------------------------------------------------------------------- /Papers Articles and Tutorials/elfkickers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/elfkickers.html -------------------------------------------------------------------------------- /Papers Articles and Tutorials/esoteric_stuff/my-lulzy-pwniez-abusing-kernel-elf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/esoteric_stuff/my-lulzy-pwniez-abusing-kernel-elf.html -------------------------------------------------------------------------------- /Papers Articles and Tutorials/maldocs/EN - Linux viruses – ELF file format.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/maldocs/EN - Linux viruses – ELF file format.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/maldocs/elf-virus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/maldocs/elf-virus.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/sec-publi-4686.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/sec-publi-4686.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/8.txt -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/Fileless-Malware-Infection-and-Linux-Process-Injection-in-Linux-OS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/Fileless-Malware-Infection-and-Linux-Process-Injection-in-Linux-OS.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/GOTpoisoning-elfmaster-2009.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/GOTpoisoning-elfmaster-2009.html -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/Modern Day ELF Runtime infection via GOT poisoning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/Modern Day ELF Runtime infection via GOT poisoning -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/Modern ELF Infection Techniques of SCOP Binaries.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/Modern ELF Infection Techniques of SCOP Binaries.pdf -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/Secure Code Partitioning With ELF binaries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/Secure Code Partitioning With ELF binaries.txt -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/abuseglibcinit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/abuseglibcinit.txt -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/jpanic-linux64-4-lamers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/jpanic-linux64-4-lamers.txt -------------------------------------------------------------------------------- /Papers Articles and Tutorials/techniques/vcy00.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/techniques/vcy00.html -------------------------------------------------------------------------------- /Papers Articles and Tutorials/woot13-shapiro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Papers Articles and Tutorials/woot13-shapiro.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/README.md -------------------------------------------------------------------------------- /Specifications/abi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Specifications/abi.pdf -------------------------------------------------------------------------------- /Specifications/raid20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Specifications/raid20.pdf -------------------------------------------------------------------------------- /Specifications/x86_64-abi-0.99.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmpout/Resources/HEAD/Specifications/x86_64-abi-0.99.pdf --------------------------------------------------------------------------------