add optional apiset dump tool

This commit is contained in:
robert-yates
2025-01-11 16:34:51 +01:00
parent c1d7fa7e8b
commit fbb63b3534
7 changed files with 142 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ cmake --workflow --preset=release
## Dumping the Registry
The emulator needs a registry dump to run, otherwise it will print `Bad hive file` errors.
You can create one by running the <a href="./src/grab-registry.bat">src/grab-registry.bat</a> script as administrator.
You can create one by running the <a href="./src/tools/grab-registry.bat">src/tools/grab-registry.bat</a> script as administrator.
This will create a `registry` folder that needs to be placed in the working directory of the emulator.
## Running Tests