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

Commit 1f2264e

Browse files
author
Zaczero
authored
Update README.md
1 parent 3aa8f33 commit 1f2264e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,18 @@ if (b == 0)
186186
//-<proxy/>
187187
```
188188

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+
189201
## How to configure SharpLoader?
190202
All SharpLoader's configuration is stored in SharpLoader.ini file.
191203

0 commit comments

Comments
 (0)