Skip to content

Commit 42c4272

Browse files
authored
Update README.md
1 parent 769d526 commit 42c4272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ It is inspired by Stephen Fewer's [ReflectiveDLLInjection](https://github.com/st
1717

1818
Scope of the project
1919
-
20-
The stub supports only basic structures of PE format, such as:
20+
🟢 The stub supports only basic structures of PE format, such as:
2121
+ relocations
2222
+ imports
2323
+ TLS callbacks (called once, before the Entry Point is executed)
2424

2525
Please keep in mind, that although for the majority of PE files this is sufficient, some executables you encounter may be using other, more complex aspects of the PE format. It means, not every PE can be successfuly converted to a shellcode.
2626

27-
Examples of currently not supported elements:
27+
🚫 Examples of currently not supported elements:
2828
+ exceptions (if the executable you converted will be run as a shellcode, and throw the exception, the appropriate exception handler will not be found, and the application will crash)
2929
+ Delay Load Imports (only the basic Import Table support is implemented)
3030
+ MUI files (if the executable you converted expects some elements of the GUI have to be loaded from a MUI file, it won't work)

0 commit comments

Comments
 (0)