=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ruby-rsec-0.4.2/lib/rsec/parsers/misc.rb-116- # should be end-of-file after parsing ruby-rsec-0.4.2/lib/rsec/parsers/misc.rb:117: # FIXME seems parser keeps a state when using parse!, see nasm manual parse ruby-rsec-0.4.2/lib/rsec/parsers/misc.rb-118- class Eof < Unary ############################################## ruby-rsec-0.4.2/examples/nasm_manual.rb:1:# Parse NASM manual [nasm.txt] and generate a list of opcodes. ruby-rsec-0.4.2/examples/nasm_manual.rb-2-# Results are saved in [nasm_codes.txt], undocumented codes are printed. ############################################## ruby-rsec-0.4.2/examples/nasm_manual.rb-133- puts '-' * 80 ruby-rsec-0.4.2/examples/nasm_manual.rb:134: puts "X86 asm codes are saved to #{codes}" ruby-rsec-0.4.2/examples/nasm_manual.rb-135-end