jean-tiare From OVH on an interesting container introspection/torture demo:
talks about introspection, how to run binary incontainer. need to get charts.
GRREAT SIMPLE description of what a container is and how you become one.
setns, execv
What about host binaries:
easy -> patch; hard -> auto code rewrite;
“ptrace”
Trace, mess w process, interact w process (like gdb)
what he does:
run setns and ptrace
Very good talk on namespace jumping. very similar to what we are already doing w crawler w static binary. So: good /.
A lot more wxamples and demos. Get the video and slides here.
Code Also in github.