Software is (often) distributed as binary. But where is the corresponding source code? Given a binary, how can you find out which source code was used to compile?
Using advanced techniques and open source tools, we can find out which source code was built in a binary. The applications are important for FOSS license compliance and/or enforcement as well as general code hygiene and build sanity.
Can you tell exactly which files are baked into the binaries of the software you build and distribute?
There are many applications for this knowledge:
With clarity on what's in your binary, you can better understand:
We will review why this does matter, present available FOSS tools and techniques to get back to the corresponding sources from built binaries using dynamic build tracing and static analysis; and the applications, usage and caveats of these techniques for various programming languages and platforms.
So join me and let's find out what's in your binary!?
Speakers: Philippe Ombredanne