You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@
15
15
<ol>
16
16
<li>You will need java 15 installed</li>
17
17
<li>Create a config file or download the one from <a href="https://github.com/2D-Mesh-Plane/Python-Obfscation/blob/master/assets/config.cfg">github</a></li>
18
-
<li>Open your command line of chose and run <code>java -jar 'THIS JAR NAME'.jar 'DIR TO CONFIG FILE'</code></li>
19
-
<li>The output file will be in the same director as the jar file</li>
18
+
<li>Open your command line of choice and run <code>java -jar 'THIS JAR NAME'.jar 'DIR TO CONFIG FILE'</code></li>
19
+
<li>The output file will be in the same directory as the jar file</li>
20
20
</ol>
21
21
<br/><br/>
22
22
<h3>Example</h3>
@@ -101,7 +101,7 @@ encode_strings = true
101
101
```
102
102
<divalign="center">
103
103
<h3>Recommendations</h3>
104
-
<p>Due to the method of obfuscation the obfuscator cannot yet tell if a name is a string or a var name so try not to use var names in strings!</p>
104
+
<p>Due to the method of obfuscation the obfuscator cannot yet tell if a name is a string or a var name, so try not to use var names in strings!</p>
105
105
<p>
106
106
Insert garbage is a bit buggy and can break code due to indenting issues so if you want to use insert garbage make sure to fix any indenting issues if they happen!
0 commit comments