Skip to content
  • Gabor Buella's avatar
    refactor library building · 68ad9c8e
    Gabor Buella authored
    Mark all symbols (except those in the public interface) as hidden
    during compilation.
    This allows symbols to be resolved while linking
    libsyscall_intercept_static -- otherwise the code would refer to
    PLT entries, which would not be found due to hiding symbols using objcopy.
    
    Objcopy is not used anymore on the shared library.
    
    The library init routine is moved to intercept.c from entry.c .
    68ad9c8e