Skip to content

Commit 988155b

Browse files
authored
README.md
1 parent 5155d54 commit 988155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Multiple files can be compiled into the stub. A file can either be embedded with
3737

3838
Typically, an executable is decrypted and executed in-memory by the stub. If the executable is a native PE file, `RunPE` (process hollowing) is used. For .NET executables, the .NET stub uses `Invoke`. Legitimate files with no known signatures can be written to the disk.
3939

40-
<img src="https://bytecode77.com/images/pages/pe-union/drop.webp" width="500" /> <img src="https://bytecode77.com/images/pages/pe-union/items.webp" width="500" />
40+
<img src="https://bytecode77.com/images/pages/pe-union/drop.webp" width="400" /> <img src="https://bytecode77.com/images/pages/pe-union/items.webp" width="400" />
4141

4242
## Implementation & execution flow
4343

0 commit comments

Comments
 (0)