File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,26 @@ Microsoft .NET Framework 4.5
13
13
Usage
14
14
--------
15
15
```
16
- FoxTool -d file_path|folder_path
17
- FoxTool -c file_path
16
+ FoxTool [-d|-c] file_path|folder_path
18
17
```
19
18
20
19
Examples
21
20
--------
22
- Decompiling a .fox2 file to .fox.
23
21
22
+ Compiling an XML file
24
23
```
25
- FoxTool -d file_path.fox2
24
+ FoxTool file_path.XML
25
+ FoxTool -c file_path.XML
26
26
```
27
27
28
- Decompiling all decompilable files in the folder to .fox
29
-
28
+ Decompiling a file to XML
30
29
```
31
- FoxTool -d folder_path
30
+ FoxTool file_path
31
+ FoxTool -d file_path
32
32
```
33
33
34
- Compiling a .fox file to .bin
35
-
34
+ Decompiling all decompilable files in the folder to XML
36
35
```
37
- FoxTool -c file_path.fox
36
+ FoxTool folder_path
37
+ FoxTool -d folder_path
38
38
```
You can’t perform that action at this time.
0 commit comments