On 31/05/16 14:07, Florian Weimer wrote: > The basic idea is to put all libc vtables into a single array, and then check whether the vtable pointer is > within that array. > does this mean that static linking anything with stdio will include all the code referenced from the vtables.. or was that already the case?