Added registry key to acquire the memory map to readme

pull/7/head
ko1N 4 years ago
parent e77f291e72
commit 125be46db3

@ -57,18 +57,19 @@ jobs:
name: library-ubuntu name: library-ubuntu
- name: Create archive for linux x86-64 - name: Create archive for linux x86-64
run: zip memflow_pcileech_linux_x86-64.zip *.so run: zip memflow_pcileech_linux_x86-64.zip *.so
- name: Upload ubuntu artifacts - name: Upload artifacts for linux x86-64
uses: skx/github-action-publish-binaries@master uses: skx/github-action-publish-binaries@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
args: 'memflow_pcileech_linux_x86-64.zip' args: 'memflow_pcileech_linux_x86-64.zip'
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: library-windows name: library-windows
- name: Create archive for windows x86-64 - name: Create archive for windows x86-64
run: zip memflow_pcileech_windows_x86-64.zip *.dll run: zip memflow_pcileech_windows_x86-64.zip *.dll
- name: Upload windows artifacts - name: Upload artifacts for windows x86-64
uses: skx/github-action-publish-binaries@master uses: skx/github-action-publish-binaries@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -105,6 +105,11 @@ real_base=0x3000
The `real_base` parameter is optional. If it is not set there will be no re-mapping. The `real_base` parameter is optional. If it is not set there will be no re-mapping.
On Windows systems the memory map can be obtained from the Registry under the following Key:
```
HKEY_LOCAL_MACHINE\\HARDWARE\\RESOURCEMAP\\System Resources\\Physical Memory\\.Translated
```
## License ## License
Licensed under GPL-3.0 License, see [LICENSE](LICENSE). Licensed under GPL-3.0 License, see [LICENSE](LICENSE).

Loading…
Cancel
Save