security - bound sw library on specific platform on linux -


if want bound 1 software library on specific platform, means sw lib can run on specific platform, there method this?

we have ideas this: specific-platform <--> driver <--> sw-library

specific-platform <--> driver: can add hw checking in driver, driver can not moved other platform.

but, in driver <--> lib path, if hacker use 1 fake driver can install on other platform , return fake system calls, lib can run on other platform.

i have no idea, how make sure driver , lib can bound together? rsa signsture this?

any recommendations helpful, thanks.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -