Skip to content

Commit 8847ce9

Browse files
authored
Update README.md
1 parent b62c2b5 commit 8847ce9

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

+15-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
# 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.
33
44
## 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.
66
7-
![](https://media.discordapp.net/attachments/972666197625667644/972666316563550278/unknown.png?width=818&height=468)
7+
![](https://cdn.discordapp.com/attachments/996097478367658126/1004859496302133378/unknown.png)
88

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+
![](https://media.discordapp.net/attachments/996097478367658126/1004861038921007194/unknown.png?width=816&height=473)
2013

2114
## Example Junk Code
2215

@@ -56,9 +49,13 @@ namespace XstXqAdNPRdXmfW
5649
}
5750
}
5851
```
59-
## Warning
60-
> I wrote this on back to **2021 aug**, code might need refactor.
6152

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.
6357

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

Comments
 (0)