Skip to content

Commit e9165bb

Browse files
authored
Update README.md (Issue #40)
1 parent 0f60692 commit e9165bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

loader_v2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
Loader is the part dedicated to manual loading of a PE. It is automatically added to your executable during the process of conversion (shellcodification). So, when you use pe_to_shellcode, two main things are done to your exe:
2+
1) the loader is appended
3+
2) the header is modified, to redirect the execution to the loader - thanks to this, after the conversion the PE can be injected and executed starting from its beginning.
4+
5+
Loader is built separately from the main executable.
16
+ Buiding requires [masm_shc.exe](https://github.com/hasherezade/masm_shc/releases).
27
+ More details described [here](https://github.com/hasherezade/masm_shc).

0 commit comments

Comments
 (0)