Method: Buby#evt_command_line_args

Defined in:
lib/buby.rb

#evt_command_line_args(args) ⇒ Object

Deprecated.
  • nothing calls this anymore

This method is called by the BurpExtender implementation Burp startup. The args parameter contains main()‘s argv command-line arguments array.

Note: This maps to the ‘setCommandLineArgs’ method in the java implementation of BurpExtender.

The return value is ignored.



1089
1090
1091
# File 'lib/buby.rb', line 1089

def evt_command_line_args args
  pp([:got_args, args]) if $DEBUG
end