Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion authored May 26, 2020
1 parent f3d834c commit d6b4e7c
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

mmLoader is a library used for loading DLL modules from memory directly. Also, it will bypass the Windows PE loader with processing the import/export table correctly.


| triplets | status |
|---|---|
| x86-windows-static | [![Build status](https://dev.azure.com/sheentian/GitHub-CI/_apis/build/status/mmLoader/mmloader-x86-windows-static)](https://dev.azure.com/sheentian/GitHub-CI/_build/latest?definitionId=11) |
| x64-windows-static | [![Build status](https://dev.azure.com/sheentian/GitHub-CI/_apis/build/status/mmLoader/mmloader-x64-windows-static)](https://dev.azure.com/sheentian/GitHub-CI/_build/latest?definitionId=25) |


[DOC](http://tishion.github.io/mmLoader/) | [CI&CD](https://dev.azure.com/sheentian/GitHub-CI)

The CI & CD system has been moved to Azure DevOps and mmLoader will not publish more nugget packages.


#### vcpkg support
mmloader is available on vcpkg now, just install it by the commmand:
> vcpkg install mmloader:x86-windows-static
Expand All @@ -14,16 +26,6 @@ if you want to use mmloader in shellcod mode, you need to install it with featur
> vcpkg install mmloader[shellcode]:x64-windows-static

| triplets | status |
|---|---|
| x86-windows-static | [![Build status](https://dev.azure.com/sheentian/GitHub-CI/_apis/build/status/mmLoader/mmloader-x86-windows-static)](https://dev.azure.com/sheentian/GitHub-CI/_build/latest?definitionId=11) |
| x64-windows-static | [![Build status](https://dev.azure.com/sheentian/GitHub-CI/_apis/build/status/mmLoader/mmloader-x64-windows-static)](https://dev.azure.com/sheentian/GitHub-CI/_build/latest?definitionId=25) |


[DOC](http://tishion.github.io/mmLoader/) | [CI&CD](https://dev.azure.com/sheentian/GitHub-CI)

The CI & CD system has been moved to Azure DevOps and mmLoader will not publish more nugget packages.

The build system has been switched to CMake, you can generate and build the project with the following commands:
#### generate the project files
> cmake -S . -B .build -G "Visual Studio 16 2019" -A Win32 -DBUILD_SHELLCODE_GEN=TRUE -DBUILD_MMLOADER_DEMO=TRUE
Expand Down

0 comments on commit d6b4e7c

Please sign in to comment.