|
1 | 1 | # SharpJunk
|
2 |
| -> SharpJunk is a **junk code** generator tool for **csharp**. Tool working externally, builds junk code as your requirements. |
| 2 | +> Junk code generator for your C# projects. |
3 | 3 |
|
4 | 4 | ## Options
|
5 |
| -> We support different options to you build different junk codes with your requirements. |
| 5 | +> Different options made for building special junk codes. You choose how your code will generated. |
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 |
| -| Option | Description | |
10 |
| -| ----------- | ----------------------------------- | |
11 |
| -| Thread | loop count of junk generation | |
12 |
| -| Enum | enums with random int value. | |
13 |
| -| Array | empty/null or filled random array. | |
14 |
| -| Using | random namespace **system** usings. | |
15 |
| -| Functions | delegate/void functions | |
16 |
| -| Methods | any type methods | |
17 |
| -| Variables | random type variables | |
18 |
| -| If Else | if else logics | |
19 |
| -| DLL Imports | random static dll imports | |
| 9 | +## Building |
| 10 | +> Done setting up? `editor > generate` and copy your generated junk and ready to go. We'll also format your code :) |
| 11 | +
|
| 12 | + |
20 | 13 |
|
21 | 14 | ## Example Junk Code
|
22 | 15 |
|
@@ -56,9 +49,13 @@ namespace XstXqAdNPRdXmfW
|
56 | 49 | }
|
57 | 50 | }
|
58 | 51 | ```
|
59 |
| -## Warning |
60 |
| -> I wrote this on back to **2021 aug**, code might need refactor. |
61 | 52 |
|
62 |
| -> Junks may not always valid. You may need to generate it again. |
| 53 | +## Todo |
| 54 | +- [ ] Cross platform support. |
| 55 | +- [ ] Junk generation depends on analyzed assembly. (Not static) |
| 56 | +- [ ] **AV** evading options. |
63 | 57 |
|
64 |
| -* Icons from icons8.com (pichon) |
| 58 | +## Notes |
| 59 | +* Licensed under MIT. |
| 60 | +* Feel free to create PR & reporting issues :) |
| 61 | +* Icons from icons8. |
0 commit comments