You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the PE was successfuly converted, pe2shc will let you know where the output was saved:
23
+
```
24
+
[+] Saved to file: <converted file>
25
+
```
26
+
i.e.
27
+
```
28
+
[+] Saved to file: test_file.shc.exe
29
+
```
30
+
2. Use runshc.exe to run the output file and check if the conversion went fine:
31
+
```
32
+
runshc.exe <converted file>
33
+
```
34
+
3. If the file runs as the original PE, it confirms that the conversion was successful!<br/>
35
+
Now you can use the converted PE just like you would use a shellcode: inject it to a target and execute from the beginning of the buffer. No additional PE loaders are required.<br/>
36
+
At the same time, you can keep using the converted file as a regular PE.
37
+
14
38
Latest builds*:
15
39
-
16
40
*those builds are available for testing and they may be ahead of the official release:
0 commit comments