Skip to content

Commit 769d526

Browse files
authored
Update README.md
1 parent 8b7c3ba commit 769d526

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ The stub supports only basic structures of PE format, such as:
2222
+ imports
2323
+ TLS callbacks (called once, before the Entry Point is executed)
2424

25-
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 shellcode.
25+
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.
26+
27+
Examples of currently not supported elements:
28+
+ 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)
29+
+ Delay Load Imports (only the basic Import Table support is implemented)
30+
+ 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)
2631

2732
Builds
2833
-

0 commit comments

Comments
 (0)