===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
masscan-1.0.5+ds1/src/pixie-backtrace.c-163-     for( i = 0; i < frames; i++ ) {
masscan-1.0.5+ds1/src/pixie-backtrace.c:164:         Dbg.SymFromAddr( process, ( DWORD64 )( stack[ i ] ), 0, symbol );
masscan-1.0.5+ds1/src/pixie-backtrace.c-165-
##############################################
masscan-1.0.5+ds1/src/pixie-threads.h-49-#else
masscan-1.0.5+ds1/src/pixie-threads.h:50:#define rte_wmb() asm volatile("sfence;" : : : "memory")
masscan-1.0.5+ds1/src/pixie-threads.h:51:#define rte_rmb() asm volatile("lfence;" : : : "memory")
masscan-1.0.5+ds1/src/pixie-threads.h:52:#define rte_pause()   asm volatile ("pause")
masscan-1.0.5+ds1/src/pixie-threads.h-53-#endif