Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit cc0997c

Browse files
author
Zaczero
committed
Merge branch 'master' of https://github.com/Zaczero/SharpLoader
2 parents a1eae92 + 1f2264e commit cc0997c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
SharpLoader is a program that opens source code files (c#), randomizes them and compiles to an .exe assembly.
55
This process reults a random file signature every time.
66

7+
![](http://image.prntscr.com/image/bf7ca945444f4426b56229b8cdea4e9c.jpeg)
8+
79
### How to compile a SharpLoader project?
810
If everything is set up properly (by developer) all that user has to do is run SharpLoader.exe and wait few seconds.
911

@@ -184,6 +186,18 @@ if (b == 0)
184186
//-<proxy/>
185187
```
186188

189+
#### 8.2. Proxy +1 argument
190+
Generates proxy variables for X argument.
191+
```c#
192+
int a = <proxy 58>;
193+
```
194+
```c#
195+
char a = <proxy 'C'>;
196+
```
197+
```c#
198+
string a = <proxy "Hello World">;
199+
```
200+
187201
## How to configure SharpLoader?
188202
All SharpLoader's configuration is stored in SharpLoader.ini file.
189203

0 commit comments

Comments
 (0)