2016 in Review

A quick review of 2016. This year started off slow, but I didn’t think so at the time.

Read More

Call Graph Construction Algorithms Explained

A call graph is an artifact produced by program analysis tools to record the relationships between a function and the functions it calls. If you’ve ever wondered how these call graphs actually get generated then keep reading because in this post I’ll be exploring several call graph construction algorithms and their tradeoffs.

Read More