Dear All, Rebecca sent the following links from her guest talk: * Muppet labs teensy elf: http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html * BF->ELF metadata compiler with links to papers and presentations : https://github.com/bx/elf-bf-tools * Understanding ELF RTLD internals, the information is a bit dated and based on an other version of ld.so but it gives an idea of what happens during runtime loading: http://s.eresi-project.org/inc/articles/elf-rtld.txt * List of mach-o resource: https://github.com/bx/machO-tools * Module signing blog post: http://www.cs.dartmouth.edu/~bx/blog/2015/10/02/a-history-of-linux-kernel-module-signing.html Rebecca's tiny ELF example is in the course directory as "tiny-elf-scarf.asm" More resources on assembly are in the asm/ subdirectory of the class dir. Thank you, --Sergey