Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: clarify how to use dllscollector.bat #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ git submodule update --init --recursive

Due to distribution restriction, Qiling Framework will not bundle Microsoft Windows DLL files and registry. Please copy respective DLLs and registry from Microsoft Windows System. For Windows 10 usually found in C:\Windows\system32 (64bit dll) and C:\Windows\SysWOW64 (32bits dll) and place them in $rootfs/dlls

We also included a script named `dllscollector.bat`. Run this on Windows, under **Administrator** privilege, to collect all the necessary dlls and registries.
We also included a script named `dllscollector.bat`. Run this on Windows, in qiling's root directory as cwd, with **Administrator** privilege, to collect all the necessary dlls and registries.And then put them into *correct* place. If you just right click that bat and run it with **Administrator** privilege, please look up them in `C:\Windows\System32\example`.Copy that example directory into qiling's root diectory and just merge the two `example` directory.

```cmd
examples/scripts/dllscollector.bat
Expand Down