Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. {
  2. "input": "C:\\Users\\kilo client.jar",
  3. "output": "C:\\Users\\kilo client obf.jar",
  4. "script": "function isRemappingEnabledForClass(node) {\n return false;\n}\nfunction isObfuscatorEnabledForClass(node) {\n return false;\n}",
  5. "libraries": [],
  6. "Crasher": {
  7. "Enabled": false
  8. },
  9. "InvokeDynamic": {
  10. "Enabled": false
  11. },
  12. "HWIDPRotection": {
  13. "Enabled": false,
  14. "HWID": "30AA0823B659FA95329653FB23782AFB"
  15. },
  16. "Optimizer": {
  17. "Enabled": false,
  18. "Replace String.equals()": false,
  19. "Replace String.equalsIgnoreCase()": false,
  20. "Optimize static string calls": false
  21. },
  22. "LineNumberRemover": {
  23. "Enabled": true,
  24. "Rename local variables": true,
  25. "Remove Line Numbers": true,
  26. "Remove Debug Names": true,
  27. "Add Local Variables": true,
  28. "New SourceFile Name": ""
  29. },
  30. "StringEncryption": {
  31. "Enabled": true,
  32. "HideStrings": false,
  33. "AES": false
  34. },
  35. "NumberObfuscation": {
  36. "Enabled": true,
  37. "Extract to Array": true,
  38. "Obfuscate Zero": true,
  39. "Shift": false,
  40. "And": false,
  41. "Multiple Instructions": true
  42. },
  43. "ReferenceProxy": {
  44. "Enabled": false
  45. },
  46. "ShuffleMembers": {
  47. "Enabled": true
  48. },
  49. "InnerClassRemover": {
  50. "Enabled": true,
  51. "Remap": false,
  52. "Remove Metadata": true
  53. },
  54. "NameObfuscation": {
  55. "Enabled": false
  56. },
  57. "Packager": {
  58. "Enabled": false,
  59. "Use MainClass from the JAR manifest": true,
  60. "Main class": "org.example.Main"
  61. },
  62. "FlowObfuscator": {
  63. "Enabled": true,
  64. "Mangle Comparisons": true,
  65. "Replace GOTO": true,
  66. "Replace If": true,
  67. "Bad POP": true,
  68. "Bad Concat": true,
  69. "Mangle Switches": false,
  70. "Mangle Return": false,
  71. "Mangle Local Variables": false
  72. },
  73. "HideMembers": {
  74. "Enabled": true
  75. },
  76. "Inlining": {
  77. "Enabled": false
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement