Timac
Dependencies
#macho
Analysis of the Facebook.app for iOS
Posted Oct 18, 2016
Did you ever wonder why the Facebook.app forĀ iOS is such a big download? This post tries to give some answers. The version 66.0 (released on 7 October 2016) was analyzed on an iPad Air 2 (64-bit).
[Read More]
constructor and destructor attributes
Posted Jul 16, 2016
GCC (and Clang) supports constructor and destructor attributes: __attribute__((constructor)) __attribute__((destructor))
[Read More]