change tasks folder to utils folder

This commit is contained in:
unknown 2022-12-05 17:53:05 +09:00
parent f5401eba28
commit c40c3906f3
7 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ The statement generator is available at: https://github.com/HyperDbg/script-engi
This repo is added automatically to HyperDbg when you cloned it with the `--recursive` flag.
To run the tests, you must first run `tasks/test-environment.py` to make the environment for testing the script engine.
To run the tests, you must first run `utils/test-environment.py` to make the environment for testing the script engine.
After that, run the following command in your HyperDbg command-line: