Skip to content

Commit 559fac1

Browse files
authored
Update README.md
1 parent d788d4e commit 559fac1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ The build system has been switched to CMake, you can generate and build the proj
2323
> -DBUILD_SHELLCODE_GEN=TRUE: enable shellcode generator
2424
> -DBUILD_MMLOADER_DEMO=TRUE: enable demo projects
2525
26+
27+
#### vcpkg support
28+
mmloader is available on vcpkg now, just install it by the commmand:
29+
> vcpkg install mmloader:x86-windows-static
30+
31+
> vcpkg install mmloader:x64-windows-static
32+
33+
if you want to use mmloader in shellcod mode, you need to install it withe feature shellcode:
34+
> vcpkg install mmloader[shellcode]:x86-windows-static
35+
36+
> vcpkg install mmloader[shellcode]:x64-windows-static
37+
38+
2639
#### build the projects
2740
> cmake --build .build
2841

0 commit comments

Comments
 (0)