Skip to content

Commit

Permalink
add coreinfo to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
misc0110 committed May 21, 2019
1 parent 6ab6824 commit cc6876c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Where `X` is the secret character. There should be a clear signal in the attacke
* **How do I know which core IDs are hyperthreads?**

On Linux, you can run `lscpu -e`. This gives you a list of logical cores and their corresponding physical core. Cores mapping to the same physical core are hyperthreads.
On Windows, you can use the [coreinfo tool from Windows Sysinternals](https://docs.microsoft.com/en-us/sysinternals/downloads/coreinfo).

* **Can I run the PoC in a virtual machine?**

Expand Down

0 comments on commit cc6876c

Please sign in to comment.