===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rng-tools5-5/rngd_rdrand.c-117-    /* %ebx is a forbidden register if we compile with -fPIC or -fPIE */
rng-tools5-5/rngd_rdrand.c:118:    asm volatile("movl %%ebx,%0 ; cpuid ; xchgl %%ebx,%0"
rng-tools5-5/rngd_rdrand.c-119-                 : "=r" (out->ebx),
##############################################
rng-tools5-5/rngd_rdrand.c-124-#else
rng-tools5-5/rngd_rdrand.c:125:    asm volatile("cpuid"
rng-tools5-5/rngd_rdrand.c-126-                 : "=b" (out->ebx),