diff --git a/README.md b/README.md index 9d576d1..004e7a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SCLauncher - Basic Shellcode Tester, Debugger and PE-File Wrapper +# SCLauncher - Shellcode Tester, Debugger and PE-File Wrapper This program is designed to load 32-bit or 64-bit shellcode and allow for execution or debugging. In addition, it can produce executable PE files based on the desired shellcode. This can ease testing as the output binary can be used by standard reverse engineering tools (i.e. IDA Pro (even free) and debuggers). @@ -36,6 +36,10 @@ You can use the ```-pe``` argument to produce a PE file that essentially wraps t +If the *-d* argument is used, SCLauncher will create a new section named *.content* and copy the contents of the file into this section. This section will follow the *.text* section. + + + ## What if I have a char array? If you have shellcode that is not already in a binary state, you can use CyberChef to convert that shellcode and download it as a file.