| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The java-tool.jar can be used both for obfuscating a folder of files (folder mode) or splitting (into its methods) and obfuscating an individual .java file (file mode)
Provide args:
The obfs-script.sh script is the recommended way to use the tool, change the appropriate variables to suit your system and run the script file
In this mode, the script reads in a single file, applies some obfuscation (if any), then prints to standard out each individual method, delineated by _METHOD_SPLIT_. This output can then easily be parsed to get a list of all methods in a file.
Args:
Usage can be found in pipeline\ClassPreprocessor.py
| Back | FazBrowse Home | New Git URL |