Skip to content

Commit 4badc3b

Browse files
authored
Update README.md
1 parent 42c4272 commit 4badc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Scope of the project
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 a 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**.
2626

2727
🚫 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)

0 commit comments

Comments
 (0)