## Usage ``` USAGE: cargo run -- [options ..] or [options ..] FLAGS: -a, -all Display result for all threads. -r, -raw Display raw/hex result. -bin Display binary result. -c, -compat Display the same format as `cpuid -r` (cpuid by Todd Allen) -full Combine "-disp-zero" and "-no-diff" -disp-zero Display result even if E[ABCD]X are zero. -no-diff Do not omit diff when all threads execution OPTIONS: --l , --leaf Display result only for the specified value, the value is Leaf/InputEAX . e.g. --leaf 1, --leaf 0x8000_0008, --sub_leaf , --subleaf Display result only for the specified value, the value is Sub_Leaf/InputECX . --s , --save Save dump result to text file. If there is no path/filename argument, will be used "./". ``` ## [Library](/lib) ## Dump Results * [AMD_Ryzen_5_2600_00800F82h](./dump_result/AMD_Ryzen_5_2600_00800F82h.txt) * [AMD_Ryzen_5_5600G_with_Radeon_Graphics](./dump_result/AMD_Ryzen_5_5600G_with_Radeon_Graphics_00A50F00.txt) * [AMD_Ryzen_5_5600G_with_Radeon_Graphics (bin fmt)](./dump_result/AMD_Ryzen_5_5600G_with_Radeon_Graphics_00A50F00_bin.txt)