Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 381 Bytes

File metadata and controls

8 lines (6 loc) · 381 Bytes

Java-Code-Probe

Probe other java class file and then morph into it.

To run

  • keep this program and the class file you want to probe in the same directory

  • enter command in terminal: "java Probe [Your .class File]"

  • if you compile your java file as "javac -parameter [Your .Java File]" then while probing the parameter's name with not be changed to default parameter name.