Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 6fb8af9

Browse files
authored
Update README.md
1 parent d6172eb commit 6fb8af9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A de4dot fork with full support for vanilla ConfuserEx
1919

2020
## Samples
2121

22-
### Before (obfuscated symbols shortened)
22+
### Before (obfuscated symbols shortened):
2323
```csharp
2424
ublic byte[] ShiftAddress(uint address)
2525
{
@@ -72,7 +72,7 @@ ublic byte[] ShiftAddress(uint address)
7272
}
7373
```
7474

75-
### After
75+
### After:
7676
```csharp
7777
public byte[] ShiftAddress(uint address)
7878
{
@@ -85,7 +85,7 @@ public byte[] ShiftAddress(uint address)
8585
}
8686
```
8787

88-
### Before (obfuscated symbols shortened)
88+
### Before (obfuscated symbols shortened):
8989
```csharp
9090
public bool WriteBytes(uint address, List<byte> buffer)
9191
{
@@ -121,7 +121,7 @@ public bool WriteBytes(uint address, List<byte> buffer)
121121
}
122122
```
123123

124-
### After
124+
### After:
125125
```csharp
126126
public bool WriteBytes(uint address, List<byte> buffer)
127127
{

0 commit comments

Comments
 (0)