On Sat, December 9, 2017 9:52 pm, Stuart Henderson wrote: > On 2017-12-09, Sergey Bronnikov <serg...@bronevichok.ru> wrote: >> AFAIK OpenBSD provides statically compiled binaries and you cannot't >> substitute functions from LD_PRELOADed lib for these binaries. >> So libfaketime is useless for releases and snapshots built by the >> project. > > Very few binaries are static. Many use pledge() though, so unless you > override that too, your replacement functions will need to be cafeful > about > which system calls they use. >
Thanks. Seems easier to run it out of a Linux VM :) cheers. x9p