Skip to content

mekanix/tpmplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

TPM Playground

TPM is required and you can run is like this.

mkdir /tmp/mytpm1
swtpm socket --tpmstate dir=/tmp/mytpm1 --ctrl type=unixio,path=/tmp/mytpm1/ctrl --tpm2 --log level=20 --server type=unixio,path=/tmp/mytpm1/data

As tpmplay expect to find ctrl and data sockets in the directory, for now it is the only format of command that is supported.

To compile and run tpmplay

cc -o tpmplay tpmplay.c -I/usr/local/include
./tpmplay /tmp/mytpm1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages