Finding All Paths Between Two Functions in IDA – /dev/ttyS0

A common need that I have when reversing code is to find all possible code paths between two functions. Say for example that I’m looking for calls to dangerous functions, like sprintf, and I want to find all possible code paths that lead from my current function to sprintf. Manually… Continue reading

Binwalk 1.2 Release – /dev/ttyS0

Binwalk 1.2 has been released, and in addition to the usual signature / speed improvements, it sports several new features: Recursive file scanning and extraction Entropy and strings analysis Plugin support Recursive Extraction Often files extracted by binwalk need to be further scanned / analyzed. This can now be automated… Continue reading