4
votes
3answers
215 views
Check signature of Linux shared-object before load
Goal: Load .so or executable that has been verified to be signed (or verified against an arbitrary algorithm).
I want to be able to verify a .so/executable and then load/execute that .so/ex …
